46 : timelineID_{identity}
47 , rootTrackID_{trackID}
55 : WLink{r},
util::Cloneable{}
56 , timelineID_{r.timelineID_}
57 , rootTrackID_{r.rootTrackID_}
61 : WLink{
std::move (rr)}
62 , timelineID_{rr.timelineID_}
63 , rootTrackID_{rr.rootTrackID_}
69 TODO (
"cascading destruction of the TimelineWidget");
85 unique_ptr<TimelinePage>
109 .ignoreAllChanges());
A handle to allow for safe »remote implantation« of an unknown subclass into a given opaque InPlaceBu...
SUB & emplace(SUB &&implementation)
move-construct an instance of a subclass into the opaque buffer
Customisable intermediary to abstract mutating operations on arbitrary, hierarchical object-like data...
static Builder< TreeMutator > build()
DSL: start building a custom adapted tree mutator, where the operations are tied by closures or wrapp...
connection point at the UI-Bus.
void connect(TimelineWidget &otherTarget)
(re)connect this smart link to the given target.
TimelineWidget & operator*() const
smart-Handle as anchor point for "the UI representation" of a timeline.
TimelineGui(ID identity, ID trackID)
Initially, TimelineGui is just an empty placeholder handle.
void buildMutator(lib::diff::TreeMutator::Handle buffer) override
forwarding implementation of the DiffMutable interface, delegating through the referred TimelineWidge...
std::unique_ptr< TimelinePage > buildTimelineWidget(BusTerm &)
actually build a TimelineWidget to enact the role represented by this smart-handle
A set of basic GTK includes for the UI.
Lumiera GTK UI implementation root.
Anchor point and placeholder for the UI representation of a Timeline from the session.