[][src]Module uniui_gui::prelude

Re-exports

pub use crate::utils::*;
pub use crate::Application;
pub use crate::UiPageContext;

Structs

NativeWidget
Property

Property represents a storage which may receive new values via it's slot and may notify about value change via it's signal.

Signal

Signal can be used to inform others that new data is available.

SlotImpl

The main implementation for Slot trait. Allows to pull data from queue.

Traits

DataProcessor

May be inserted into crate::Application to regularry process the data.

Slot

Slot represents a queue where data may be placed.

Widget

Minimal UI element.

WidgetGenerator

Derive Macros

DataProcessor

DataProcessor derive macro

Widget

Widget derive macro