|
This class derived from QTreeView supports custom drag and drop behavior. More...
#include <MemoryX/gui-plugins/SceneEditor/gui/CollectionsTreeView.h>
Public Member Functions | |
CollectionsTreeView (QWidget *parent=0) | |
Constructor. More... | |
void | startDrag (Qt::DropActions supportedActions) override |
Starts a drag with a dragable QPixmap using the given supportedActions. More... | |
This class derived from QTreeView supports custom drag and drop behavior.
The QTreeView class provides a default model/view implementation of a tree view.
Definition at line 38 of file CollectionsTreeView.h.
|
explicit |
Constructor.
Constructs a tree view with a parent to represent a model's data.
parent | parent widget |
Definition at line 34 of file CollectionsTreeView.cpp.
|
override |
Starts a drag with a dragable QPixmap using the given supportedActions.
supportedActions | supported Qt::DropActions |
Definition at line 39 of file CollectionsTreeView.cpp.