2 #include <score/graphics/widgets/Constants.hpp>
4 #include <QGraphicsItem>
7 #include <score_lib_base_export.h>
15 ,
public QGraphicsItem
18 SCORE_GRAPHICS_ITEM_TYPE(20)
19 QRectF m_rect{defaultCheckBoxSize};
27 void setState(
bool toggled);
30 void toggled(
bool arg_1) E_SIGNAL(SCORE_LIB_BASE_EXPORT, toggled, arg_1)
33 void mousePressEvent(QGraphicsSceneMouseEvent* event)
override;
34 void mouseReleaseEvent(QGraphicsSceneMouseEvent* event)
override;
35 QRectF boundingRect()
const override;
36 void paint(QPainter* painter,
const QStyleOptionGraphicsItem* option, QWidget* widget)
Definition: QGraphicsCheckBox.hpp:16
Base toolkit upon which the software is built.
Definition: Application.cpp:90