![]() |
OpenWalnut
1.5.0dev
|
tree widget for the control panel More...
#include <WQtTreeWidget.h>
Inheritance diagram for WQtTreeWidget:
Collaboration diagram for WQtTreeWidget:Signals | |
| void | dragDrop (QDropEvent *event) |
| Item was dropped. More... | |
Public Member Functions | |
| WQtTreeWidget (QWidget *parent=0) | |
| default constructor More... | |
| virtual | ~WQtTreeWidget () |
| destructor More... | |
| void | deleteItem (QTreeWidgetItem *item) |
| Deletes an entry from the tree. More... | |
| virtual void | dropEvent (QDropEvent *event) |
| handles the drop event for a tree item More... | |
tree widget for the control panel
Definition at line 33 of file WQtTreeWidget.h.
|
explicit |
default constructor
| parent | the parent widget of this widget, i.e. the widget that manages this widget |
Definition at line 31 of file WQtTreeWidget.cpp.
|
virtual |
destructor
Definition at line 38 of file WQtTreeWidget.cpp.
| void WQtTreeWidget::deleteItem | ( | QTreeWidgetItem * | item | ) |
Deletes an entry from the tree.
| item | The given item will be removed from the tree |
Definition at line 42 of file WQtTreeWidget.cpp.
Referenced by WQtControlPanel::event().
Here is the caller graph for this function:
|
signal |
Item was dropped.
| event | the event |
Referenced by dropEvent().
Here is the caller graph for this function:
|
virtual |
handles the drop event for a tree item
| event |
Definition at line 48 of file WQtTreeWidget.cpp.
References dragDrop().