VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiLightPointGroupMappingWidget.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2017 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
13 #include <QtWidgets/QWidget>
14 
15 class QDialogButtonBox;
16 
17 namespace makVrv
18 {
19  class DtMapEditorWidget;
20  class DtCigiLightPointGroupMappingLogic;
21 
27  {
28  Q_OBJECT;
29  public:
31  DtCigiLightPointGroupMappingWidget(DtDe& de, QWidget* parent, const QString& pageTitle);
32 
35 
37  void askUserForLightPointGroupMapping();
38 
39  protected:
41  void setupGui();
42 
43  protected:
46  QDialogButtonBox* myAddButtons;
47  };
48 }
A DtCigiLightPointGroupMappingWidget provides the actual widget that shows the mapping from light poi...
Definition: DtCigiLightPointGroupMappingWidget.h:25
DtCigiLightPointGroupMappingLogic * myLogic
Definition: DtCigiLightPointGroupMappingWidget.h:44
Contains makVrv::DtCigiLightPointGroupMappingInterface class.
#define DT_DLL_VRVCIGIQT
Definition: vrvCigiQt.h:19
A widget for editing a map.
Definition: DtMapEditorWidget.h:36
DtMapEditorWidget * myMapWidget
Definition: DtCigiLightPointGroupMappingWidget.h:45
A DtCigiLightPointGroupMappingLogic object provides the logic for a widget that that maps light point...
Definition: DtCigiLightPointGroupMappingLogic.h:29
The DtCigiSettingsWidget provides the widget that manages named settings. This widget is responsible ...
Definition: DtCigiSettingsWidget.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 DtCigiLightPointGroupMappingInterface provides the interface for a widget that maps light point gro...
Definition: DtCigiLightPointGroupMappingInterface.h:20
QDialogButtonBox * myAddButtons
Definition: DtCigiLightPointGroupMappingWidget.h:46

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)