Dataflow::CurveInlet Struct Reference
Inheritance diagram for Dataflow::CurveInlet:

Public Member Functions | |
CurveInlet (Id< Process::Port > id, QObject *parent) | |
CurveInlet (DataStream::Deserializer &vis, QObject *parent) | |
CurveInlet (JSONObject::Deserializer &vis, QObject *parent) | |
CurveInlet (DataStream::Deserializer &&vis, QObject *parent) | |
CurveInlet (JSONObject::Deserializer &&vis, QObject *parent) | |
void init () | |
void on_curveChange () | |
![]() | |
ControlInlet (const ControlInlet &)=delete | |
ControlInlet (const QString &name, Id< Process::Port > c, QObject *parent) | |
ControlInlet (Id< Process::Port > c, QObject *parent) | |
ControlInlet (DataStream::Deserializer &vis, QObject *parent, bool skip_this=false) | |
ControlInlet (JSONObject::Deserializer &vis, QObject *parent, bool skip_this=false) | |
ControlInlet (DataStream::Deserializer &&vis, QObject *parent, bool skip_this=false) | |
ControlInlet (JSONObject::Deserializer &&vis, QObject *parent, bool skip_this=false) | |
PortType type () const noexcept override | |
const ossia::value & value () const noexcept | |
const ossia::value & init () const noexcept | |
const State::Domain & domain () const noexcept | |
QByteArray saveData () const noexcept override | |
void loadData (const QByteArray &arr) noexcept override | |
void valueChanged (const ossia::value &v) | |
void initChanged (const ossia::value &v) | |
void executionValueChanged (const ossia::value &v) | |
void domainChanged (const State::Domain &d) | |
void setValue (const ossia::value &value) | |
void setInit (const ossia::value &value) | |
void setExecutionValue (const ossia::value &value) | |
void setDomain (const State::Domain &d) | |
![]() | |
~Inlet () override | |
Inlet. | |
virtual void setupExecution (ossia::inlet &, QObject *exec_context) const noexcept | |
virtual void forChildInlets (const smallfun::function< void(Inlet &)> &) const noexcept | |
virtual void mapExecution (ossia::inlet &, const smallfun::function< void(Inlet &, ossia::inlet &)> &) const noexcept | |
![]() | |
void addCable (const Process::Cable &c) | |
void removeCable (const Path< Process::Cable > &c) | |
void takeCables (Process::Port &&c) | |
const QString & visualName () const noexcept | |
const QString & visualDescription () const noexcept | |
const QString & name () const noexcept | |
const State::AddressAccessor & address () const noexcept | |
const std::vector< Path< Cable > > & cables () const noexcept | |
const QString & exposed () const noexcept | |
const QString & description () const noexcept | |
virtual Device::FullAddressAccessorSettings settings () const noexcept | |
virtual void setSettings (const Device::FullAddressAccessorSettings &set) noexcept | |
void setName (const QString &customData) | |
void setExposed (const QString &add) | |
void setDescription (const QString &add) | |
void setAddress (const State::AddressAccessor &address) | |
void nameChanged (const QString &name) | |
void exposedChanged (const QString &addr) | |
void descriptionChanged (const QString &txt) | |
void cablesChanged () | |
void addressChanged (const State::AddressAccessor &address) | |
void executionReset () | |
![]() | |
IdentifiedObject (id_type id, const QString &name, QObject *parent) noexcept | |
IdentifiedObject (Visitor &&v, QObject *parent) noexcept | |
const id_type & id () const noexcept | |
int32_t id_val () const noexcept final override | |
void setId (const id_type &id) noexcept | |
void setId (id_type &&id) noexcept | |
void resetCache () const noexcept override | |
![]() | |
void identified_object_destroying (IdentifiedObjectAbstract *o) | |
To be called by subclasses. | |
void identified_object_destroyed (IdentifiedObjectAbstract *o) | |
Will be called in the IdentifiedObjectAbstract destructor. | |
![]() | |
virtual UuidKey< Port > concreteKey () const noexcept=0 | |
virtual void serialize_impl (const VisitorVariant &vis) const | |
Public Attributes | |
Curve::Model * m_curve {} | |
![]() | |
Selectable selection {this} | |
bool hidden {} | |
bool noValueChangeOnMove {} | |
![]() | |
Path< Port > m_path_cache | |
Additional Inherited Members | |
![]() | |
using score_base_type = Inlet | |
![]() | |
using model_type = Port | |
using id_type = Id< Port > | |
using object_type = IdentifiedObject< Port > | |
![]() | |
using key_type = UuidKey< Port > | |
using is_abstract_base_tag = std::integral_constant< bool, true > | |
![]() | |
static const constexpr bool identified_object_tag | |
![]() | |
Inlet (const Inlet &)=delete | |
Inlet (Id< Process::Port > c, QObject *parent) | |
Inlet (DataStream::Deserializer &vis, QObject *parent) | |
Inlet (JSONObject::Deserializer &vis, QObject *parent) | |
Inlet (DataStream::Deserializer &&vis, QObject *parent) | |
Inlet (JSONObject::Deserializer &&vis, QObject *parent) | |
![]() | |
Port (const Port &)=delete | |
Port (Id< Port > c, const QString &name, QObject *parent) | |
Port (DataStream::Deserializer &vis, QObject *parent) | |
Port (JSONObject::Deserializer &vis, QObject *parent) | |
Port (DataStream::Deserializer &&vis, QObject *parent) | |
Port (JSONObject::Deserializer &&vis, QObject *parent) | |
![]() | |
IdentifiedObjectAbstract (const QString &name, QObject *parent) noexcept | |
The documentation for this struct was generated from the following files:
- CurveInlet.hpp
- CurveInlet.cpp