|
| TimeSyncModel (const Id< TimeSyncModel > &id, const TimeVal &date, QObject *parent) |
|
template<typename DeserializerVisitor > |
| TimeSyncModel (DeserializerVisitor &&vis, QObject *parent) |
|
const TimeVal & | date () const noexcept |
|
void | setDate (const TimeVal &) |
|
void | addEvent (const Id< EventModel > &) |
|
bool | removeEvent (const Id< EventModel > &) |
|
void | clearEvents () |
|
const EventIdVec & | events () const noexcept |
|
void | setEvents (const TimeSyncModel::EventIdVec &events) |
|
State::Expression | expression () const noexcept |
|
void | setExpression (const State::Expression &expression) |
|
bool | active () const noexcept |
|
void | setActive (bool active) |
|
bool | autotrigger () const noexcept |
|
void | setAutotrigger (bool t) |
|
bool | isStartPoint () const noexcept |
|
void | setStartPoint (bool t) |
|
ossia::musical_sync | musicalSync () const noexcept |
|
void | setMusicalSync (ossia::musical_sync sig) |
|
void | setWaiting (bool) |
|
bool | waiting () const noexcept |
|
void | dateChanged (const TimeVal &arg_1) |
|
void | newEvent (const Id< Scenario::EventModel > &eventId) |
|
void | eventRemoved (const Id< Scenario::EventModel > &eventId) |
|
void | triggerChanged (const State::Expression &arg_1) |
|
void | activeChanged () |
|
void | autotriggerChanged (bool b) |
|
void | startPointChanged (bool b) |
|
void | triggeredByGui () const |
|
void | waitingChanged (bool b) const |
|
double | musicalSyncChanged (ossia::musical_sync sync) |
|
| Entity (Id< TimeSyncModel > 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.
|
|