VICI
0.11.815
Visual Chart Interpreter
|
The interpreter for the script commands. More...
#include <libgth.h>
Public Member Functions | |
AdaptorT (void *p, csr name, GTHTest *gth) | |
Constructor. More... | |
VICI::gth::WidgetType | getType () |
Get the type of the adaptor. More... | |
virtual std::string | action (csr tcname, csr cmnd, const ParamList ¶ms) |
Run the command on the Adaptor's widget. | |
Public Member Functions inherited from VICI::gth::AdaptorST< wt > | |
AdaptorST (csr name, GTHTest *gth) | |
Constructor. | |
Public Member Functions inherited from VICI::gth::Adaptor | |
Adaptor (csr name, GTHTest *gth) | |
Constructor. | |
virtual | ~Adaptor () |
Destructor. | |
csr | getWidgetName () |
Get the name of the widget. | |
Additional Inherited Members | |
Static Public Member Functions inherited from VICI::gth::AdaptorST< wt > | |
static void | describe (ListOfLists &) |
Get a list of commands and their parameters for the Adaptor. | |
Protected Member Functions inherited from VICI::gth::Adaptor | |
void | mouseDoubleClick (QWidget *widget, Qt::MouseButton button, Qt::KeyboardModifiers stateKey=0, QPoint pos=QPoint(), int delay=-1) |
Utility functions. | |
Protected Attributes inherited from VICI::gth::Adaptor | |
GTHTest * | gthTest |
Reference to the owner. | |
std::string | widgetName |
The name of the widget as set when it was registered. | |
The interpreter for the script commands.
|
inline |
Constructor.
p | Pointer to a widget |
name | The name of the widget. |
gth | The Scenario object. |
|
inlinevirtual |