|
| enum class | ClipState { Stopped
, PlayQueued
, Playing
, StopQueued
} |
|
|
void | to_json (nlohmann::json &j, const ClipSlot &slot) |
|
void | from_json (const nlohmann::json &j, ClipSlot &slot) |
Definition at line 16 of file clip_slot.h.
◆ ClipState
| enum class zrythm::structure::scenes::ClipSlot::ClipState |
|
strong |
◆ clearRegion()
| Q_INVOKABLE void zrythm::structure::scenes::ClipSlot::clearRegion |
( |
| ) |
|
|
inline |
◆ region()
◆ state()
| ClipState zrythm::structure::scenes::ClipSlot::state |
( |
| ) |
const |
|
inline |
◆ region
◆ state
| ClipState zrythm::structure::scenes::ClipSlot::state |
|
readwrite |
The documentation for this class was generated from the following file: