VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
VICI::gth::AdaptorT< wt, T > Class Template Reference

The interpreter for the script commands. More...

#include <libgth.h>

Inheritance diagram for VICI::gth::AdaptorT< wt, T >:
VICI::gth::AdaptorST< wt > VICI::gth::Adaptor

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 &params)
 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
GTHTestgthTest
 Reference to the owner.
 
std::string widgetName
 The name of the widget as set when it was registered.
 

Detailed Description

template<VICI::gth::WidgetType wt, class T>
class VICI::gth::AdaptorT< wt, T >

The interpreter for the script commands.

class AdaptorT libgth.h vici/libgth.h

Constructor & Destructor Documentation

template<VICI::gth::WidgetType wt, class T >
VICI::gth::AdaptorT< wt, T >::AdaptorT ( void *  p,
csr  name,
GTHTest gth 
)
inline

Constructor.

Parameters
pPointer to a widget
nameThe name of the widget.
gthThe Scenario object.

Member Function Documentation

template<VICI::gth::WidgetType wt, class T >
VICI::gth::WidgetType VICI::gth::AdaptorT< wt, T >::getType ( )
inlinevirtual

Get the type of the adaptor.

Returns
The WidgetType

Implements VICI::gth::Adaptor.


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