VR-Forces 4.8 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 /*********************************************************************
6 ** $RCSfile: DtCigiComponentMappingWidget.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
12 
13 #pragma once
17 
18 class QDialogButtonBox;
19 
20 namespace makVrv
21 {
22  class DtMapEditorWidget;
23  class DtCigiComponentMappingLogic;
24 
30  {
31  Q_OBJECT;
32  public:
35  DtDe& de, QWidget* parent, const QString& pageTitle);
36 
39 
41  virtual void askUserForComponentMapping();
42 
45  virtual void warnUserOfDuplicateComponentId();
46 
47  protected:
49  void setupGui();
50 
51  protected:
54  QDialogButtonBox* myAddButtons;
55  std::string myComponentName;
56  };
57 }
DtCigiComponentMappingLogic * myLogic
Definition: DtCigiComponentMappingWidget.h:52
#define DT_DLL_VRVCIGIQT
Definition: vrvCigiQt.h:19
std::string myComponentName
Definition: DtCigiComponentMappingWidget.h:55
A widget for editing a map.
Definition: DtMapEditorWidget.h:36
QDialogButtonBox * myAddButtons
Definition: DtCigiComponentMappingWidget.h:54
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:26
The DtCigiSettingsWidget provides the widget that manages named settings.
Definition: DtCigiSettingsWidget.h:22
A DtCigiComponentMappingLogic provides the logic for a widget that maps component ID's to components...
Definition: DtCigiComponentMappingLogic.h:36
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:28
DtMapEditorWidget * myMapWidget
Definition: DtCigiComponentMappingWidget.h:53

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)