VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions
makVrv::DtDriverWidgetInterface Class Reference

Interface for the makVrv::DtDriverWidget. More...

Inheritance diagram for makVrv::DtDriverWidgetInterface:
Inheritance graph
[legend]

Public Member Functions

 DtDriverWidgetInterface ()
 Default CTOR.
virtual ~DtDriverWidgetInterface ()
 DTOR.
virtual void addDriver (const std::string &driverName)=0
 Add a driver.
virtual void removeDriver (const std::string &driverName)=0
 Remove a driver.
virtual void changeDriverState (const std::string &driverName, bool running)=0
 Specify the running state of the driver.
virtual std::string queryUserForNewDriver (const std::list< std::string > &driverrNames)=0
 request driver user

Detailed Description

Interface for the makVrv::DtDriverWidget.

Constructor & Destructor Documentation

makVrv::DtDriverWidgetInterface::DtDriverWidgetInterface ( )
inline

Default CTOR.

virtual makVrv::DtDriverWidgetInterface::~DtDriverWidgetInterface ( )
inlinevirtual

DTOR.

Member Function Documentation

virtual void makVrv::DtDriverWidgetInterface::addDriver ( const std::string &  driverName)
pure virtual

Add a driver.

Implemented in makVrv::DtDriverWidget.

virtual void makVrv::DtDriverWidgetInterface::removeDriver ( const std::string &  driverName)
pure virtual

Remove a driver.

Implemented in makVrv::DtDriverWidget.

virtual void makVrv::DtDriverWidgetInterface::changeDriverState ( const std::string &  driverName,
bool  running 
)
pure virtual

Specify the running state of the driver.

Implemented in makVrv::DtDriverWidget.

virtual std::string makVrv::DtDriverWidgetInterface::queryUserForNewDriver ( const std::list< std::string > &  driverrNames)
pure virtual

request driver user

Implemented in makVrv::DtDriverWidget.


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

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)