VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTacticalGraphicMappingPage.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 {
16  class DtEntityMappingEditorWidget;
17 
21  {
22  Q_OBJECT;
23  public:
25  DtTacticalGraphicMappingPage(DtDe& de,QWidget* parent,
26  Qt::WindowFlags f = 0);
27 
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 
49  void setupGui();
50 
52  virtual void activate();
53 
55  virtual void deactivate();
56 
59  virtual void askBeforeAction();
60 
62  virtual void onCloseEvent();
63 
65  virtual void onSwitchEvent();
66 
69  };
70 
75 }
Contains makVrv::DtPage class declaration.
DtPageCreatorTemplate< DtTacticalGraphicMappingPage > DtTacticalGraphicMappingPageCreator
Creator class for makVrv::DtTacticalGraphicMappingPage.
Definition: DtTacticalGraphicMappingPage.h:74
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
Contains DLL export macros.
Definition: DtPage.h:181
Page to set up GUI for editing tactical graphic mappings.
Definition: DtTacticalGraphicMappingPage.h:20
DtEntityMappingEditorWidget * myMapWidget
Definition: DtTacticalGraphicMappingPage.h:67
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:51
A widget for editing the hla 13 entity mappings.
Definition: DtEntityMappingEditorWidget.h:28
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
bool myShowRememberToSaveDialog
Definition: DtTacticalGraphicMappingPage.h:68

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)