score::QGraphicsXYSpinboxChooser Class Referencefinal
Inheritance diagram for score::QGraphicsXYSpinboxChooser:

Public Member Functions

 QGraphicsXYSpinboxChooser (bool isRange, QGraphicsItem *parent)
 
void setPoint (const QPointF &r)
 
void setValue (std::array< float, 2 > v)
 
void setValue (std::array< double, 2 > v)
 
void setRange (ossia::vec2f min={0.f, 0.f}, ossia::vec2f max={1.f, 1.f}, ossia::vec2f init={0.f, 0.f})
 
std::array< double, 2 > value () const noexcept
 
std::array< double, 2 > getMin () const noexcept
 
std::array< double, 2 > getMax () const noexcept
 
void sliderMoved ()
 
void sliderReleased ()
 

Public Attributes

bool moving = false
 

Friends

struct DefaultGraphicsSpinboxImpl
 

The documentation for this class was generated from the following files: