Loading...
Searching...
No Matches
JS::IntSlider< Impl > Class Template Reference
Inheritance diagram for JS::IntSlider< Impl >:
Public Member Functions | |
| bool | isEvent () const override |
| Process::Inlet * | make (Id< Process::Port > &&id, QObject *parent) override |
| int | init () const noexcept |
| void | setInit (int m) |
| void | initChanged (int v) |
| int | getMin () const noexcept |
| void | setMin (int m) |
| void | minChanged (int v) |
| int | getMax () const noexcept |
| void | setMax (int m) |
| void | maxChanged (int v) |
Public Member Functions inherited from JS::GenericControlInlet< Impl, ValueType, OssiaType > | |
| 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 = Process::IntSlider>
|
inlineoverridevirtual |
Reimplemented from JS::GenericControlInlet< Impl, ValueType, OssiaType >.
◆ make()
template<typename Impl = Process::IntSlider>
|
inlineoverridevirtual |
Reimplemented from JS::GenericControlInlet< Impl, ValueType, OssiaType >.
The documentation for this class was generated from the following files:
- QmlObjects.hpp
- WidgetInlets.cpp
Public Member Functions inherited from