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

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

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

Public Member Functions

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

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 Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)