VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtIntervisibilityPropertiesDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtIntervisibilityPropertiesDialog.h,v $ $Revision: 1.7 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvCoreQt/vrvCoreQt.h>
18 #include <vrvCore/DtUniqueID.h>
19 
20 #include <QtCore/QString>
21 
22 class QHBoxLayout;
23 class QPushButton;
24 
25 namespace makVrv
26 {
27  class DtDe;
28  class DtIntervisibilityPropertiesLogic;
29 
33  {
34  Q_OBJECT
35 
36  public:
38  DtIntervisibilityPropertiesDialog(DtDe& de, DtElementID id, QWidget* parent);
39 
42 
44  virtual void activate();
45 
47  virtual void deactivate();
48 
49  protected:
50 
52  void setupGui();
53 
55  virtual void cancel();
56 
57  protected slots:
58  virtual void onRestoreSettingsFromManager();
59 
60  public:
61  QHBoxLayout* myButtonLayout;
64 
65  protected:
67 
69  };
70 
74  {
75  public:
78 
81 
84 
86  static DtIntervisibilityPropertiesDialogCreator& instance(DtDe& de);
87  static void registerInstance(DtDe& de, DtIntervisibilityPropertiesDialogCreator*);
88  };
89 }
90 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)