27class ConsequenceClipExistence final :
public Consequence {
29 ConsequenceClipExistence(
Clip* newClip,
ClipArray* newClipArray, ExistenceChangeType newType);
30 void prepareForDestruction(int32_t whichQueueActionIn,
Song* song)
override;
31 Error revert(TimeType time,
ModelStack* modelStack)
override;
36 ExistenceChangeType type;
37 bool shouldBeActiveWhileExistent;