![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2010 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtAppEventLoop.h,v $ $Revision: 1.8 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00012 00013 #pragma once 00014 00015 #include <vrvCore/vrvCore.h> 00016 #include <vrvCore/DtEventLoop.h> 00017 00018 namespace makVrv 00019 { 00020 class DtDe; 00021 00024 class DT_DLL_VRVCORE DtAppEventLoop : public DtEventLoop 00025 { 00026 00027 public: 00028 00030 DtAppEventLoop(DtDe& de); 00031 00033 virtual ~DtAppEventLoop(); 00034 00035 }; 00036 00039 class DT_DLL_VRVCORE DtAppEventLoopCreator : public DtEventLoopCreator 00040 { 00041 00042 public: 00043 00045 virtual DtEventLoop* create(DtDe& de); 00046 00047 }; 00048 } 00049