#include <LayerC.h>
Inheritance diagram for Composition::LayerC:
Layer class is used to group effects and to control their visibility. The layer class used by the Demopaja system and is only exposed to the export plugins. The changes to the layer are stored to a undo object if present.
This class is implemented by the system.
|
Default constructor.
|
|
Constructor with reference to the original.
|
|
Default destructor.
|
|
Adds new effect to the layer.
|
|
Sets only specified flags.
|
|
Deep copy from a data block, see Edit::DataBlockI::copy().
Reimplemented from Edit::EditableI. |
|
Creates new layer (used internally), see Edit::EditableI::create().
Reimplemented from Edit::EditableI. |
|
Creates new layer (used internally), see Edit::EditableI::create().
Reimplemented from Edit::EditableI. |
|
Creates new layer.
|
|
Removes and deletes a effect at specified index from the layer.
|
|
Removes only specified flags.
|
|
Returns effect at specified index.
|
|
Return number of effects inside the layer.
|
|
Returns key flags.
|
|
Return the name of the layer.
|
|
Returns the timesegment of the layer.
|
|
Adds a effect to list, the change is not stored to the present undo object.
|
|
Serialize the layer from a Demopaja input stream.
Reimplemented from Edit::EditableI. |
|
Removes a effect at specified index from list. This method removes the effect from the list inside the layer, and retuns the effect. The effect is not deleted.
|
|
Shallow copy from a editable, see Edit::EditableI::restore().
Reimplemented from Edit::EditableI. |
|
Serialize the layer to a Demopaja output stream.
Reimplemented from Edit::EditableI. |
|
Sets the effect flags. Be careful to use this method. There are some flags, which have to be in place to make the layer work correctly. Use add, del or toggle flags methods instead. |
|
Sets the name of the layer\. The name is NULL terminated string.
|
|
Toggles only specified flags.
|