Relacs
0.9.8
|
#include <macroeditor.h>
Public Member Functions | |
virtual | ~GUIElement () |
virtual void | createGUI (T *)=0 |
T * | owner () const |
Protected Attributes | |
bool | GuiCreated = false |
T * | Owner = nullptr |
Basic element of the GUI tree
|
inlinevirtual |
|
pure virtual |
Creates all GUI elements and set it's intial values
Implemented in MacroFile, MacroInfo, MacroCommandReproMacro, MacroCommandParameter, MacroCommandFilterDetector, MacroCommandMessage, MacroCommandSwitch, MacroCommandControl, MacroCommandShutdown, MacroCommandStopsession, MacroCommandStartsession, MacroCommandBrowse, MacroCommandShell, MacroCommandInfo, and MacroParameter.
Referenced by MacroCommandInfo::createGUI().
|
inline |
|
protected |
|
protected |
Referenced by GUIElement< MacroCommandInfo >::owner().