![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /********************************************************************* 00002 ** Copyright (c) 2009 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 /********************************************************************* 00006 ** $RCSfile: DtCigiModelStateMappingWidget.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 *********************************************************************/ 00008 00012 00013 #pragma once 00014 #include <vrvCigiQt/vrvCigiQt.h> 00015 #include <vrvCigiQt/DtCigiModelStateMappingInterface.h> 00016 #include <vrvCigiQt/DtCigiSettingsWidget.h> 00017 #include <QtGui/QWidget> 00018 00019 class QDialogButtonBox; 00020 00021 namespace makVrv 00022 { 00023 class DtMapEditorWidget; 00024 class DtCigiModelStateMappingLogic; 00025 00030 class DT_DLL_VRVCIGIQT DtCigiModelStateMappingWidget : public DtCigiSettingsWidget, 00031 public DtCigiModelStateMappingInterface 00032 { 00033 Q_OBJECT; 00034 public: 00036 DtCigiModelStateMappingWidget(DtDe& de, QWidget* parent, const QString& pageTitle); 00037 00039 virtual ~DtCigiModelStateMappingWidget(); 00040 00042 virtual void askUserForModelStateMapping(); 00043 00044 protected: 00045 void setupGui(); 00046 00047 protected: 00048 DtCigiModelStateMappingLogic* myLogic; 00049 DtMapEditorWidget* myMapWidget; 00050 QDialogButtonBox* myAddButtons; 00051 }; 00052 }