![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2009 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtVrfEchelonHierarchyTreeWidget.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00011 00013 00014 #pragma once 00015 00016 #include <vrfGuiCoreQt/vrfGuiCoreQt.h> 00017 #include <vrfGuiCoreQt/DtVrfTreeWidget.h> 00018 00019 namespace makVrf 00020 { 00021 class DT_DLL_VRFGUICOREQT DtVrfEchelonHierarchyTreeWidget : public DtVrfTreeWidget 00022 { 00023 public: 00025 DtVrfEchelonHierarchyTreeWidget( makVrv::DtDe& de, QWidget* parent = 0 ); 00026 00028 virtual ~DtVrfEchelonHierarchyTreeWidget(); 00029 00030 protected: 00032 virtual bool canDropOnItem(QTreeWidgetItem*, const QStringList& globalIds, QDragMoveEvent* event) const; 00033 00035 virtual void dropItems(const QStringList& globalIds, QTreeWidgetItem*); 00036 }; 00037 }