VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
VICI::gth::TestAction Struct Reference

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.
 

Detailed Description

A single action that can be applied to a GUI.


The documentation for this struct was generated from the following file: