VR-Forces 4.1 Class Documentation
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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)