|
HAL
|
The ActionSetObjectDataFactory class. More...
#include <action_set_object_data.h>


Public Member Functions | |
| ActionSetObjectDataFactory () | |
| UserAction * | newAction () const override |
Public Member Functions inherited from hal::UserActionFactory | |
| UserActionFactory (const QString &nam) | |
| QString | tagname () const |
Static Public Attributes | |
| static ActionSetObjectDataFactory * | sFactory = new ActionSetObjectDataFactory |
Additional Inherited Members | |
Protected Attributes inherited from hal::UserActionFactory | |
| QString | mTagname |
The ActionSetObjectDataFactory class.
Definition at line 68 of file action_set_object_data.h.
| hal::ActionSetObjectDataFactory::ActionSetObjectDataFactory | ( | ) |
Definition at line 7 of file action_set_object_data.cpp.
|
overridevirtual |
Call the user action constructor.
Implements hal::UserActionFactory.
Definition at line 11 of file action_set_object_data.cpp.
|
static |
Definition at line 73 of file action_set_object_data.h.
Referenced by hal::ActionSetObjectData::tagname().