VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTacticalSmokeMappingPage.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 #include <vrvVrlQt/vrvVrlQt.h>
13 #include <vrvCoreQt/DtPage.h>
14 
15 namespace makVrv
16 {
17  class DtEntityMappingEditorWidget;
18 
22  {
23  Q_OBJECT;
24  public:
26  DtTacticalSmokeMappingPage(DtDe& de,QWidget* parent,
27  Qt::WindowFlags f = 0);
28 
30  virtual ~DtTacticalSmokeMappingPage();
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 
70  };
71 
76 }
Contains makVrv::DtPage class.
DtEntityMappingEditorWidget * myMapWidget
Definition: DtTacticalSmokeMappingPage.h:68
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
Page to set up GUI for editing tactical graphic mappings.
Definition: DtTacticalSmokeMappingPage.h:21
Contains DLL export macros.
Definition: DtPage.h:150
bool myShowRememberToSaveDialog
Definition: DtTacticalSmokeMappingPage.h:69
DtPageCreatorTemplate< DtTacticalSmokeMappingPage > DtTacticalSmokeMappingPageCreator
Creator class for makVrv::DtTacticalSmokeMappingPage.
Definition: DtTacticalSmokeMappingPage.h:75
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
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:70
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75

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)