Loading...
Searching...
No Matches
JS::GenericControlInlet< Impl, ValueType, OssiaType > Class Template Reference
Inheritance diagram for JS::GenericControlInlet< Impl, ValueType, OssiaType >:
Public Member Functions | |
| bool | isEvent () const override |
| Process::Inlet * | make (Id< Process::Port > &&id, QObject *parent) override |
| void | clear () |
| ValueType | value () const noexcept |
| void | setValue (QVariant value) override |
| void | setValue (ValueType value) |
| void | valueChanged (ValueType 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 , typename ValueType , typename OssiaType >
|
inlineoverridevirtual |
Reimplemented from JS::Inlet.
◆ make()
template<typename Impl , typename ValueType , typename OssiaType >
|
inlineoverridevirtual |
Reimplemented from JS::ControlInlet.
◆ setValue()
template<typename Impl , typename ValueType , typename OssiaType >
|
inlineoverridevirtual |
Reimplemented from JS::ControlInlet.
The documentation for this class was generated from the following file:
Public Member Functions inherited from