VR-Forces 4.10 Class Documentation
 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.
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.
Definition: DtDe.h:69
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 Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)