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
void startDrag(Qt::DropActions supportedActions) override
ElementsTreeView::startDrag Reimplemented from QTreeView.
Definition elementstreeview.cpp:69
virtual void startElementDrag(const ElementsLocation &location)
ElementsTreeView::startElementDrag Build a QDrag according to the content of location.
Definition elementstreeview.cpp:95
ElementsTreeView(QWidget *parent=nullptr)
ElementsTreeView::ElementsTreeView.
Definition elementstreeview.cpp:41