Expand description
Part of the wider OpenTimeline project
This library crate provides the GUI parts of the GUI application. It is used to build the OpenTimeline native GUI application.
Macros§
- impl_
is_ valid_ method_ for_ iterable - Helper macro that returns the
open_timeline_gui_core::ValidityAsynchronousof some iterable - impl_
valid_ asynchronous_ macro_ never_ called - Helper macro that implements
open_timeline_gui_core::ValidAsynchronousfor some type for which it should never be called (all methods panic) - impl_
valid_ synchronous_ macro_ never_ called - Helper macro that implements
open_timeline_gui_core::ValidSynchronousfor some type for which it should never be called (all methods panic) - spawn_
transaction_ no_ commit_ send_ result - Run a code block that requires a database connection in a context in which one is made available. The transaction is not committed and thus this should only be used in contexts where that is desired (i.e. read-only).
Structs§
- Config
- The config that’s saved to disk
- Open
Timeline App - All data needed for the OpenTimeline (egui) desktop app