VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtGlStudioSignaler.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: DtGlStudioSignaler.h,v $ $Revision: 1.5 $ $State: Exp $
7 *******************************************************************************/
8 
12 
13 #pragma once
14 
16 
18 #include <vrvUtil/event_signal.h>
19 #include <vrvCore/DtUniqueID.h>
20 
21 namespace makVrv
22 {
23 
24 class DtEventQueueInterface;
25 class DtSharedSettingsManager;
26 
30 {
31 public:
35  static DtGlStudioSignaler& instance(const DtSharedSettingsManager&);
36 
39  static DtGlStudioSignaler& instance(DtEventQueueInterface&);
40 
44  static DtGlStudioSignaler* findInstance(DtEventQueueInterface*);
45 
47  virtual ~DtGlStudioSignaler();
48 
55 
56 protected:
58 
59 private:
61  DtGlStudioSignaler& operator=(const DtGlStudioSignaler&);
62 };
63 
64 
65 } //makVrv::

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)