#include <dragdropabletreewidget.h>
Public Member Functions | |
DragDropableTreeWidget (QWidget *parent=0) | |
void | setMainWindow (ArcStorageWindow *mw) |
void | resetSelection () |
Protected Member Functions | |
void | dragEnterEvent (QDragEnterEvent *event) |
void | dragMoveEvent (QDragMoveEvent *event) |
void | dragLeaveEvent (QDragLeaveEvent *event) |
void | dropEvent (QDropEvent *event) |
void | mousePressEvent (QMouseEvent *event) |
void | mouseMoveEvent (QMouseEvent *event) |
void | mouseReleaseEvent (QMouseEvent *event) |
This class describes extends the standard QTreeWidget to provide both drag and drop functionality. The dragging and dropping is done in both directions: From the outside to this application and from this application and to the outside