VR-Forces 4.10 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 
9 
10 #pragma once
11 
12 #include <vrvVrlQt/vrvVrlQt.h>
13 #include <vrvCoreQt/DtPage.h>
14 #include <QtCore/QString>
15 
16 class QWidget;
17 class QVBoxLayout;
18 
19 namespace makVrv
20 {
21  class DtAggregateSettingsLogic;
22  class DtAggregateSettingsWidget;
23  class DtPersistenceToolbarWidget;
24 
29  {
30  Q_OBJECT
31 
32  public:
34  DtAggregateSettingsPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
35 
37  virtual ~DtAggregateSettingsPage();
38 
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:
67 
68  QVBoxLayout* myMainLayout;
69  };
70 
75 }
A widget that displays a persistence GUI in some way Operations presented are import, export, save, and restore.
Definition: DtPersistenceToolbarWidget.h:26
DtPersistenceToolbarWidget * myToolbar
Definition: DtAggregateSettingsPage.h:66
DtPageCreatorTemplate< DtAggregateSettingsPage > DtAggregateSettingsPageCreator
Creator for the window settings page.
Definition: DtAggregateSettingsPage.h:74
Contains makVrv::DtPage class.
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
Contains DLL export macros.
Definition: DtPage.h:143
Logic for the aggregate settings GUI.
Definition: DtAggregateSettingsLogic.h:30
QVBoxLayout * myMainLayout
Definition: DtAggregateSettingsPage.h:68
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:27
Page for aggregate settings, coordinates logic and widget instantiation.
Definition: DtAggregateSettingsPage.h:28
Qt GUI to control the display of tactical graphics.
Definition: DtAggregateSettingsWidget.h:33
DtAggregateSettingsLogic * myLogic
Definition: DtAggregateSettingsPage.h:64
DtAggregateSettingsWidget * myWidget
Definition: DtAggregateSettingsPage.h:65
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)