Lumiera
0.pre.03
»edit your freedom«
|
Definition at line 69 of file mobjectfactory.hpp.
Public Member Functions | |
Placement< Root > | operator() (lumiera::query::DefsManager &) |
build a new session/model root element. More... | |
Placement< Clip > | operator() (asset::Clip const &, asset::Media const &) |
creating a Clip-MObject to be placed within the Session, based on a clip asset, which typically is obtained by calling the createClip()-function on some asset::Media. More... | |
Placement< Clip > | operator() (asset::Clip const &, vector< asset::Media const *>) |
variant of the Clip-MO factory function, creating a multichannel (compound) clip. More... | |
Placement< Fork > | operator() (lib::idi::EntryID< Fork > const &) |
Placement< Effect > | operator() (asset::Effect const &) |
Placement< Label > | operator() (lib::Symbol) |
build a new session/model root element. More... | |
Placement< Binding > | operator() (asset::PSequence const &) |
Static Private Member Functions | |
static void | deleterFunc (MObject *o) |
custom deleter function allowing Placement to take ownership of MObjct instances | |
Placement< Root > operator() | ( | lumiera::query::DefsManager & | sessionDefaultsHandler | ) |
build a new session/model root element.
Definition at line 52 of file mobjectfactory.cpp.
References MObjectFactory::deleterFunc().
Referenced by MObjectFactory::operator()().
Placement< Clip > operator() | ( | asset::Clip const & | clipRef, |
asset::Media const & | mediaDef | ||
) |
creating a Clip-MObject to be placed within the Session, based on a clip asset, which typically is obtained by calling the createClip()-function on some asset::Media.
The newly created Clip-MO is (back)linked with this media Asset internally and wrapped into a Placement, which takes ownership. So, when the render engine gets across this Clip-MO, it is able to obtain the media information contained in the corresponding media asset.
mediaDef | the actual asset::Media to be used created Clip could be a compound (multichannel) clip comprised of several SimpleClip sub-objects. |
Definition at line 79 of file mobjectfactory.cpp.
References MObjectFactory::deleterFunc().
Placement< Clip > operator() | ( | asset::Clip const & | clipRef, |
vector< asset::Media const *> | mediaTracks | ||
) |
variant of the Clip-MO factory function, creating a multichannel (compound) clip.
Definition at line 89 of file mobjectfactory.cpp.
References MObjectFactory::deleterFunc(), and MObjectFactory::operator()().
Placement< Label > operator() | ( | lib::Symbol | labelType | ) |
build a new session/model root element.
Definition at line 60 of file mobjectfactory.cpp.
References MObjectFactory::deleterFunc().