VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
queuedManager.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrfGuiCore/vrfGuiCore.h>
14 
17 #include <boost/signals2.hpp>
18 
19 namespace makVrv
20 {
21  class DtDe;
22 }
23 
24 namespace makVrf
25 {
28  {
29  public:
31  virtual ~DtQueuedManager();
32 
33  public:
34  virtual void tick();
35  virtual void setActivated(bool);
36 
37  protected:
39  typedef std::vector<boost::function<void ()> > DtVrfBackendManagerCallList;
40 
42  virtual void queueSimulationFunction(const boost::function<void ()>& function);
43 
45  virtual void runFunctionQueue(DtVrfBackendManagerCallQueue& queue);
46 
47  protected:
51  };
52 }
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
DtVrfBackendManagerCallQueue myFunctionCallQueue
Definition: queuedManager.h:49
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
bool myActivated
Definition: queuedManager.h:50
Contains makVrv::DtLockedBufferedQueue class.
A locked buffered queue which allows multiple writers and a single reader. Internally the queue is st...
Definition: DtLockedBufferedQueue.h:24
Contains makVrv::DtVirtualBaseClass class.
makVrv::DtLockedBufferedQueue< boost::function< void()> > DtVrfBackendManagerCallQueue
Definition: queuedManager.h:38
The class that is the interface between the GUI and the back-end.
Definition: queuedManager.h:27
std::vector< boost::function< void()> > DtVrfBackendManagerCallList
Definition: queuedManager.h:39
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
makVrv::DtDe & myDe
Definition: queuedManager.h:48

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)