![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /********************************************************************* 00002 ** Copyright (c) 2009 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 /********************************************************************* 00006 ** $RCSfile: DtCigiModelStateMappingPage.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 *********************************************************************/ 00008 00012 00013 #pragma once 00014 #include <vrvCigiQt/vrvCigiQt.h> 00015 #include <vrvCoreQt/DtPage.h> 00016 #include <vrvUtil/templateUtil.h> 00017 00018 00019 namespace makVrv 00020 { 00021 class DtCigiModelStateMappingWidget; 00022 00027 class DT_DLL_VRVCIGIQT DtCigiModelStateMappingPage : public DtPage 00028 { 00029 Q_OBJECT; 00030 public: 00032 DtCigiModelStateMappingPage(DtDe& de,QWidget* parent, 00033 Qt::WindowFlags f = 0); 00034 00036 virtual ~DtCigiModelStateMappingPage(); 00037 00039 virtual QIcon icon(); 00040 00042 virtual QString title(); 00043 00045 virtual const std::string& pageClassName() const; 00046 00048 static const std::string& thePageClassName(); 00049 00050 protected: 00051 00053 void setupGui(); 00054 00056 virtual void activate(); 00057 00059 virtual void deactivate(); 00060 00061 protected: 00062 DtDe& myDe; 00063 DtCigiModelStateMappingWidget* myMapWidget; 00064 }; 00065 00068 EXPORT_TEMPLATE_TYPEDEF(DtPageCreatorTemplate<DtCigiModelStateMappingPage>, 00069 DtCigiModelStateMappingPageCreator) 00070 }