|
HAL
|
The ActionAddBooleanFunctionFactory class. More...
#include <action_add_boolean_function.h>


Public Member Functions | |
| ActionAddBooleanFunctionFactory () | |
| UserAction * | newAction () const override |
Public Member Functions inherited from hal::UserActionFactory | |
| UserActionFactory (const QString &nam) | |
| QString | tagname () const |
Static Public Attributes | |
| static ActionAddBooleanFunctionFactory * | sFactory = new ActionAddBooleanFunctionFactory |
Additional Inherited Members | |
Protected Attributes inherited from hal::UserActionFactory | |
| QString | mTagname |
The ActionAddBooleanFunctionFactory class.
Definition at line 62 of file action_add_boolean_function.h.
| hal::ActionAddBooleanFunctionFactory::ActionAddBooleanFunctionFactory | ( | ) |
Definition at line 6 of file action_add_boolean_function.cpp.
|
overridevirtual |
Call the user action constructor.
Implements hal::UserActionFactory.
Definition at line 13 of file action_add_boolean_function.cpp.
|
static |
Definition at line 67 of file action_add_boolean_function.h.
Referenced by hal::ActionAddBooleanFunction::tagname().