VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCockpitMappingPage.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
12 #include <vrvCoreQt/DtPage.h>
13 
14 namespace makVrv
15 {
16  class DtCockpitMappingEditorWidget;
17 
21  {
22  Q_OBJECT;
23  public:
25  DtCockpitMappingPage(DtDe& de,QWidget* parent, Qt::WindowFlags f = 0);
26 
28  virtual ~DtCockpitMappingPage();
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 
67  virtual void onCurrentInstanceChanged(QString definition);
68 
69  protected:
70 
73  };
74 
79 }
#define DT_DLL_VRVGLSTUDIO_QT
Definition: DtGlStudioQt.h:18
A widget for editing the HUD entity mappings.
Definition: DtCockpitMappingEditorWidget.h:28
Contains makVrv::DtPage class.
Definition: DtPage.h:150
Page for editing mappings between entities and cockpits.
Definition: DtCockpitMappingPage.h:20
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
DtCockpitMappingEditorWidget * myMapWidget
Definition: DtCockpitMappingPage.h:71
bool myShowRememberToSaveDialog
Definition: DtCockpitMappingPage.h:72
DtPageCreatorTemplate< DtCockpitMappingPage > DtCockpitMappingPageCreator
Creator class for makVrv::DtConnectionPage.
Definition: DtCockpitMappingPage.h:78
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 Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)