VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtDriverWidgetLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtDriverWidgetLogic.h,v $ $Revision: 1.13 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtDriverWidgetLogic_H_
14 #define DtDriverWidgetLogic_H_
15 
16 #include <vrvCoreQt/vrvCoreQt.h>
18 
19 namespace makVrv
20 {
21  class DtDe;
22  class DtDriver;
23  class DtDriverWidgetInterface;
24 
28  {
29  public:
30 
33  static DtDriverWidgetLogic* create(DtDe& de, DtDriverWidgetInterface* iFace);
34 
35 
37  virtual ~DtDriverWidgetLogic();
38 
40  virtual void setupWidget();
41 
43  virtual void addDriver(const std::string& driverClassName);
44 
46  virtual void startDriver(const std::string& driverName);
47 
49  virtual void stopDriver(const std::string& driverName);
50 
52  virtual void deleteDriver(const std::string& driverName);
53 
55  virtual void createNewDriverInteractively();
56 
58  virtual void slot_activate(DtDe* de);
59 
61  virtual void slot_deactivate(DtDe* de);
62 
63  inline DtDe& de()
64  {
65  return myDe;
66  }
67 
68  protected:
69 
70  virtual void slot_onDriverAdded(DtDriver& driver);
71  virtual void slot_onDriverToBeDestroyed(DtDriver& driver);
72  virtual void slot_onDriverStarted(DtDriver& driver);
73  virtual void slot_onDriverStopped(DtDriver& driver);
74 
77 
78  protected:
79 
83 
84  };
85 }
86 
87 #endif
88 
Logic for makVrv::DtDriverWidget.
Definition: DtDriverWidgetLogic.h:27
Contains makVrv::DtSubjectObserver class.
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
The DtDriverManager manages all the DtDriver&#39;s in the DtDe.
Definition: DtDriverManager.h:35
Contains DLL export macros.
The DtDriver is an abstract class.
Definition: DtDriver.h:34
DtDriverWidgetInterface * myInterface
Definition: DtDriverWidgetLogic.h:82
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Interface for the makVrv::DtDriverWidget.
Definition: DtDriverWidgetInterface.h:23
DtDriverManager * myManager
Definition: DtDriverWidgetLogic.h:81
DtDe & myDe
Definition: DtDriverWidgetLogic.h:80
DtDe & de()
Definition: DtDriverWidgetLogic.h:63

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)