VICI
0.11.815
Visual Chart Interpreter
|
A single action that can be applied to a GUI. More...
#include <vici/libgth.h>
Public Attributes | |
std::string | label |
Destination label for jumps. | |
int | delay |
Time to wait in milliseconds. | |
std::string | widgetName |
The name of the widget. | |
std::string | command |
The command to run. | |
ParamList | params |
The parameters for the command. | |
std::string | assignmentRegex |
Regular expression for specifying values for variables. | |
ParamList | assignmentNames |
The variables to accept the values. | |
std::vector< std::pair < std::string, std::string > > | jumps |
Pairs of regular expressions and jump labels. | |
A single action that can be applied to a GUI.