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