VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtQtEventLoop.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #ifndef DtQtEventLoop_H_
11 #define DtQtEventLoop_H_
12 
13 #include <vrvCoreQt/vrvCoreQt.h>
14 #include <vrvCore/DtEventLoop.h>
15 
16 namespace makVrv
17 {
18 
23  {
24 
25  public:
26 
28  DtQtEventLoop(DtDe& de);
29 
31  virtual ~DtQtEventLoop();
32 
35  static void qtEventLoopLogic(DtDe& de);
36 
37  };
38 
42  {
43 
44  public:
45 
47  virtual DtEventLoop* create(DtDe& de);
48 
49  };
50 }
51 
52 #endif
53 
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
This class implements an DtEventLoop using the Qt event loop. The class sets setAlternateRunFunction ...
Definition: DtQtEventLoop.h:22
The abstract DtEventLoop creator for the abstract DtEventLoops class.
Definition: DtEventLoop.h:79
The creator for the DtQtEventLoop class.
Definition: DtQtEventLoop.h:41
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:76
Contains makVrv::DtEventLoop class.
The abstract DtEventLoop class.
Definition: DtEventLoop.h:24

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)