Loading...
Searching...
No Matches
JS::FloatSlider< Impl > Class Template Reference
Inheritance diagram for JS::FloatSlider< Impl >:
JS::GenericControlInlet< Impl, ValueType > JS::ControlInlet JS::Inlet

Public Member Functions

bool isEvent () const override
 
Process::Inletmake (Id< Process::Port > &&id, QObject *parent) override
 
qreal init () const noexcept
 
void setInit (qreal m)
 
void initChanged (qreal v)
 
qreal getMin () const noexcept
 
void setMin (qreal m)
 
void minChanged (qreal v)
 
qreal getMax () const noexcept
 
void setMax (qreal m)
 
void maxChanged (qreal v)
 
- Public Member Functions inherited from JS::GenericControlInlet< Impl, ValueType >
bool isEvent () const override
 
Process::Inletmake (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)
 

Friends

constexpr auto w_state (w_internal::Index< w_internal::stateCount< __COUNTER__, w_internal::PropertyStateTag, W_ThisType ** > >, w_internal::PropertyStateTag, W_ThisType **) -> decltype((w_internal::makeMetaPropertyInfo< qreal >(w_internal::viewLiteral("init"), w_internal::viewLiteral("qreal"), &W_ThisType::init, &W_ThisType::setInit, W_Notify, &W_ThisType::initChanged)))
 
constexpr auto w_state (w_internal::Index< w_internal::stateCount< __COUNTER__, w_internal::PropertyStateTag, W_ThisType ** > >, w_internal::PropertyStateTag, W_ThisType **) -> decltype((w_internal::makeMetaPropertyInfo< qreal >(w_internal::viewLiteral("min"), w_internal::viewLiteral("qreal"), &W_ThisType::getMin, &W_ThisType::setMin, W_Notify, &W_ThisType::minChanged)))
 
constexpr auto w_state (w_internal::Index< w_internal::stateCount< __COUNTER__, w_internal::PropertyStateTag, W_ThisType ** > >, w_internal::PropertyStateTag, W_ThisType **) -> decltype((w_internal::makeMetaPropertyInfo< qreal >(w_internal::viewLiteral("max"), w_internal::viewLiteral("qreal"), &W_ThisType::getMax, &W_ThisType::setMax, W_Notify, &W_ThisType::maxChanged)))
 

Member Function Documentation

◆ isEvent()

template<typename Impl = Process::FloatSlider>
bool JS::FloatSlider< Impl >::isEvent ( ) const
inlineoverridevirtual

Reimplemented from JS::Inlet.

◆ make()

template<typename Impl = Process::FloatSlider>
Process::Inlet * JS::FloatSlider< Impl >::make ( Id< Process::Port > &&  id,
QObject *  parent 
)
inlineoverridevirtual

Reimplemented from JS::ControlInlet.


The documentation for this class was generated from the following files: