VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtConnectionListLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtConnectionListLogic.h,v $ $Revision: 1.12 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtConnectionListLogic_H_
14 #define DtConnectionListLogic_H_
15 
16 #include <vrvVrlQt/vrvVrlQt.h>
17 
18 namespace makVrv
19 {
20  //class DtDe;
21  class DtConnectionListInterface;
22  class DtDriver;
23 
29  {
30  public:
31 
34 
37 
38  protected:
39 
41  void onCurrentDriverChanged(const std::string& driver);
42 
44  void onCurrentDriverConnect();
45 
46  void onSetCurrentDriverAsAutoDriver();
47  void onSetDriverAsAutoDriver(const std::string& driver);
48 
49  void onDriverCreated(DtDriver& con);
50  void onDriverDestroyed(DtDriver& con);
51  void onDriverStopped(DtDriver& con);
52  void onDriverStarted(DtDriver& con);
53 
54  protected:
55 
56  void updateInterface();
57  void onAutoDriverChanaged(const std::string& driver);
58 
59 
60  protected:
61 
64 
66 
67  };
68 }
69 
70 #endif
71 
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
DtConnectionListInterface & myInterface
Definition: DtConnectionListLogic.h:63
DtDe & myDe
Definition: DtConnectionListLogic.h:62
Contains DLL export macros.
DtDriver * myCurrentDriver
Definition: DtConnectionListLogic.h:65
The DtDriver is an abstract class.
Definition: DtDriver.h:34
The logic for creating a connection list.
Definition: DtConnectionListLogic.h:28
The interface to the connection list.
Definition: DtConnectionListInterface.h:23
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

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)