Skip to main content

Module prelude

Module prelude 

Source

Re-exports§

pub use crate::event::listener as el;
pub use crate::event::listener;
pub use crate::event::listener::EventListenerTrait;
pub use crate::unit::DurationUnitExt;
pub use crate::unit::UnitExt;
pub use crate::view::IntoViewIter;
pub use crate::view::ViewTuple;
pub use crate::HasViewId;
pub use crate::IntoView;
pub use crate::ParentView;
pub use crate::View;
pub use crate::views::*;

Modules§

css
The CSS named colors.
palette
Palettes with predefined colors.

Structs§

KeyboardEvent
Keyboard events are issued for all pressed and released keys.
Modifiers
Pressed modifier keys.
PointerButtonEvent
An event representing a [PointerButton] that was pressed or released.
RwSignal
A read write Signal which can act as both a Getter and a Setter

Enums§

Code
Code is the physical position of a key.
Key
The value received from the keypress.
KeyState
Describes the state a key is in.
NamedKey
Key represents the meaning of a keypress.
PointerEvent
A standard PointerEvent.

Traits§

Renderer
The core rendering trait that every Floem backend must implement.
SignalGet
SignalTrack
SignalUpdate
SignalWith

Functions§

create_rw_signalDeprecated
Creates a new RwSignal which can act both as a setter and a getter.
create_signalDeprecated
Creates a new setter and getter Signal.

Type Aliases§

Color
A convenient alias for the color type used for [Brush].