![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2009 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtWhenConditionalDialog.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00011 00013 00014 #pragma once 00015 00016 #include <vrfGuiCoreQt/vrfGuiCoreQt.h> 00017 #include <vrfGuiCoreQt/DtConditionalDialog.h> 00018 00019 namespace makVrf 00020 { 00021 class DT_DLL_VRFGUICOREQT DtWhenConditionalDialogCreator : public DtVrfConditionalDialogCreator 00022 { 00023 public: 00024 virtual DtConditionalDialogInterface* create(makVrv::DtDe&, QWidget* parent); 00025 virtual bool canEditType(int) const; 00026 }; 00027 00028 class DT_DLL_VRFGUICOREQT DtWhenConditionalDialog : public DtConditionalDialog 00029 { 00030 Q_OBJECT 00031 public: 00032 //CTOR 00033 DtWhenConditionalDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0); 00034 00035 //DTOR 00036 virtual ~DtWhenConditionalDialog(); 00037 }; 00038 }