VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiDatabaseMappingWidget.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2009 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: DtCigiDatabaseMappingWidget.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCigiQt/vrvCigiQt.h>
17 #include <QtWidgets/QWidget>
18 
19 class QDialogButtonBox;
20 
21 namespace makVrv
22 {
23  class DtMapEditorWidget;
24  class DtCigiDatabaseMappingLogic;
25 
31  {
32  Q_OBJECT;
33  public:
35  DtCigiDatabaseMappingWidget(DtDe& de, QWidget* parent, const QString& pageTitle);
36 
38  virtual ~DtCigiDatabaseMappingWidget();
39 
41  virtual void askUserForDatabaseMapping();
42 
43  protected:
44  void setupGui();
45 
46  protected:
49  QDialogButtonBox* myAddButtons;
50  };
51 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)