Crate zng_wgt_progress

Crate zng_wgt_progress 

Source
Expand description

Progress indicator widget.

§Crate

This crate is part of the zng project.

Structs§

CircularStyle
W Circular progress indicator style.
DefaultStyle
W Progress view default style (progress bar with message text).
Progress
Status update about a task progress.
ProgressView
W Progress indicator widget.
SimpleBarStyle
W Progress view style that is only the progress bar, no message text.
SimpleCircularStyle
W Circular progress indicator style without message text.

Statics§

CIRCULAR_STYLE_FN_VAR
Contextual style variable.
PROGRESS_VAR
The progress status value in a ProgressView
SIMPLE_BAR_STYLE_FN_VAR
Contextual style variable.
SIMPLE_CIRCULAR_STYLE_FN_VAR
Contextual style variable.
STYLE_FN_VAR
Contextual style variable.

Functions§

arc_shape
Render an arc line or circle.
circular_style_fn
P Extends or replaces the CircularStyle!.
collapse_complete
P Collapse visibility when Progress::is_complete.
is_indeterminate
P Getter property that is true when progress is indeterminate.
on_complete
P Event raised when progress updates to a complete state or inits completed.
on_progress
P Event raised for each progress update, and once after info init.
progress
P The progress status to be displayed.
simple_bar_style_fn
P Extends or replaces the SimpleBarStyle!.
simple_circular_style_fn
P Extends or replaces the SimpleCircularStyle!.
style_fn
P Extends or replaces the widget style.