54 : sequence_(sourceSequence)
57 , selectionListener_()
59 , playbackPoint_(
Time::ZERO)
70 const int64_t DEFAULT_TIMELINE_SCALE =6400;
72 NOTREACHED (
"3/23: this code is dead and left in-tree for later reference only");
97 bool resetPlaybackPeriod)
100 if (resetPlaybackPeriod)
101 setPlaybackPeriod(change);
108 TimelineState::setPlaybackPeriod (
Mutation const& change)
void connectChangeNotification(SIG const &toNotify)
install a callback functor to be invoked as notification for any changes imposed onto the observed ti...
Modifying time and timecode values.
Frontend/Interface: controller-element to retrieve and change running time values.
static EncapsulatedMutation changeTime(Time)
Convenience factory to yield a simple Mutation changing the absolute start time.
void accept(Mutation const &)
may change start / duration
Interface: an opaque change imposed onto some time value.
static const Duration NIL
constant to indicate "no duration"
Lumiera's internal time value datatype.
Presentation state for the first draft of the timeline display.
Lumiera GTK UI implementation root.
boost::rational< int64_t > FSecs
rational representation of fractional seconds
void disconnect()
disconnect from observed entity and cease any change notification
Offset measures a distance in time.
Manipulating and monitoring time entities with life changes.
Duration is the internal Lumiera time metric.
static EncapsulatedMutation changeDuration(Duration)
Convenience factory: simple Mutation to adjust the duration or length of a timespan.
abstract entry, not yet allocated
A time interval anchored at a specific point in time.
a family of time value like entities and their relationships.