VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiObserverModeMappingWidget.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2014 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
11 
14 
15 class QDialogButtonBox;
16 
17 namespace makVrv
18 {
19  class DtMapEditorWidget;
20  class DtCigiObserverModeMappingLogic;
21 
27  {
28  Q_OBJECT;
29  public:
31  DtCigiObserverModeMappingWidget(DtDe& de, QWidget* parent, const QString& pageTitle);
32 
35 
37  virtual void askUserForObserverModeMapping();
38 
39  protected:
40  void setupGui();
41 
42  protected:
45  QDialogButtonBox* myAddButtons;
46  };
47 }
Contains makVrv::DtCigiObserverModeMappingInterface class.
#define DT_DLL_VRVCIGIQT
Definition: vrvCigiQt.h:19
A widget for editing a map.
Definition: DtMapEditorWidget.h:36
DtMapEditorWidget * myMapWidget
Definition: DtCigiObserverModeMappingWidget.h:44
The DtCigiSettingsWidget provides the widget that manages named settings.
Definition: DtCigiSettingsWidget.h:22
DtCigiObserverModeMappingLogic * myLogic
Definition: DtCigiObserverModeMappingWidget.h:43
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
A DtCigiObserverModeMappingLogic object provides the logic for a widget that maps observer mode numbe...
Definition: DtCigiObserverModeMappingLogic.h:28
QDialogButtonBox * myAddButtons
Definition: DtCigiObserverModeMappingWidget.h:45
A DtCigiObserverModeMappingInterface provides the interface for a widget that maps observer mode numb...
Definition: DtCigiObserverModeMappingInterface.h:21
A DtCigiObserverModeMappingWidget provides the widget that shows the mapping from observer mode numbe...
Definition: DtCigiObserverModeMappingWidget.h:25

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)