18#ifndef ELEMENTSTREEVIEW_H
19#define ELEMENTSTREEVIEW_H
37 void startDrag(Qt::DropActions supportedActions)
override;
The ElementsLocation class This class represents the location, the location of an element or of a cat...
Definition elementslocation.h:47
The ElementsTreeView class This class just reimplement startDrag from QTreeView, for set a custom pix...
Definition elementstreeview.h:32
void startDrag(Qt::DropActions supportedActions) override
ElementsTreeView::startDrag Reimplemented from QTreeView.
Definition elementstreeview.cpp:45
virtual void startElementDrag(const ElementsLocation &location)
ElementsTreeView::startElementDrag Build a QDrag according to the content of location.
Definition elementstreeview.cpp:71