Loading...
Searching...
No Matches
score::QGraphicsRangeSlider Class Referencefinal
Inheritance diagram for score::QGraphicsRangeSlider:
Public Member Functions | |
| QGraphicsRangeSlider (QGraphicsItem *parent) | |
| void | setStart (double start) |
| Normalized positions, in [0; 1]. | |
| void | setEnd (double end) |
| void | setRange (double min, double max, ossia::vec2f init) |
| void | setValue (ossia::vec2f value) |
| ossia::vec2f | value () const noexcept |
| void | setExecutionValue (ossia::vec2f) |
| void | resetExecution () |
| void | startChanged (double arg_1) |
| void | endChanged (double arg_1) |
| void | sliderMoved () |
| void | sliderReleased () |
Public Attributes | |
| bool | moving = false |
| ossia::vec2f | m_execValue {} |
Member Function Documentation
◆ setValue()
| void score::QGraphicsRangeSlider::setValue | ( | ossia::vec2f | value | ) |
Absolute values, in [min; max] – the handles are stored normalized but the outside world speaks in the units of the control's domain.
The documentation for this class was generated from the following files:
- QGraphicsRangeSlider.hpp
- QGraphicsRangeSlider.cpp