Struct raui_core::layout::Layout [−][src]
pub struct Layout {
pub ui_space: Rect,
pub items: HashMap<WidgetId, LayoutItem>,
}Fields
ui_space: Rectitems: HashMap<WidgetId, LayoutItem>Implementations
impl Layout[src]
impl Layout[src]pub fn find(&self, path: &str) -> Option<&LayoutItem>[src]
pub fn find_or_ui_space(&self, path: &str) -> LayoutItem[src]
pub fn virtual_to_real(&self, mapping: &CoordsMapping) -> Self[src]
pub fn real_to_virtual(&self, mapping: &CoordsMapping) -> Self[src]
pub fn rect_relative_to(&self, id: &WidgetId, to: &WidgetId) -> Option<Rect>[src]
Trait Implementations
impl<'de> Deserialize<'de> for Layout[src]
impl<'de> Deserialize<'de> for Layout[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for Layout
impl RefUnwindSafe for Layoutimpl UnwindSafe for Layout
impl UnwindSafe for LayoutBlanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]