Loading...
Searching...
No Matches
oscr::CustomTextGraphicsKnob< Field > Class Template Referencefinal
Inheritance diagram for oscr::CustomTextGraphicsKnob< Field >:
Public Member Functions | |
| double | getMin () const noexcept |
| double | getMax () const noexcept |
| double | unmap (double v) const noexcept |
| double | map (double v) const noexcept |
Public Member Functions inherited from score::QGraphicsKnob | |
| QGraphicsKnob (QGraphicsItem *parent) | |
| double | unmap (double v) const noexcept |
| double | map (double v) const noexcept |
| void | setRect (const QRectF &r) |
| void | setRange (double min, double max, double init) |
| void | setValue (double v) |
| double | value () const |
| void | setExecutionValue (double v) |
| void | resetExecution () |
| QRectF | boundingRect () const override |
| void | sliderMoved () |
| void | sliderReleased () |
Additional Inherited Members | |
Public Attributes inherited from score::QGraphicsKnob | |
| double | min {} |
| double | max {} |
| double | init {} |
| bool | moving = false |
Protected Attributes inherited from score::QGraphicsKnob | |
| double | m_value {} |
| double | m_execValue {} |
| QRectF | m_rect {defaultKnobSize} |
The documentation for this class was generated from the following file:
Public Member Functions inherited from