VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTerrainListPage.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 
13 #include <vrvCoreQt/vrvCoreQt.h>
14 #include <vrvCoreQt/DtPage.h>
15 #include <QtWidgets/QWidget>
16 
17 class QVBoxLayout;
18 
19 namespace makVrv
20 {
21  class DtTerrainListWidget;
22  class DtTerrainListLogic;
23 
28  {
29  Q_OBJECT
30 
31  public:
32 
34  DtTerrainListPage(DtDe& de, QWidget* parent = 0, Qt::WindowFlags f = 0);
35 
37  virtual ~DtTerrainListPage();
38 
42  virtual QIcon icon();
43 
46  virtual DtQIconConfigurations qIconConfigurations() const;
47 
49  virtual QString title();
50 
52  virtual const std::string& pageClassName() const;
53 
55  static const std::string& thePageClassName();
56 
57  protected:
58 
60  void setupGui();
61 
63  virtual void activate();
64 
66  virtual void deactivate();
67 
68  private:
69 
72 
75 
77  DtTerrainListPage& operator=(const DtTerrainListPage& orig);
78 
79  protected:
82  QVBoxLayout* myMainLayout;
83 
84  };
85 
90 }
DtPageCreatorTemplate< DtTerrainListPage > DtTerrainListPageCreator
The creator class needed to be used to create a DtTerrainListPage.
Definition: DtTerrainListPage.h:89
DtTerrainListWidget * myTerrainListWidget
see DtPage
Definition: DtTerrainListPage.h:80
Contains makVrv::DtPage class.
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Page for the terrain list panel. &quot;Terrain&quot; will include Buoys, Beacons, and Props.
Definition: DtTerrainListPage.h:27
Definition: DtPage.h:150
Widget for the terrain list panel. &quot;Terrain&quot; will include Buoys, Beacons, and Props.
Definition: DtTerrainListWidget.h:24
DtTerrainListLogic * myTerrainListLogic
see DtPage
Definition: DtTerrainListPage.h:81
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
Logic class for the terrain list panel. &quot;Terrain&quot; will include Buoys, Beacons, and Props...
Definition: DtTerrainListLogic.h:31
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:72
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131
QVBoxLayout * myMainLayout
see DtPage
Definition: DtTerrainListPage.h:82

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)