Crate egui_timeline
Source pub use playhead::Playhead;pub use playhead::PlayheadApi;pub use ruler::MusicalRuler;
- playhead
- ruler
- 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.
- MIN_STEP_GAP
- TimelineApi
- The implementation required to instantiate a timeline widget.