Loading...
Searching...
No Matches
JS::ValueInlet Class Reference
Inheritance diagram for JS::ValueInlet:
Public Member Functions | |
| ValueInlet (QObject *parent=nullptr) | |
| QVariant | value () const |
| QVariantList | values () const |
| Process::Inlet * | make (Id< Process::Port > &&id, QObject *parent) override |
| int | length () const noexcept |
| QVariant | at (int index) const noexcept |
| void | clear () |
| void | setValue (QVariant value) |
| void | addValue (QVariant &&val) |
| 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