![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2008 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtGlStudioAccessory.h,v $ $Revision: 1.5 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00012 00013 #pragma once 00014 00015 #ifndef DT_PROTOCOL_NAMESPACE 00016 #error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined. 00017 #endif 00018 00019 #ifndef DtGlStudioAccessory_H_ 00020 #define DtGlStudioAccessory_H_ 00021 00022 #include <vrvCore/DtBaseAccessory.h> 00023 00024 00025 00026 namespace makVrv 00027 { 00028 00029 class DtConnection; 00030 00031 namespace DT_PROTOCOL_NAMESPACE 00032 { 00033 00034 class DtGlStudioVisualizer; 00035 00038 class DT_DLL_VRVGLSTUDIOVRLINK DtGlStudioAccessory : public DtBaseAccessory 00039 { 00040 public: 00042 DtGlStudioAccessory(); 00043 00045 virtual ~DtGlStudioAccessory(); 00046 00048 virtual void install(DtDriver* driver); 00049 00051 virtual void uninstall(DtDriver* baseConn); 00052 00054 virtual bool isCompatible(DtDriver* driver); 00055 00056 virtual void slot_onSimCreated(DtConnection* connection); 00057 virtual void slot_onSimConnected(DtConnection* connection); 00058 virtual void slot_onSimAboutToBeDisconnected(DtConnection* connection); 00059 00060 }; 00061 00062 } //DT_PROTOCOL_NAMESPACE:: 00063 00064 } //makVrv:: 00065 00066 #endif 00067