2 #include <Library/ProcessesItemModel.hpp>
4 #include <score/tools/std/Optional.hpp>
8 #include <score_plugin_library_export.h>
17 using QTreeView::QTreeView;
19 void selected(std::optional<Library::ProcessData> p)
20 E_SIGNAL(SCORE_PLUGIN_LIBRARY_EXPORT, selected, p)
22 E_SIGNAL(SCORE_PLUGIN_LIBRARY_EXPORT, doubleClicked, p)
25 QModelIndexList selectedDraggableIndexes()
const;
26 void selectionChanged(
27 const QItemSelection& selected,
const QItemSelection& deselected)
override;
28 void startDrag(Qt::DropActions supportedActions)
override;
29 void mouseDoubleClickEvent(QMouseEvent* event)
override;
Definition: ProcessTreeView.hpp:14
Definition: ProcessesItemModel.hpp:32