|
virtual bool | validate (Core::ActionContextHandle &context) |
|
virtual bool | run (Core::ActionContextHandle &context, Core::ActionResultHandle &result) |
|
virtual ActionInfoHandle | get_action_info () const =0 |
|
std::string | get_definition () const |
| Get the definition of the action (in XML format)
|
|
std::string | get_type () const |
| Get the type of the action.
|
|
std::string | get_usage () const |
| Get a usage description.
|
|
std::string | get_key (size_t index) const |
| Get the name of the key with a certain index.
|
|
std::string | get_default_key_value (size_t index) const |
| Get the name of the key with a certain index.
|
|
int | get_key_index (const std::string &name) const |
| Get the index of a certain key.
|
|
bool | is_undoable () const |
| Check whether the action is undoable.
|
|
virtual bool | changes_project_data () |
|
virtual bool | translate (ActionContextHandle &context) |
|
virtual void | clear_cache () |
|
std::string | export_to_string () const |
|
bool | import_from_string (const std::string &action, std::string &error) |
|
bool | import_from_string (const std::string &action) |
| Same as function above, but without the error report.
|
|
|
static void | Dispatch (Core::ActionContextHandle context, const std::string &target_layer) |
|
void Seg3D::ActionGetLayerGroup::Dispatch |
( |
Core::ActionContextHandle |
context, |
|
|
const std::string & |
target_layer |
|
) |
| |
|
static |
DISPATCH Create and dispatch action that moves the layer NOTE: We don't pass in layer handles directly so validate function can correctly check if the layers still exist.
bool Seg3D::ActionGetLayerGroup::run |
( |
Core::ActionContextHandle & |
context, |
|
|
Core::ActionResultHandle & |
result |
|
) |
| |
|
virtual |
RUN: Each action needs to have this piece implemented. It spells out how the action is run. It returns whether the action was successful or not.
Implements Core::Action.
bool Seg3D::ActionGetLayerGroup::validate |
( |
Core::ActionContextHandle & |
context | ) |
|
|
virtual |
VALIDATE: Each action needs to be validated just before it is posted. This way we enforce that every action that hits the main post_action signal will be a valid action to execute.
Implements Core::Action.
The documentation for this class was generated from the following files: