![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2008 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtObjectContextInfoItem.h,v $ $Revision: 1.5 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00012 00013 #ifndef DtObjectContextInfoItem_H_ 00014 #define DtObjectContextInfoItem_H_ 00015 00016 #include <vrvVrlQt/vrvVrlQt.h> 00017 #include <vrvCoreQt/DtMenuItem.h> 00018 #include <vrvCore/DtObserverObject.h> 00019 00020 namespace makVrv 00021 { 00025 class DT_DLL_VRVVRLQT DtObjectInfoItem : public DtMenuItem 00026 { 00027 Q_OBJECT; 00028 public: 00030 DtObjectInfoItem(DtDe&); 00031 00033 virtual ~DtObjectInfoItem(); 00034 00036 virtual QAction* createAction(DtDe&, QWidget* parent); 00037 00038 protected: 00039 virtual void on_triggered(); 00040 00041 virtual void on_aboutToShow(); 00042 00043 protected: 00044 DtDe& myDe; 00045 QAction* myQAction; 00046 }; 00047 } 00048 00049 #endif 00050