VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtGlStudioAccessory.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtGlStudioAccessory.h,v $ $Revision: 1.5 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #ifndef DT_PROTOCOL_NAMESPACE
16 #error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
17 #endif
18 
19 #ifndef DtGlStudioAccessory_H_
20 #define DtGlStudioAccessory_H_
21 
23 
24 
25 
26 namespace makVrv
27 {
28 
29 class DtConnection;
30 
31 namespace DT_PROTOCOL_NAMESPACE
32 {
33 
34 class DtGlStudioVisualizer;
35 
39 {
40  public:
43 
45  virtual ~DtGlStudioAccessory();
46 
48  virtual void install(DtDriver* driver);
49 
51  virtual void uninstall(DtDriver* baseConn);
52 
54  virtual bool isCompatible(DtDriver* driver);
55 
56  virtual void slot_onSimCreated(DtConnection* connection);
57  virtual void slot_onSimConnected(DtConnection* connection);
58  virtual void slot_onSimAboutToBeDisconnected(DtConnection* connection);
59 
60 };
61 
62 } //DT_PROTOCOL_NAMESPACE::
63 
64 } //makVrv::
65 
66 #endif
67 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)