VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtFireMappingPage.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  DtFireMappingPage(DtDe& de,QWidget* parent, Qt::WindowFlags f = 0);
26 
28  virtual ~DtFireMappingPage();
29 
31  virtual QIcon icon();
32 
35  virtual DtQIconConfigurations qIconConfigurations() const;
36 
38  virtual QString title();
39 
41  virtual const std::string& pageClassName() const;
42 
44  static const std::string& thePageClassName();
45 
46  protected:
47 
48  void setupGui();
49 
51  virtual void activate();
52 
54  virtual void deactivate();
55 
58  virtual void askBeforeAction();
59 
61  virtual void onCloseEvent();
62 
64  virtual void onSwitchEvent();
65 
66  protected:
67 
70  };
71 
75 }
Contains makVrv::DtPage class declaration.
bool myShowRememberToSaveDialog
Definition: DtFireMappingPage.h:69
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
Contains DLL export macros.
Definition: DtPage.h:181
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:51
DtPageCreatorTemplate< DtFireMappingPage > DtFireMappingPageCreator
Creator class for makVrv::DtConnectionPage.
Definition: DtFireMappingPage.h:74
DtEntityMappingEditorWidget * myMapWidget
Definition: DtFireMappingPage.h:68
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
A dialog for configuring the entity type mapping.
Definition: DtFireMappingPage.h:20

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)