Skip to main content

Crate easy_imgui_filechooser

Crate easy_imgui_filechooser 

Source
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§

CustomAtlas
Custom atlas for the FileChooser widget.
FileChooserD
Main widget to create a file chooser.
FileEntry
An entry in a directory.
FileSystemDirEnum
The default implementation of DirEnum.
Filter
An entry in the “File filter” combo box.
FilterId
An identifier for the filter.
Flags
Flags that modify the default behavior of the FileChooser.
NoPreview
A dummy implementation for PreviewBuilder that does nothing.
Pattern
A compiled Unix shell style pattern.
UiParameters
Extra arguments for the FileChooser::do_ui() function.

Enums§

FileEntryKind
Kind of entry in the filesystem.
Output
The output of calling do_ui each frame.

Traits§

DirEnum
Trait to customize the filesystem view.
DynDirEnum
DirEnum is not object safe, to be able to use a type-erased dyn object, use this instead.
PreviewBuilder
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§

FileChooser
The default FileChooser type.