VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtDriverWidgetInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #ifndef DtDriverWidgetInterface_H_
11 #define DtDriverWidgetInterface_H_
12 
13 #include <vrvCoreQt/vrvCoreQt.h>
14 #include <list>
15 
16 namespace makVrv
17 {
21  {
22  public:
23 
26 
29 
31  virtual void addDriver(const std::string& driverName) = 0;
32 
34  virtual void removeDriver(const std::string& driverName) = 0;
35 
37  virtual void changeDriverState(const std::string& driverName,bool running) = 0;
38 
40  virtual std::string queryUserForNewDriver(const std::list<std::string>& driverrNames) = 0;
41  };
42 }
43 
44 #endif
45 
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
virtual ~DtDriverWidgetInterface()
DTOR.
Definition: DtDriverWidgetInterface.h:28
DtDriverWidgetInterface()
Default CTOR.
Definition: DtDriverWidgetInterface.h:25
Interface for the makVrv::DtDriverWidget.
Definition: DtDriverWidgetInterface.h:20

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)