2 #include <QGraphicsItem>
4 #include <score_lib_base_export.h>
13 ,
public QGraphicsItem
20 QRectF boundingRect()
const override;
21 void paint(QPainter* painter,
const QStyleOptionGraphicsItem* option, QWidget* widget)
24 void zoom() E_SIGNAL(SCORE_LIB_BASE_EXPORT, zoom)
25 void dezoom() E_SIGNAL(SCORE_LIB_BASE_EXPORT, dezoom)
26 void recenter() E_SIGNAL(SCORE_LIB_BASE_EXPORT, recenter)
27 void rescale() E_SIGNAL(SCORE_LIB_BASE_EXPORT, rescale)
Definition: ZoomItem.hpp:14
Base toolkit upon which the software is built.
Definition: Application.cpp:90