ProcessFlags.hpp
Metadata to retrieve the ProcessFlags of a process.
@ ControlSurface
The process supports being exposed to the ControlSurface.
Definition: ProcessFlags.hpp:37
@ HandlesLooping
The presenter / view already handles rendering when the model loops.
Definition: ProcessFlags.hpp:34
@ CreateControls
The process is currently creating new controls (the runtime state changed by the user)
Definition: ProcessFlags.hpp:47
@ SupportsTemporal
Can be loaded as a process of an interval.
Definition: ProcessFlags.hpp:19
@ PutInNewSlot
When created in an interval, go on the top slot or in a new slot.
Definition: ProcessFlags.hpp:31
@ FullyCustomItem
The process's item handles all the decoration (won't be title, etc)
Definition: ProcessFlags.hpp:40
@ RequiresCustomData
Action from the user required upon creation.
Definition: ProcessFlags.hpp:28
@ TimeIndependent
The process won't change if the parent duration changes (eg it's a filter)
Definition: ProcessFlags.hpp:22