VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtOsgEarthSettingsPage.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
12 #include <vrvCoreQt/DtPage.h>
13 
14 namespace makVrv
15 {
16  class DtOsgEarthSettingsWidget;
17  class DtPersistenceToolbarWidget;
18 
22  {
23  Q_OBJECT;
24  public:
26  DtOsgEarthSettingsPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::Widget);
27 
29  virtual ~DtOsgEarthSettingsPage();
30 
32  virtual QIcon icon();
33 
36  virtual DtQIconConfigurations qIconConfigurations() const;
37 
39  virtual QString title();
40 
42  virtual const std::string& pageClassName() const;
43 
45  static const std::string& thePageClassName();
46 
47  protected:
48 
50  void setupGui();
51 
53  virtual void activate();
54 
56  virtual void deactivate();
57 
58  protected:
61  };
62 
67 }
DtPersistenceToolbarWidget * myTitle
Definition: DtOsgEarthSettingsPage.h:59
A widget that displays a persistence GUI in some way Operations presented are import, export, save, and restore.
Definition: DtPersistenceToolbarWidget.h:26
Contains makVrv::DtPage class.
Contains DLL export macros.
Definition: DtPage.h:150
Widget for osgEarth server settings.
Definition: DtOsgEarthSettingsWidget.h:31
DtPageCreatorTemplate< DtOsgEarthSettingsPage > DtOsgEarthSettingsPageCreator
Creator class for makVrv::DtOsgEarthSettingsPage.
Definition: DtOsgEarthSettingsPage.h:66
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
#define DT_DLL_VRVOSGEARTHQT
Definition: vrvOsgEarthQt.h:25
A dialog for configuring the HLA 1.3 connection.
Definition: DtOsgEarthSettingsPage.h:21
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:70
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75
DtOsgEarthSettingsWidget * myWidget
Definition: DtOsgEarthSettingsPage.h:60

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)