VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAggregateSettingsPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtAggregateSettingsPage.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvVrlQt/vrvVrlQt.h>
16 #include <vrvCoreQt/DtPage.h>
17 #include <QtCore/QString>
18 
19 class QWidget;
20 class QVBoxLayout;
21 
22 namespace makVrv
23 {
24  class DtAggregateSettingsLogic;
25  class DtAggregateSettingsWidget;
26  class DtPersistenceToolbarWidget;
27 
32  {
33  Q_OBJECT
34 
35  public:
37  DtAggregateSettingsPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
38 
40  virtual ~DtAggregateSettingsPage();
41 
42 
44  virtual QIcon icon();
45 
47  virtual QString title();
48 
50  virtual const std::string& pageClassName() const;
51 
53  static const std::string& thePageClassName();
54 
55  protected:
56 
58  void setupGui();
59 
61  virtual void activate();
62 
64  virtual void deactivate();
65 
66  protected:
70 
71  QVBoxLayout* myMainLayout;
72  };
73 
78 }

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)