Relacs
0.9.8
|
#include <macroeditor.h>
Public Types | |
enum | ModeType { SAVE, CONFIGURE } |
Public Slots | |
void | setConfigure (double time) |
Public Member Functions | |
void | setAvailable (const std::vector< std::string > &available) |
void | setActive (const std::string &name) |
void | setAll (bool all) |
void | setMode (ModeType mode) |
void | setSave (const std::string ¶m) |
void | createGUI (MacroCommandInfo *info) |
const std::string & | active () const |
bool | all () const |
ModeType | mode () const |
double | configure () const |
const std::string & | save () const |
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 |
Filter or Detector command element
Handles both types of commands. Available filters are filled on initial gui creation and is not updated dynamically.
|
strong |
void setAvailable | ( | const std::vector< std::string > & | available | ) |
void setActive | ( | const std::string & | name | ) |
void setAll | ( | bool | all | ) |
void setMode | ( | ModeType | mode | ) |
|
slot |
References GUIElement< MacroCommandInfo >::GuiCreated.
Referenced by MacroCommandFilterDetector::createGUI().
void setSave | ( | const std::string & | param | ) |
References GUIElement< MacroCommandInfo >::GuiCreated.
|
virtual |
Implements GUIElement< MacroCommandInfo >.
References DetailElement< MacroCommandInfo >::DetailView, GUIElement< MacroCommandInfo >::GuiCreated, GUIElement< MacroCommandInfo >::Owner, MacroCommandFilterDetector::SAVE, MacroCommandFilterDetector::setConfigure(), and MacroCommandInfo::updateTreeDescription().
|
inline |
Referenced by MacroCommandInfo::updateTreeDescription().
|
inline |
Referenced by MacroCommandFilterDetector::setAll(), and MacroCommandInfo::updateTreeDescription().
|
inline |
Referenced by MacroCommandFilterDetector::setMode().
|
inline |
|
inline |