VR-Forces 4.10 Class Documentation
 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) 2008 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 
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 
63  virtual void onCurrentInstanceChanged(QString definition);
64 
65  protected:
66 
69  };
70 
75 }
#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:143
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:27
DtCockpitMappingEditorWidget * myMapWidget
Definition: DtCockpitMappingPage.h:67
bool myShowRememberToSaveDialog
Definition: DtCockpitMappingPage.h:68
DtPageCreatorTemplate< DtCockpitMappingPage > DtCockpitMappingPageCreator
Creator class for makVrv::DtConnectionPage.
Definition: DtCockpitMappingPage.h:74
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

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)