VR-Forces Developer's Guide
 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) 2021 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 
45  virtual DtQIconConfigurations qIconConfigurations() const;
46 
48  virtual QString title();
49 
51  virtual const std::string& pageClassName() const;
52 
54  static const std::string& thePageClassName();
55 
56  protected:
57 
59  void setupGui();
60 
62  virtual void activate();
63 
65  virtual void deactivate();
66 
67  protected:
71 
72  QVBoxLayout* myMainLayout;
73  };
74 
79 }
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:70
DtPageCreatorTemplate< DtAggregateSettingsPage > DtAggregateSettingsPageCreator
Creator for the window settings page.
Definition: DtAggregateSettingsPage.h:78
Contains makVrv::DtPage class declaration.
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
Contains DLL export macros.
Definition: DtPage.h:181
Logic for the aggregate settings GUI.
Definition: DtAggregateSettingsLogic.h:30
QVBoxLayout * myMainLayout
Definition: DtAggregateSettingsPage.h:72
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:51
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:34
DtAggregateSettingsLogic * myLogic
Definition: DtAggregateSettingsPage.h:68
DtAggregateSettingsWidget * myWidget
Definition: DtAggregateSettingsPage.h:69
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)