Crate egui_timeline

Crate egui_timeline 

Source

Re-exports§

pub use playhead::Playhead;
pub use playhead::PlayheadApi;
pub use ruler::MusicalRuler;

Modules§

playhead
ruler

Structs§

BackgroundCtx
Relevant information for displaying a background for the timeline.
Bar
SetPlayhead
Context for instantiating the playhead after all tracks have been set.
Show
The result of setting the timeline, ready to start laying out tracks.
TimeSig
Timeline
The top-level timeline widget.
TimelineCtx
Some context for the timeline, providing short-hand for setting some useful widgets.
TrackCtx
A type used to assist with setting a track with an optional header.
TracksCtx
A context for instantiating tracks, either pinned or unpinned.

Constants§

MIN_STEP_GAP

Traits§

TimelineApi
The implementation required to instantiate a timeline widget.