![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2008 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: entityEditorCheckSMSHandler.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00013 00014 #ifndef entityEditorCheckSMSHandler_h 00015 #define entityEditorCheckSMSHandler_h 00016 00017 #include "tmqt/eventHandler.h" 00018 #include "entityEditorImpl/entityEditorEventHandlers.h" 00019 #include "entityEditorImpl/entityEditorImplDefines.h" 00020 00021 00022 class DT_DLL_entityeditorimpl DtEntityEditorCheckSMSHandler : public DtEventHandler 00023 { 00024 Q_OBJECT 00025 00026 public: 00027 00029 DtEntityEditorCheckSMSHandler(); 00030 00032 virtual ~DtEntityEditorCheckSMSHandler(); 00033 00034 virtual QWidget* createDialog(QWidget* parent); 00035 virtual void showDialog(bool); 00036 00037 public: 00039 static DtEventHandler* create(DtEventController* owner, void* usr); 00040 00041 virtual void activate(); 00042 00043 protected: 00044 00045 }; 00046 00047 00048 #endif