Loading...
Searching...
No Matches
Public Member Functions |
Static Public Member Functions |
Public Attributes |
Static Public Attributes |
Friends |
List of all members
vst::GraphicsSlider Class Referencefinal
Inheritance diagram for vst::GraphicsSlider:
Public Member Functions | |
| GraphicsSlider (AEffect *fx, int num, QGraphicsItem *parent) | |
| void | setValue (double v) |
| double | value () const |
| void | setExecutionValue (const ossia::value &v) |
| void | resetExecution () |
| void | valueChanged (double arg_1) |
| void | sliderMoved () |
| void | sliderReleased () |
Public Member Functions inherited from score::QGraphicsSliderBase< GraphicsSlider > | |
| QGraphicsSliderBase (QGraphicsItem *parent) | |
| bool | isInHandle (QPointF p) |
| double | getHandleX () const |
| double | getExecHandleX () const |
| QRectF | sliderRect () const |
| QRectF | handleRect () const |
| QRectF | execHandleRect () const |
| void | setRect (const QRectF &r) |
| QRectF | boundingRect () const override |
Static Public Member Functions | |
| static double | from01 (double v) |
| static double | map (double v) |
| static double | unmap (double v) |
Public Attributes | |
| bool | moving = false |
Public Attributes inherited from score::QGraphicsSliderBase< GraphicsSlider > | |
| QRectF | m_rect |
| RightClickImpl * | impl |
Static Public Attributes | |
| static const constexpr double | min = 0. |
| static const constexpr double | max = 1. |
| static const constexpr double | init = 0.5 |
Friends | |
| struct | QGraphicsSliderBase< GraphicsSlider > |
| struct | score::DefaultControlImpl |
| struct | score::DefaultGraphicsSliderImpl |
The documentation for this class was generated from the following files:
- Vst/Widgets.hpp
- Vst/Widgets.cpp
Public Member Functions inherited from