18 ,
public QGraphicsItem
21 SCORE_GRAPHICS_ITEM_TYPE(290)
22 QRectF m_rect{0., 0., 150., 24.};
29 void setPoint(
const QPointF& r);
30 void setValue(std::array<float, 3> v);
31 void setValue(std::array<double, 3> v);
33 ossia::vec3f min = {0.f, 0.f, 0.f}, ossia::vec3f max = {1.f, 1.f, 1.f},
34 ossia::vec3f init = {0.f, 0.f, 0.f});
35 std::array<double, 3> value()
const noexcept;
36 std::array<double, 3> getMin()
const noexcept;
37 std::array<double, 3> getMax()
const noexcept;
42 void sliderMoved() E_SIGNAL(SCORE_LIB_BASE_EXPORT, sliderMoved)
43 void sliderReleased() E_SIGNAL(SCORE_LIB_BASE_EXPORT, sliderReleased)
46 std::array<double, 3> scaledValue(
double x,
double y,
double z)
const noexcept;
47 QRectF boundingRect()
const override;
48 void paint(QPainter* painter,
const QStyleOptionGraphicsItem* option, QWidget* widget)