Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
steam::mobject::session::anonymous_namespace{dummy-session-connection.cpp} Namespace Reference

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
 

Function Documentation

◆ emptyTimeline()

GenNode emptyTimeline ( string  baseID,
RandID const &  forkRootID 
)
Note
timeline(toplevel) follows a special convention: initial population already includes track fork (root).

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:

◆ emptyTrack()

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:

◆ ruler()

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:

◆ clip() [1/2]

GenNode clip ( string  clipID,
TimeSpan  timings 
)

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:

◆ clip() [2/2]

GenNode clip ( string  clipID,
Time  start,
Duration  dur = Duration{FSecs{1}} 
)

Definition at line 115 of file dummy-session-connection.cpp.

References clip().

+ Here is the call graph for this function:

◆ makeName()

GenNode makeName ( GenNode const &  elm)

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:

◆ defineTiming()

GenNode defineTiming ( Time  start,
Duration  dur = Duration{FSecs{1}} 
)

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: