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