![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2011 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtOsgEarthStartupItem.h,v $ $Revision: 1.8 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00012 00013 #pragma once 00014 00015 #include <vrvOsgEarthQt/vrvOsgEarthQt.h> 00016 00017 #include <vrvCoreQt/DtMenuItem.h> 00018 #include <vrvCoreQt/DtMenu.h> 00019 00020 namespace makVrv 00021 { 00024 class DT_DLL_VRVOSGEARTHQT DtOsgEarthStartupItem : public DtMenuItem 00025 { 00026 public: 00028 DtOsgEarthStartupItem(DtDe&); 00029 00031 virtual ~DtOsgEarthStartupItem(); 00032 00034 virtual QAction* createAction(DtDe&, QWidget* parent); 00035 00036 protected: 00038 virtual void on_triggered(); 00039 00040 protected: 00041 DtDe& myDe; 00042 }; 00043 } 00044