VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtEntityMappingPage.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  DtEntityMappingPage(DtDe& de,QWidget* parent, Qt::WindowFlags f = 0);
26 
28  virtual ~DtEntityMappingPage();
29 
31  virtual QIcon icon();
32 
34  virtual QString title();
35 
37  virtual const std::string& pageClassName() const;
38 
40  static const std::string& thePageClassName();
41 
42  protected:
43 
44  void setupGui();
45 
47  virtual void activate();
48 
50  virtual void deactivate();
51 
54  virtual void askBeforeAction();
55 
57  virtual void onCloseEvent();
58 
60  virtual void onSwitchEvent();
61 
62  protected:
63 
66  };
67 
72 }
DtPageCreatorTemplate< DtEntityMappingPage > DtEntityMappingPageCreator
Creator class for makVrv::DtConnectionPage.
Definition: DtEntityMappingPage.h:71
Contains makVrv::DtPage class.
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
DtEntityMappingEditorWidget * myMapWidget
Definition: DtEntityMappingPage.h:64
Contains DLL export macros.
Definition: DtPage.h:143
bool myShowRememberToSaveDialog
Definition: DtEntityMappingPage.h:65
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
A dialog for configuring the entity type mapping.
Definition: DtEntityMappingPage.h:20

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)