VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiComponentMappingWidget.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2009 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
14 
15 class QDialogButtonBox;
16 
17 namespace makVrv
18 {
19  class DtMapEditorWidget;
20  class DtCigiComponentMappingLogic;
21 
27  {
28  Q_OBJECT;
29  public:
32  DtDe& de, QWidget* parent, const QString& pageTitle);
33 
36 
38  virtual void askUserForComponentMapping();
39 
42  virtual void warnUserOfDuplicateComponentId();
43 
44  protected:
46  void setupGui();
47 
48  protected:
51  QDialogButtonBox* myAddButtons;
52  std::string myComponentName;
53  };
54 }
DtCigiComponentMappingLogic * myLogic
Definition: DtCigiComponentMappingWidget.h:49
#define DT_DLL_VRVCIGIQT
Definition: vrvCigiQt.h:19
std::string myComponentName
Definition: DtCigiComponentMappingWidget.h:52
A widget for editing a map.
Definition: DtMapEditorWidget.h:36
QDialogButtonBox * myAddButtons
Definition: DtCigiComponentMappingWidget.h:51
DtCigiComponentClass
Definition: DtCigiSettingsRecord.h:15
Contains makVrv::DtCigiComponentMappingInterface class.
A DtCigiComponentMappingInterface provides the interface for a widget that maps component IDs to comp...
Definition: DtCigiComponentMappingInterface.h:21
The DtCigiSettingsWidget provides the widget that manages named settings. This widget is responsible ...
Definition: DtCigiSettingsWidget.h:19
A DtCigiComponentMappingLogic provides the logic for a widget that maps component ID's to components...
Definition: DtCigiComponentMappingLogic.h:33
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:76
A DtCigiComponentMappingWidget provides the widget that maps component ID's to components for a parti...
Definition: DtCigiComponentMappingWidget.h:25
DtMapEditorWidget * myMapWidget
Definition: DtCigiComponentMappingWidget.h:50

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)