![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
Functions | |
| GenNode | emptyTimeline (string baseID, RandID const &forkRootID) |
| GenNode | emptyTrack (string trackID) |
| GenNode | ruler () |
| GenNode | clip (string clipID, TimeSpan timings) |
| GenNode | clip (string clipID, Time start, Duration dur=Duration{FSecs{1}}) |
| GenNode | makeName (GenNode const &elm) |
| fabricate an attribute node based on the human-readable part of the given elemen's ID | |
| GenNode | defineTiming (Time start, Duration dur=Duration{FSecs{1}}) |
| define the (optional) timings for a clip | |
Definition at line 80 of file dummy-session-connection.cpp.
References emptyTimeline(), Record< VAL >::Mutator::genNode(), Record< VAL >::Mutator::set(), and stage::TYPE_Fork.
Referenced by emptyTimeline().
Here is the call graph for this function:
Here is the caller graph for this function:| GenNode emptyTrack | ( | string | trackID | ) |
Definition at line 91 of file dummy-session-connection.cpp.
References emptyTrack(), Record< VAL >::Mutator::type(), and stage::TYPE_Fork.
Referenced by emptyTrack().
Here is the call graph for this function:
Here is the caller graph for this function:| GenNode ruler | ( | ) |
Definition at line 99 of file dummy-session-connection.cpp.
References ruler(), Record< VAL >::Mutator::type(), and stage::TYPE_Ruler.
Referenced by ruler().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 107 of file dummy-session-connection.cpp.
References stage::ATTR_timing, clip(), Record< VAL >::Mutator::type(), and stage::TYPE_Clip.
Referenced by clip(), and clip().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 115 of file dummy-session-connection.cpp.
References clip().
Here is the call graph for this function:fabricate an attribute node based on the human-readable part of the given elemen's ID
Definition at line 123 of file dummy-session-connection.cpp.
References stage::ATTR_name, BareEntryID::getSym(), GenNode::idi, and makeName().
Referenced by makeName().
Here is the call graph for this function:
Here is the caller graph for this function:define the (optional) timings for a clip
Definition at line 130 of file dummy-session-connection.cpp.
References defineTiming().
Referenced by defineTiming().
Here is the call graph for this function:
Here is the caller graph for this function: