VR-Forces Developer's Guide
 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.

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

Public Member Functions

 DtDriverWidgetInterface ()
 
virtual ~DtDriverWidgetInterface ()
 
virtual void addDriver (const std::string &driverName)=0
 
virtual void removeDriver (const std::string &driverName)=0
 
virtual void changeDriverState (const std::string &driverName, bool running)=0
 
virtual std::string queryUserForNewDriver (const std::list< std::string > &driverrNames)=0
 

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 Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)