VR-Forces 4.8 Class Documentation
 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) 2012 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 
36  virtual QString title();
37 
39  virtual const std::string& pageClassName() const;
40 
42  static const std::string& thePageClassName();
43 
44  protected:
45 
46  void setupGui();
47 
49  virtual void activate();
50 
52  virtual void deactivate();
53 
56  virtual void askBeforeAction();
57 
59  virtual void onCloseEvent();
60 
62  virtual void onSwitchEvent();
63 
66  };
67 
72 }
Contains makVrv::DtPage class.
DtEntityMappingEditorWidget * myMapWidget
Definition: DtTacticalSmokeMappingPage.h:64
#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:146
bool myShowRememberToSaveDialog
Definition: DtTacticalSmokeMappingPage.h:65
DtPageCreatorTemplate< DtTacticalSmokeMappingPage > DtTacticalSmokeMappingPageCreator
Creator class for makVrv::DtTacticalSmokeMappingPage.
Definition: DtTacticalSmokeMappingPage.h:71
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:31
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)