23 ,
public QGraphicsItem
26 Q_INTERFACES(QGraphicsItem)
33 static const constexpr int Type = QGraphicsItem::UserType + 100;
34 int type()
const final override {
return Type; }
36 QRectF boundingRect()
const override;
37 void paint(QPainter* painter,
const QStyleOptionGraphicsItem* option, QWidget* widget)
40 void setSelected(
bool selected);
48 void contextMenuRequested(
const QPoint& arg_1,
const QPointF& arg_2)
49 E_SIGNAL(SCORE_PLUGIN_CURVE_EXPORT, contextMenuRequested, arg_1, arg_2)
51 void contextMenuEvent(QGraphicsSceneContextMenuEvent*)
override;