Expand description
Shared behaviour for GUIs.
Re-exports§
Modules§
- connection
- Prompt the user for connection settings using a modal.
- menu
- Shared behaviour for GUIs related to menus.
Enums§
- Maybe
Mutable - A reference which can be mutable or not. Used to control whether the item is editable when displayed.
Functions§
- file_
prompt - Prompt the user for a file.
- list_
of_ bits - List the bits from a
cmri::packet::Data
(using the labels) as a vertical list ofegui::SelectableLabel
s. - list_
of_ bytes - Show bytes in a scrollable grid, whilst allowing them to be changed.
- modal_
error - Use an
egui_modal::Modal
to display an error, sticking with consistent dialog styling. - modal_
prompt - Use an
egui_modal::Modal
to prompt the user for information, sticking with consistent dialog styling.