Expand description
A FileChooser widget for easy-imgui.
This widget does not create a window or a popup. It is up to you to create it in a proper place.
Re-exports§
pub use glob;
Structs§
- Custom
Atlas - Custom atlas for the FileChooser widget.
- File
ChooserD - Main widget to create a file chooser.
- File
Entry - An entry in a directory.
- File
System DirEnum - The default implementation of
DirEnum. - Filter
- An entry in the “File filter” combo box.
- Filter
Id - An identifier for the filter.
- Flags
- Flags that modify the default behavior of the
FileChooser. - NoPreview
- A dummy implementation for
PreviewBuilderthat does nothing. - Pattern
- A compiled Unix shell style pattern.
- UiParameters
- Extra arguments for the
FileChooser::do_ui()function.
Enums§
- File
Entry Kind - Kind of entry in the filesystem.
- Output
- The output of calling
do_uieach frame.
Traits§
- DirEnum
- Trait to customize the filesystem view.
- DynDir
Enum DirEnumis not object safe, to be able to use a type-erased dyn object, use this instead.- Preview
Builder - A trait to build the “preview” section of the UI.
Functions§
- box_
dir_ enum - Boxes a type that implements
DirEnum, erasing its type. - build_
custom_ atlas - Rebuild the custom atlas.
- set_
locale - Sets the language for this widget
Type Aliases§
- File
Chooser - The default
FileChoosertype.