VR-Forces 4.1 Class Documentation
DtCigiEntityMappingWidget.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2009 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: DtCigiEntityMappingWidget.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvCigiQt/vrvCigiQt.h>
18 #include <QtGui/QWidget>
19 
20 class QDialogButtonBox;
21 
22 namespace makVrv
23 {
24 
25  class DtMapEditorWidget;
26  class DtCigiEntityMappingLogic;
27 
34  {
35  Q_OBJECT;
36  public:
38  DtCigiEntityMappingWidget(DtDe& de,QWidget* parent, const QString& pageTitle);
39 
41  virtual ~DtCigiEntityMappingWidget();
42 
44  virtual void askUserForEntityTypeMapping();
45 
47  virtual void askUserForArtPartMapping();
48 
50  virtual void enableArtPartMapping();
51 
53  virtual void disableArtPartMapping();
54 
56  virtual void warnUserOfDuplicateEntityType();
57 
59  virtual void warnUserOfDuplicateArtPartId();
60 
61  protected:
62  void setupGui();
63 
64  protected:
68  QDialogButtonBox* myEntityTypeMappingButtons;
69  };
70 
71 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)