VR-Forces 4.0.4 Class Documentation
Public Member Functions
makVrv::DtDriverWidgetInterface Class Reference

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

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

List of all members.

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

Default CTOR.

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 Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)