![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2010 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtSceneProctor.h,v $ $Revision: 1.19 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00012 00013 #ifndef DtSceneProctor_H_ 00014 #define DtSceneProctor_H_ 00015 00016 #include <vrvCore/vrvCore.h> 00017 #include <vrvCore/DtProctor.h> 00018 00019 #include <string> 00020 00021 namespace makVrv 00022 { 00023 00024 class DtDe; 00025 00029 class DT_DLL_VRVCORE DtSceneProctor : public DtProctor 00030 { 00031 public: 00032 00034 friend class DtSceneProxy; 00035 00037 DtSceneProctor(DtDe& de); 00038 00040 virtual ~DtSceneProctor(); 00041 00045 static DtSceneProctor& instance(DtDe& de); 00046 00047 protected: 00048 00050 static void handle_updateScene( DtProctor* proctor,DtMessage& msg); 00051 00052 }; 00053 } 00054 00055 #endif 00056