VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiModelStateMappingWidget.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
13 
14 class QDialogButtonBox;
15 
16 namespace makVrv
17 {
18  class DtMapEditorWidget;
19  class DtCigiModelStateMappingLogic;
20 
27  {
28  Q_OBJECT;
29  public:
31  DtCigiModelStateMappingWidget(DtDe& de, QWidget* parent, const QString& pageTitle);
32 
35 
37  virtual void askUserForModelStateMapping();
38 
39  protected:
40  void setupGui();
41 
42  protected:
45  QDialogButtonBox* myAddButtons;
46  };
47 }
DtMapEditorWidget * myMapWidget
Definition: DtCigiModelStateMappingWidget.h:44
#define DT_DLL_VRVCIGIQT
Definition: vrvCigiQt.h:19
A widget for editing a map.
Definition: DtMapEditorWidget.h:36
Contains makVrv::DtCigiModelStateMappingInterface class.
A DtCigiModelStateMappingLogic object provides the logic for a widget that maps component ID's to mod...
Definition: DtCigiModelStateMappingLogic.h:30
A DtCigiModelStateMappingWidget provides the widget that shows the mapping from component ID to model...
Definition: DtCigiModelStateMappingWidget.h:25
The DtCigiSettingsWidget provides the widget that manages named settings.
Definition: DtCigiSettingsWidget.h:19
QDialogButtonBox * myAddButtons
Definition: DtCigiModelStateMappingWidget.h:45
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtCigiModelStateMappingLogic * myLogic
Definition: DtCigiModelStateMappingWidget.h:43
A DtCigiModelStateMappingInterface provides the interface for a widget that maps component ID's to mo...
Definition: DtCigiModelStateMappingInterface.h:22

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)