VR-Forces 4.8 Class Documentation
 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 /******************************************************************************
6 ** $RCSfile: DtAppEventLoop.h,v $ $Revision: 1.8 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvCore/vrvCore.h>
16 #include <vrvCore/DtEventLoop.h>
17 
18 namespace makVrv
19 {
20  class DtDe;
21 
25  {
26 
27  public:
28 
30  DtAppEventLoop(DtDe& de);
31 
33  virtual ~DtAppEventLoop();
34 
35  };
36 
40  {
41 
42  public:
43 
45  virtual DtEventLoop* create(DtDe& de);
46 
47  };
48 }
49 
Implement of the event loop suitable to the standard de application.
Definition: DtAppEventLoop.h:24
The abstract DtEventLoop creator for the abstract DtEventLoops class.
Definition: DtEventLoop.h:82
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains makVrv::DtEventLoop class.
The abstract DtEventLoop class.
Definition: DtEventLoop.h:27
The creator for the DtAppEventLoop class.
Definition: DtAppEventLoop.h:39
Contains DLL export macros.

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)