VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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
14 #include <vrvCigiQt/vrvCigiQt.h>
18 #include <QtGui/QWidget>
19 
20 class QDialogButtonBox;
21 
22 namespace makVrv
23 {
24  class DtMapEditorWidget;
25  class DtCigiComponentMappingLogic;
26 
32  {
33  Q_OBJECT;
34  public:
37  DtDe& de, QWidget* parent, const QString& pageTitle);
38 
41 
43  virtual void askUserForComponentMapping();
44 
47  virtual void warnUserOfDuplicateComponentId();
48 
49  protected:
51  void setupGui();
52 
53  protected:
56  QDialogButtonBox* myAddButtons;
57  std::string myComponentName;
58  };
59 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)