Loading...
Searching...
No Matches
JS::ControlInlet Class Reference
Inheritance diagram for JS::ControlInlet:
Public Member Functions | |
| ControlInlet (QObject *parent=nullptr) | |
| QVariant | value () const noexcept |
| Process::Inlet * | make (Id< Process::Port > &&id, QObject *parent) override |
| void | clear () |
| virtual void | setValue (QVariant value) |
| void | valueChanged (QVariant value) |
Public Member Functions inherited from JS::Inlet | |
| virtual bool | isEvent () const |
| const QString & | address () const noexcept |
| void | setAddress (const QString &m) |
| void | addressChanged (const QString &v) |
Member Function Documentation
◆ make()
|
inlineoverridevirtual |
Implements JS::Inlet.
The documentation for this class was generated from the following files:
- QmlObjects.hpp
- QmlObjects.cpp
Public Member Functions inherited from