VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAppEventLoop.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
13 #include <vrvCore/DtEventLoop.h>
14 
15 namespace makVrv
16 {
17  class DtDe;
18 
22  {
23 
24  public:
25 
27  DtAppEventLoop(DtDe& de);
28 
30  virtual ~DtAppEventLoop();
31 
32  };
33 
37  {
38 
39  public:
40 
42  virtual DtEventLoop* create(DtDe& de);
43 
44  };
45 }
46 
Implement of the event loop suitable to the standard de application.
Definition: DtAppEventLoop.h:21
The abstract DtEventLoop creator for the abstract DtEventLoops class.
Definition: DtEventLoop.h:79
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
Contains makVrv::DtEventLoop class.
The abstract DtEventLoop class.
Definition: DtEventLoop.h:24
The creator for the DtAppEventLoop class.
Definition: DtAppEventLoop.h:36
Contains DLL export macros.

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)