VR-Forces 4.0.4 Class Documentation
include/vrvCigiQt/DtCigiDatabaseMappingWidget.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2009 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: DtCigiDatabaseMappingWidget.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *********************************************************************/
00008 
00012 
00013 #pragma once
00014 #include <vrvCigiQt/vrvCigiQt.h>
00015 #include <vrvCigiQt/DtCigiDatabaseMappingInterface.h>
00016 #include <vrvCigiQt/DtCigiSettingsWidget.h>
00017 #include <QtGui/QWidget>
00018 
00019 class QDialogButtonBox;
00020 
00021 namespace makVrv
00022 {
00023    class DtMapEditorWidget;
00024    class DtCigiDatabaseMappingLogic;
00025 
00029    class DT_DLL_VRVCIGIQT DtCigiDatabaseMappingWidget : public DtCigiSettingsWidget,
00030       public DtCigiDatabaseMappingInterface
00031    {
00032       Q_OBJECT;
00033    public:
00035       DtCigiDatabaseMappingWidget(DtDe& de, QWidget* parent, const QString& pageTitle);
00036 
00038       virtual ~DtCigiDatabaseMappingWidget();
00039 
00041       virtual void askUserForDatabaseMapping();
00042 
00043    protected:
00044       void setupGui();
00045 
00046    protected:
00047       DtCigiDatabaseMappingLogic*  myLogic;
00048       DtMapEditorWidget*      myMapWidget;
00049       QDialogButtonBox*            myAddButtons;
00050    };
00051 }

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)