Module ambient_ui::editor
source · Expand description
Provides an Editor trait for values that can be edited in the UI, and implementations for common types.
Structs
- An editor for a fixed-size array.
- A checkbox.
- An editor for a value that can be parsed from a string, but with custom parsing and stringification.
- An editor for EditableDuration.
- A duration that can be edited.
- Legacy newtype for FlowColumn.
- Options for the Editor type.
- A row with a title and an element, used as part of larger editors.
- A slider for an integer value.
- An editor for a list of items that implement Editor; each item can be edited, moved up or down, or deleted.
- A MinimalListEditorWithItemEditor that uses the default editor for the items.
- A single item in a list editor
- A configurable list editor that allows you to specify the editor for the items, and to provide other preset options.
- Delegates a type editor to edit in a new
screen
. - An editor for a value that can be parsed from a string.
- A slider for a floating-point value.
- An editor for SystemTime.
- A text editor.
Traits
- A trait for types that can be edited in the UI.
Type Aliases
- Callback for when an editor changes its value.
- A ParseableInput for f32.
- A ParseableInput for i32.
- A ParseableInput for u32.
- A ParseableInput for u64.
- A ParseableInput for usize.