Relacs
0.9.8
|
#include <macroeditor.h>
Signals | |
void | macroParameterChanged (const std::string &oldName, const std::string &newName) |
Public Member Functions | |
void | setName (const std::string &name) |
void | setValue (const std::string &value) |
void | setUnit (const std::string &unit) |
void | createGUI (MacroInfo *) override |
const std::string & | name () const |
const std::string & | value () const |
const std::string & | unit () const |
void | setFocus () |
QTreeWidgetItem * | listItem () const |
Public Member Functions inherited from DetailElement< MacroInfo > | |
QWidget * | detailView () const |
Public Member Functions inherited from GUIElement< MacroInfo > | |
virtual | ~GUIElement () |
MacroInfo * | owner () const |
Additional Inherited Members | |
Protected Attributes inherited from DetailElement< MacroInfo > | |
QWidget * | DetailView |
Protected Attributes inherited from GUIElement< MacroInfo > | |
bool | GuiCreated |
MacroInfo * | Owner |
Represents a parameter for a Macro A Parameter has a defined name, value and an optional unit
Holds relations to Repro/Macro Commands due to referencial parameters
void setName | ( | const std::string & | name | ) |
void setValue | ( | const std::string & | value | ) |
References GUIElement< MacroInfo >::GuiCreated, and MacroParameter::name().
void setUnit | ( | const std::string & | unit | ) |
References GUIElement< MacroInfo >::GuiCreated, and MacroParameter::name().
|
signal |
Referenced by MacroParameter::setName().
|
overridevirtual |
Implements GUIElement< MacroInfo >.
References DetailElement< MacroInfo >::DetailView, and GUIElement< MacroInfo >::GuiCreated.
Referenced by MacroInfo::addParameter().
|
inline |
|
inline |
Referenced by MacroFileWriter::formatValue().
|
inline |
Referenced by MacroFileWriter::formatValue().
void setFocus | ( | ) |
|
inline |
Referenced by MacroInfo::addParameter(), and MacroInfo::removeParameter().