|
HAL
|
UserActionFactory for ActionAddItemsToObject. More...
#include <action_add_items_to_object.h>


Public Member Functions | |
| ActionAddItemsToObjectFactory () | |
| UserAction * | newAction () const |
Public Member Functions inherited from hal::UserActionFactory | |
| UserActionFactory (const QString &nam) | |
| QString | tagname () const |
Static Public Attributes | |
| static ActionAddItemsToObjectFactory * | sFactory = new ActionAddItemsToObjectFactory |
Additional Inherited Members | |
Protected Attributes inherited from hal::UserActionFactory | |
| QString | mTagname |
UserActionFactory for ActionAddItemsToObject.
Definition at line 94 of file action_add_items_to_object.h.
| hal::ActionAddItemsToObjectFactory::ActionAddItemsToObjectFactory | ( | ) |
Definition at line 15 of file action_add_items_to_object.cpp.
|
virtual |
Call the user action constructor.
Implements hal::UserActionFactory.
Definition at line 22 of file action_add_items_to_object.cpp.
|
static |
Definition at line 99 of file action_add_items_to_object.h.
Referenced by hal::ActionAddItemsToObject::tagname().