VR-Forces 4.1 Class Documentation
DtSymbolDecorationSettingsPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 #include <vrvCoreQt/DtPage.h>
14 #include <QtCore/QString>
15 #include <QtGui/QIcon>
16 
17 class QWidget;
18 class QVBoxLayout;
19 
20 namespace makVrv
21 {
22  class DtDe;
23  class DtPersistenceToolbarWidget;
24  class DtSymbolDecorationSettingsWidgetLogic;
25  class DtSymbolDecorationSettingsWidget;
26 
30  {
31  Q_OBJECT
32 
33  public:
35  DtSymbolDecorationSettingsPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0 );
36 
39 
41  virtual QIcon icon();
42 
44  virtual QString title();
45 
47  virtual const std::string& pageClassName() const;
48 
50  static const std::string& thePageClassName();
51 
52  protected:
53 
55  void setupGui();
56 
58  virtual void activate();
59 
61  virtual void deactivate();
62 
63  protected:
68 
69  QVBoxLayout* myMainLayout;
70  };
71 
76 }
77 

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)