Loading...
Searching...
No Matches
JS::FloatControl2D< Impl > Class Template Reference
Inheritance diagram for JS::FloatControl2D< Impl >:
Public Member Functions | |
| bool | isEvent () const override |
| Process::Inlet * | make (Id< Process::Port > &&id, QObject *parent) override |
| QVector2D | init () const noexcept |
| void | setInit (QVector2D m) |
| void | initChanged (QVector2D v) |
| QVector2D | getMin () const noexcept |
| void | setMin (QVector2D m) |
| void | minChanged (QVector2D v) |
| QVector2D | getMax () const noexcept |
| void | setMax (QVector2D m) |
| void | maxChanged (QVector2D v) |
Public Member Functions inherited from JS::GenericControlInlet< Impl, QVector2D, ossia::vec2f > | |
| bool | isEvent () const override |
| Process::Inlet * | make (Id< Process::Port > &&id, QObject *parent) override |
| void | clear () |
| QVector2D | value () const noexcept |
| void | setValue (QVariant value) override |
| void | setValue (QVector2D value) |
| void | valueChanged (QVector2D value) |
| ControlInlet (QObject *parent=nullptr) | |
Public Member Functions inherited from JS::ControlInlet | |
| ControlInlet (QObject *parent=nullptr) | |
| QVariant | value () const noexcept |
| void | clear () |
| void | valueChanged (QVariant value) |
Public Member Functions inherited from JS::Inlet | |
| const QString & | address () const noexcept |
| void | setAddress (const QString &m) |
| void | addressChanged (const QString &v) |
Member Function Documentation
◆ isEvent()
template<typename Impl >
|
inlineoverridevirtual |
Reimplemented from JS::Inlet.
◆ make()
template<typename Impl >
|
inlineoverridevirtual |
Reimplemented from JS::ControlInlet.
The documentation for this class was generated from the following file:
Public Member Functions inherited from