|
ProcessModel (const TimeVal &duration, const Id< Process::ProcessModel > &id, QObject *parent) |
|
ProcessModel (DataStream::Deserializer &vis, QObject *parent) |
|
ProcessModel (JSONObject::Deserializer &vis, QObject *parent) |
|
const ::State::AddressAccessor & address () const |
|
double min () const |
|
double max () const |
|
void setAddress (const ::State::AddressAccessor &arg) |
|
void setMin (double arg) |
|
void setMax (double arg) |
|
State::Unit unit () const |
|
void setUnit (const State::Unit &) |
|
bool tween () const |
|
void setTween (bool tween) |
|
QString prettyName () const noexcept override |
|
QString prettyValue (double x, double y) const noexcept override |
|
void addressChanged (const ::State::AddressAccessor &arg_1) |
|
void minChanged (double arg_1) |
|
void maxChanged (double arg_1) |
|
void tweenChanged (bool tween) |
|
void unitChanged (const State::Unit &arg_1) |
|
CurveProcessModel (TimeVal duration, const Id< ProcessModel > &id, const QString &name, QObject *parent) |
|
CurveProcessModel (DataStream::Deserializer &vis, QObject *p) |
|
CurveProcessModel (JSONObject::Deserializer &vis, QObject *p) |
|
Model & curve () const |
|
Selection selectableChildren () const noexcept override |
Selection.
|
|
Selection selectedChildren () const noexcept override |
|
void setSelection (const Selection &s) const noexcept override |
|
void curveChanged () |
|
ProcessModel (TimeVal duration, const Id< ProcessModel > &id, const QString &name, QObject *parent) |
|
ProcessModel (DataStream::Deserializer &vis, QObject *parent) |
|
ProcessModel (JSONObject::Deserializer &vis, QObject *parent) |
|
virtual QString effect () const noexcept |
|
virtual QString prettyShortName () const noexcept=0 |
|
virtual QString category () const noexcept=0 |
|
virtual QStringList tags () const noexcept=0 |
|
virtual ProcessFlags flags () const noexcept=0 |
|
void setParentDuration (ExpandMode mode, const TimeVal &t) noexcept |
|
void setDuration (const TimeVal &other) noexcept |
|
const TimeVal & duration () const noexcept |
|
QPointF position () const noexcept |
Nodal things.
|
|
QSizeF size () const noexcept |
|
void setPosition (const QPointF &v) |
|
void setSize (const QSizeF &v) |
|
void positionChanged (QPointF p) |
|
void sizeChanged (QSizeF p) |
|
double getSlotHeight () const noexcept |
|
void setSlotHeight (double) noexcept |
|
const Process::Inlets & inlets () const noexcept |
|
const Process::Outlets & outlets () const noexcept |
|
Process::Inlet * inlet (const Id< Process::Port > &) const noexcept |
|
Process::Outlet * outlet (const Id< Process::Port > &) const noexcept |
|
virtual std::vector< Process::Preset > builtinPresets () const noexcept |
|
virtual void ancestorStartDateChanged () |
|
virtual void ancestorTempoChanged () |
|
virtual void forEachControl (smallfun::function< void(Process::ControlInlet &, const ossia::value &)>) const |
|
bool loops () const noexcept |
|
void setLoops (bool b) |
|
void loopsChanged (bool b) |
|
TimeVal startOffset () const noexcept |
|
void setStartOffset (TimeVal b) |
|
void startOffsetChanged (TimeVal b) |
|
TimeVal loopDuration () const noexcept |
|
void setLoopDuration (TimeVal b) |
|
void loopDurationChanged (TimeVal b) |
|
virtual void setCreatingControls (bool ok) |
|
bool creatingControls () const noexcept |
|
void creatingControlsChanged (bool b) |
|
void startExecution () |
Execution.
|
|
void stopExecution () |
|
void resetExecution () |
|
void durationChanged (const TimeVal &arg_1) |
|
void useParentDurationChanged (bool arg_1) |
|
void slotHeightChanged (double arg_1) |
|
void prettyNameChanged () |
|
void inletsChanged () |
|
void outletsChanged () |
|
void controlAdded (const Id< Process::Port > &arg_1) |
|
void controlRemoved (const Process::Port &arg_1) |
|
void controlOutletAdded (const Id< Process::Port > &arg_1) |
|
void controlOutletRemoved (const Process::Port &arg_1) |
|
void benchmark (double arg_1) |
|
void externalUIVisible (bool v) const |
|
Entity (Id< ProcessModel > id, const QString &name, QObject *parent) noexcept |
|
Entity (Visitor &&vis, QObject *parent) noexcept |
|
const score::Components & components () const noexcept |
|
score::Components & components () noexcept |
|
const score::ModelMetadata & metadata () const noexcept |
|
score::ModelMetadata & metadata () noexcept |
|
IdentifiedObject (id_type id, const QString &name, QObject *parent) noexcept |
|
template<typename Visitor > |
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< ProcessModel > concreteKey () const noexcept=0 |
|
virtual void serialize_impl (const VisitorVariant &vis) const |
|