Relacs Core Library
0.9.8
|
#include <macroeditor.h>
Public Member Functions | |
void | setCommand (const std::string &string, bool internal=false) |
const std::string & | command () const |
void | createGUI (MacroCommandInfo *info) |
Public Member Functions inherited from DetailElement< MacroCommandInfo > | |
QWidget * | detailView () const |
Public Member Functions inherited from GUIElement< MacroCommandInfo > | |
virtual | ~GUIElement () |
MacroCommandInfo * | owner () const |
Additional Inherited Members | |
Protected Attributes inherited from DetailElement< MacroCommandInfo > | |
QWidget * | DetailView |
Protected Attributes inherited from GUIElement< MacroCommandInfo > | |
bool | GuiCreated |
MacroCommandInfo * | Owner |
Shell command element
void setCommand | ( | const std::string & | string, |
bool | internal = false |
||
) |
|
inline |
Referenced by MacroCommandInfo::updateTreeDescription().
|
virtual |