[][src]Module orbtk_api::prelude

Re-exports

pub use crate::application::*;
pub use crate::event::*;
pub use crate::into_property_source;
pub use crate::layout::*;
pub use crate::macros::*;
pub use crate::properties::*;
pub use crate::render_object::*;
pub use crate::systems::*;
pub use crate::widget;
pub use crate::widget;
pub use crate::widget::*;

Structs

Entity

Represents an entity.

EntityComponentManager

The EntityComponentManager represents the main entity and component storage.

Selector

Describes a css selector.

StringComponentStore

The StringComponentStore stores the components of entities and uses strings as component keys. It could be used to borrow the components of the entities.

ThemeBuilder

Used to build a theme, specifying additional details.

ThemeValue

Theme is the representation of a css styling.

Tree

Base data structure to manage the entity entities of a window in a tree based structure.

Enums

SelectorRelation