VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtMainEventQueue.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtMainEventQueue.h,v $ $Revision: 1.6 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtMainEventQueue_H_
14 #define DtMainEventQueue_H_
15 
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtAsynchronousEventQueue;
22 
28  {
29  public:
32 
34  virtual ~DtMainEventQueue();
35 
38  virtual void postEvent(const Event& signal);
39 
41  virtual void processEvents();
42 
46  DtAsynchronousEventQueue* createAsynchronousEventQueue();
47 
50  bool destroyAsynchronousEventQueue(DtAsynchronousEventQueue* secondary);
51 
52  protected:
53 
56  void distributeEvents();
57 
58  protected:
59  typedef std::vector<DtAsynchronousEventQueue*> ThreadQueueList;
61 
63  };
64 }
65 
66 #endif
67 

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)