VR-Forces 4.10 Class Documentation
 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) 2008 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 
35  virtual QString title();
36 
38  virtual const std::string& pageClassName() const;
39 
41  static const std::string& thePageClassName();
42 
43  protected:
44 
45  void setupGui();
46 
48  virtual void activate();
49 
51  virtual void deactivate();
52 
55  virtual void askBeforeAction();
56 
58  virtual void onCloseEvent();
59 
61  virtual void onSwitchEvent();
62 
65  };
66 
71 }
Contains makVrv::DtPage class.
DtPageCreatorTemplate< DtTacticalGraphicMappingPage > DtTacticalGraphicMappingPageCreator
Creator class for makVrv::DtTacticalGraphicMappingPage.
Definition: DtTacticalGraphicMappingPage.h:70
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
Contains DLL export macros.
Definition: DtPage.h:143
Page to set up GUI for editing tactical graphic mappings.
Definition: DtTacticalGraphicMappingPage.h:20
DtEntityMappingEditorWidget * myMapWidget
Definition: DtTacticalGraphicMappingPage.h:63
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:27
A widget for editing the hla 13 entity mappings.
Definition: DtEntityMappingEditorWidget.h:28
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
bool myShowRememberToSaveDialog
Definition: DtTacticalGraphicMappingPage.h:64

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)