Loading...
Searching...
No Matches
JS::ValueOutlet Class Reference
Inheritance diagram for JS::ValueOutlet:
Public Member Functions | |
| ValueOutlet (QObject *parent=nullptr) | |
| const QJSValue & | value () const |
| void | clear () |
| Process::Outlet * | make (Id< Process::Port > &&id, QObject *parent) override |
| void | setValue (const QJSValue &value) |
| void | addValue (qreal timestamp, QJSValue t) |
Public Member Functions inherited from JS::Outlet | |
| const QString & | address () const noexcept |
| void | setAddress (const QString &m) |
| void | addressChanged (const QString &v) |
Public Attributes | |
| std::vector< OutValueMessage > | values |
Member Function Documentation
◆ make()
|
inlineoverridevirtual |
Implements JS::Outlet.
The documentation for this class was generated from the following files:
- QmlObjects.hpp
- QmlObjects.cpp
Public Member Functions inherited from