VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiSensorMappingWidget.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2019 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
11 
14 #include <QtWidgets/QWidget>
15 
16 class QDialogButtonBox;
17 
18 namespace makVrv
19 {
20  class DtMapEditorWidget;
21  class DtCigiSensorMappingLogic;
22 
28  {
29  Q_OBJECT;
30  public:
32  DtCigiSensorMappingWidget( DtDe& de, QWidget* parent, const QString& pageTitle );
33 
35  virtual ~DtCigiSensorMappingWidget();
36 
38  void askUserForSensorMapping();
39 
40  protected:
42  void setupGui();
43 
44  protected:
47  QDialogButtonBox* myAddButtons;
48  };
49 }
Contains makVrv::DtCigiSensorMappingInterface class.
#define DT_DLL_VRVCIGIQT
Definition: vrvCigiQt.h:19
QDialogButtonBox * myAddButtons
Definition: DtCigiSensorMappingWidget.h:47
A widget for editing a map.
Definition: DtMapEditorWidget.h:36
DtMapEditorWidget * myMapWidget
Definition: DtCigiSensorMappingWidget.h:46
The DtCigiSettingsWidget provides the widget that manages named settings. This widget is responsible ...
Definition: DtCigiSettingsWidget.h:19
A DtCigiSensorMappingInterface provides the interface for the widget that maps CIGI sensor ID numbers...
Definition: DtCigiSensorMappingInterface.h:19
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:72
A DtCigiSensorMappingLogic object provides the logic for a widget that maps sensor control ID numbers...
Definition: DtCigiSensorMappingLogic.h:28
DtCigiSensorMappingLogic * myLogic
Definition: DtCigiSensorMappingWidget.h:45
A DtCigiSensorMappingWidget provides the actual widget that shows the mapping from sensor number to s...
Definition: DtCigiSensorMappingWidget.h:26

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)