|
HAL
|
UserActionFactory for ActionMoveNode. More...
#include <action_move_node.h>


Public Member Functions | |
| ActionMoveNodeFactory () | |
| UserAction * | newAction () const |
Public Member Functions inherited from hal::UserActionFactory | |
| UserActionFactory (const QString &nam) | |
| QString | tagname () const |
Static Public Attributes | |
| static ActionMoveNodeFactory * | sFactory = new ActionMoveNodeFactory |
Additional Inherited Members | |
Protected Attributes inherited from hal::UserActionFactory | |
| QString | mTagname |
UserActionFactory for ActionMoveNode.
Definition at line 102 of file action_move_node.h.
| hal::ActionMoveNodeFactory::ActionMoveNodeFactory | ( | ) |
Definition at line 11 of file action_move_node.cpp.
|
virtual |
Call the user action constructor.
Implements hal::UserActionFactory.
Definition at line 16 of file action_move_node.cpp.
|
static |
Definition at line 107 of file action_move_node.h.
Referenced by hal::ActionMoveNode::tagname().