VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtQtDeMainWindowItems.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtQtIgMainWindowItems.h,v $ $Revision: 1.7 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCoreQt/vrvCoreQt.h>
17 
18 namespace makVrv
19 {
20 
21  class DtQtDeMainWindow;
22 
27  {
28 
29  Q_OBJECT
30 
31  public:
32 
35 
37  virtual ~DtFullScreenItem();
38 
41  QAction* createAction(DtDe& de, QWidget* parent);
42 
43  public slots:
44 
46  void slot_onFullScreenToggled();
47 
48  protected:
49 
51  virtual void setValue(bool value);
52 
54  virtual bool getValue() const;
55 
56  protected:
57 
59 
60  };
61 
66  {
67 
68  public:
69 
71  static DtFullScreenSignaler& instance(DtDe& de);
72 
74  virtual ~DtFullScreenSignaler();
75 
77  boost::signal<void ()> signal_toggleFullScreen;
78 
79  protected:
80 
82 
83  };
84 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)