![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /********************************************************************* 00002 ** Copyright (c) 2007 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 /********************************************************************* 00006 ** $RCSfile: entityEditorFileMenu.h,v $ $Revision: 1.3 $ $State: Exp $ 00007 *********************************************************************/ 00008 00011 00012 #ifndef DtEntityEditorFileMenu_H_ 00013 #define DtEntityEditorFileMenu_H_ 00014 00015 #include "tmqt/tmFileMenu.h" 00016 #include "entityEditorImpl/entityEditorMenuItems.h" 00017 #include "entityEditorImpl/entityEditorImplDefines.h" 00018 00019 class DT_DLL_entityeditorimpl DtEntityEditorFileMenu : public DtTMFileMenu 00020 { 00021 Q_OBJECT 00022 00023 public: 00024 DtEntityEditorFileMenu(QWidget* parent, bool display = true); 00025 virtual ~DtEntityEditorFileMenu(); 00026 00028 protected: 00029 virtual bool initMenuItems(); 00030 00031 protected slots: 00032 virtual void processFileSaveValid(); 00033 virtual void processCopyModelMapperFileValid(); 00034 virtual void processCheckSmsValid(); 00035 00036 public: 00037 static DtPopupMenu* create(QWidget* parent, bool display = true); 00038 }; 00039 00040 #endif