Structs§
- Callback
- Callback can hold one listener that can be queued to execute with emit() method.
The real execution will be done later on the same thread.
Callbacks are queued because this prevents mutability problems when callbacks are called from callbacks
and you are using Rc
. - Children
Iterator - Column
- Column
Span - Control
Context - Default
Grid Style - Default
Grid Style Params - Default
Relative Layout Style - Default
Relative Layout Style Params - Default
Stack Panel Style - Default
Stack Panel Style Params - Event
- Event
Processor - Event
Subscription - EventSubscription is an owner of the callback (handler). Event keeps only a weak reference to the callback (handler).
- File
Dialog Data - File
Filter - Gesture
Detector - Grid
- Grow
- Horizontal
- Horizontal
Alignment - Join
Handle - JoinHandle will abort the task when dropped.
- KeyEvent
- KeyModifiers
- Margin
- Matrix2x3
- Mm
- size in millimeters
- Normal
- size in range 0..1 - covers whole window area
- Observable
Collection Flat Map - ObservableCollectionFlatMap.
- Observable
Collection Iterator - ObservableCollectionIterator.
- Observable
Collection Map - ObservableCollectionMap.
- Observable
Composite - ObservableComposite.
- Observable
Vec - Point
- Property
- Rect
- Relative
Layout - Warning!
- Row
- RowSpan
- Services
- Size
- Sp
- size in scaled pixels (pixel size defined by user preferences) if not specified otherwise this is the default unit to measure things
- Stack
Panel - Styled
Control - Thickness
- Vertical
- Vertical
Alignment - View
Context - Visible
Enums§
- Alignment
- Children
- Children is a collection of controls.
- Color
Format - Control
Event - Element
State - Gesture
- Input
Event - KeyState
- Keycode
- Length
- Mouse
Button - Orientation
- Relative
Auto Hide - Relative
Placement - Scroll
Delta - Scroll delta enum.
- Subscription
- VecDiff
Traits§
- Callback
Object - Control
Behavior - Control
Object - Drawing
Context - Event
Context - File
Dialog Service - Into
Property - Used to attribute types that can be
automatically converted to Property
. - Observable
Collection - Observable
Collection Ext - Observable
Collection Flat MapExt - Resources
- Style
- View
Model - Used to convert controls to views. Controls can be consumed during conversion.
- Window
Service
Functions§
- round_
layout_ value - spawn_
local - Spawn task on the same thread and return handle that will abort it on drop.
- spawn_
local_ and_ forget - Spawn task on the same thread.