VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiEntityMappingWidget.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2014 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCigiQt/vrvCigiQt.h>
15 #include <QtWidgets/QWidget>
16 
17 class QDialogButtonBox;
18 
19 namespace makVrv
20 {
21 
22  class DtMapEditorWidget;
23  class DtCigiEntityMappingLogic;
24 
31  {
32  Q_OBJECT;
33  public:
35  DtCigiEntityMappingWidget(DtDe& de,QWidget* parent, const QString& pageTitle);
36 
38  virtual ~DtCigiEntityMappingWidget();
39 
41  virtual void askUserForEntityTypeMapping();
42 
44  virtual void askUserForArtPartMapping();
45 
47  virtual void enableArtPartMapping();
48 
50  virtual void disableArtPartMapping();
51 
53  virtual void warnUserOfDuplicateEntityType();
54 
56  virtual void warnUserOfDuplicateArtPartId();
57 
58  protected:
59  void setupGui();
60 
61  protected:
65  QDialogButtonBox* myEntityTypeMappingButtons;
66  };
67 
68 }
DtMapEditorWidget * myArtPartMapWidget
Definition: DtCigiEntityMappingWidget.h:64
Contains makVrv::DtCigiEntityMappingInterface class.
QDialogButtonBox * myEntityTypeMappingButtons
Definition: DtCigiEntityMappingWidget.h:65
#define DT_DLL_VRVCIGIQT
Definition: vrvCigiQt.h:19
A widget for editing a map.
Definition: DtMapEditorWidget.h:36
Abstract interface used for mapping CIGI entity types and articulated part ID&#39;s.
Definition: DtCigiEntityMappingInterface.h:20
The DtCigiSettingsWidget provides the widget that manages named settings.
Definition: DtCigiSettingsWidget.h:19
A DtCigiEntityMappingLogic object provides the logic for a widget that maps entity types to model def...
Definition: DtCigiEntityMappingLogic.h:33
DtMapEditorWidget * myEntTypeMapWidget
Definition: DtCigiEntityMappingWidget.h:63
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
A DtCigiEntityMappingWidget provides the widget that shows the mapping from entity type to model defi...
Definition: DtCigiEntityMappingWidget.h:29
DtCigiEntityMappingLogic * myLogic
Definition: DtCigiEntityMappingWidget.h:62

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)