VR-Forces 4.8 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 }
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:69
DtPageCreatorTemplate< DtAggregateSettingsPage > DtAggregateSettingsPageCreator
Creator for the window settings page.
Definition: DtAggregateSettingsPage.h:77
Contains makVrv::DtPage class.
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
Contains DLL export macros.
Definition: DtPage.h:146
Logic for the aggregate settings GUI.
Definition: DtAggregateSettingsLogic.h:30
QVBoxLayout * myMainLayout
Definition: DtAggregateSettingsPage.h:71
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
Page for aggregate settings, coordinates logic and widget instantiation.
Definition: DtAggregateSettingsPage.h:31
Qt GUI to control the display of tactical graphics.
Definition: DtAggregateSettingsWidget.h:33
DtAggregateSettingsLogic * myLogic
Definition: DtAggregateSettingsPage.h:67
DtAggregateSettingsWidget * myWidget
Definition: DtAggregateSettingsPage.h:68
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)