2#include <score/command/Dispatchers/CommandDispatcher.hpp>
7class QContextMenuEvent;
12class MessageItemModel;
24 void resizeEvent(QResizeEvent* ev)
override;
28 void contextMenuEvent(QContextMenuEvent*)
override;
30 QAction* m_removeNodesAction{};
34 float m_valueColumnSize{0.15f};
The CommandDispatcher class.
Definition CommandDispatcher.hpp:13
The MessageItemModel class.
Definition MessageItemModel.hpp:38
Definition MessageTreeView.hpp:15
Definition StateModel.hpp:63
Main plug-in of score.
Definition score-plugin-dataflow/Dataflow/PortItem.hpp:13