15 #ifndef BORNAGAIN_MVVM_VIEW_MVVM_PLOTTING_CUSTOMPLOTPROXYWIDGET_H
16 #define BORNAGAIN_MVVM_VIEW_MVVM_PLOTTING_CUSTOMPLOTPROXYWIDGET_H
18 #include "mvvm/view_export.h"
19 #include <QGraphicsProxyWidget>
33 bool eventFilter(QObject*
object, QEvent* event);
35 void setBlockSignalsToProxy(
bool value);
38 void mousePressEvent(QGraphicsSceneMouseEvent* event);
39 void mouseMoveEvent(QGraphicsSceneMouseEvent* event);
40 void mouseReleaseEvent(QGraphicsSceneMouseEvent* event);
41 void wheelEvent(QGraphicsSceneWheelEvent* event);
44 bool block_signals_to_proxy{
false};
materialitems.h Collection of materials to populate MaterialModel.