VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAggregateMappingPage.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 #include <vrvVrlQt/vrvVrlQt.h>
12 #include <vrvCoreQt/DtPage.h>
13 
14 namespace makVrv
15 {
17  class DtAggregateMappingEditorWidget;
18 
22  {
23  Q_OBJECT
24 
25  public:
27  DtAggregateMappingPage(DtDe& de,QWidget* parent, Qt::WindowFlags f = 0);
28 
30  virtual ~DtAggregateMappingPage();
31 
33  virtual QIcon icon();
34 
37  virtual DtQIconConfigurations qIconConfigurations() const;
38 
40  virtual QString title();
41 
43  virtual const std::string& pageClassName() const;
44 
46  static const std::string& thePageClassName();
47 
48  protected:
49 
50  void setupGui();
51 
53  virtual void activate();
54 
56  virtual void deactivate();
57 
60  virtual void askBeforeAction();
61 
63  virtual void onCloseEvent();
64 
66  virtual void onSwitchEvent();
67 
68  protected:
69 
72  };
73 
78 }
Contains makVrv::DtPage class.
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
A widget for editing the aggregate mappings.
Definition: DtAggregateMappingEditorWidget.h:28
Contains DLL export macros.
Definition: DtPage.h:150
Page to set up GUI for editing tactical graphic mappings.
Definition: DtAggregateMappingPage.h:21
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
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
bool myShowRememberToSaveDialog
Definition: DtAggregateMappingPage.h:71
DtAggregateMappingEditorWidget * myMapWidget
Definition: DtAggregateMappingPage.h:70
DtPageCreatorTemplate< DtAggregateMappingPage > DtAggregateMappingPageCreator
Creator class for makVrv::DtAggregateMappingPage.
Definition: DtAggregateMappingPage.h:77

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)