VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtObjectsListPage.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 DtObjectsListWidget;
22  class DtObjectsListLogic;
23 
29  {
30  Q_OBJECT
31 
32  public:
33 
35  DtObjectsListPage(DtDe& de, QWidget* parent = 0, Qt::WindowFlags f = 0);
36 
38  virtual ~DtObjectsListPage();
39 
43  virtual QIcon icon();
44 
47  virtual DtQIconConfigurations qIconConfigurations() const;
48 
50  virtual QString title();
51 
53  virtual const std::string& pageClassName() const;
54 
56  static const std::string& thePageClassName();
57 
59 
60  protected:
61 
63  void setupGui();
64 
66  virtual void activate();
67 
69  virtual void deactivate();
70 
71  private:
72 
75 
78 
80  DtObjectsListPage& operator=(const DtObjectsListPage& orig);
81 
82  protected:
85  QVBoxLayout* myMainLayout;
86 
87  };
88 
89 
94 }
Contains makVrv::DtPage class declaration.
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
QVBoxLayout * myMainLayout
Definition: DtObjectsListPage.h:85
Contains DLL export macros.
Logic class for the objects list panel. &quot;Objects&quot; will include normal entities, aggregates, munitions, and tactical graphics.
Definition: DtObjectsListLogic.h:36
Widget for the objects list panel. &quot;Objects&quot; will include normal entities, aggregates, munitions, and tactical graphics.
Definition: DtObjectsListWidget.h:21
Definition: DtPage.h:181
DtPageCreatorTemplate< DtObjectsListPage > DtObjectsListPageCreator
The creator class needed to be used to create a DtObjectsListPage.
Definition: DtObjectsListPage.h:93
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:51
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
DtObjectsListLogic * myObjectsListLogic
Definition: DtObjectsListPage.h:84
DtObjectsListWidget * myObjectsListWidget
Definition: DtObjectsListPage.h:83
Page for the objects list panel. &quot;Objects&quot; will include normal entities, aggregates, munitions, and tactical graphics.
Definition: DtObjectsListPage.h:28

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)