VICI
0.11.815
Visual Chart Interpreter
|
Adds a static method to Adaptor to describe it;. More...
#include <vici/libgth.h>
Public Member Functions | |
AdaptorST (csr name, GTHTest *gth) | |
Constructor. | |
Public Member Functions inherited from VICI::gth::Adaptor | |
Adaptor (csr name, GTHTest *gth) | |
Constructor. | |
virtual | ~Adaptor () |
Destructor. | |
virtual std::string | action (csr tcname, csr cmnd, const ParamList ¶ms)=0 |
Interpreter function. More... | |
virtual VICI::gth::WidgetType | getType ()=0 |
Get the type of the adaptor. More... | |
csr | getWidgetName () |
Get the name of the widget. | |
Static Public Member Functions | |
static void | describe (ListOfLists &) |
Get a list of commands and their parameters for the Adaptor. | |
Additional Inherited Members | |
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. | |
Adds a static method to Adaptor to describe it;.