2 #include <score/graphics/widgets/Constants.hpp>
3 #include <score/widgets/Pixmap.hpp>
5 #include <QGraphicsItem>
6 #include <QGraphicsPixmapItem>
9 #include <score_lib_base_export.h>
17 ,
public QGraphicsPixmapItem
20 SCORE_GRAPHICS_ITEM_TYPE(150)
22 const QPixmap m_pressed, m_released;
29 void setState(
bool toggled);
32 void toggled(
bool arg_1) E_SIGNAL(SCORE_LIB_BASE_EXPORT, toggled, arg_1)
35 void mousePressEvent(QGraphicsSceneMouseEvent* event)
override;
36 void mouseMoveEvent(QGraphicsSceneMouseEvent* event)
override;
37 void mouseReleaseEvent(QGraphicsSceneMouseEvent* event)
override;
Definition: QGraphicsPixmapToggle.hpp:18
Base toolkit upon which the software is built.
Definition: Application.cpp:90