[−][src]Trait sixtyfps_compilerlib::layout::gen::LayoutItemCodeGen
Required methods
fn get_property_ref(&self, name: &str) -> L::CompiledCode
fn get_layout_info_ref<'a, 'b>(
&'a self,
layout_tree: &'b mut Vec<LayoutTreeItem<'a, L>>,
component: &Rc<Component>
) -> L::CompiledCode
&'a self,
layout_tree: &'b mut Vec<LayoutTreeItem<'a, L>>,
component: &Rc<Component>
) -> L::CompiledCode
Implementors
impl<L: Language> LayoutItemCodeGen<L> for LayoutItem where
LayoutElement: LayoutItemCodeGen<L>,
Layout: LayoutItemCodeGen<L>,
[src]
LayoutElement: LayoutItemCodeGen<L>,
Layout: LayoutItemCodeGen<L>,
fn get_property_ref(&self, name: &str) -> L::CompiledCode
[src]
fn get_layout_info_ref<'a, 'b>(
&'a self,
layout_tree: &'b mut Vec<LayoutTreeItem<'a, L>>,
component: &Rc<Component>
) -> L::CompiledCode
[src]
&'a self,
layout_tree: &'b mut Vec<LayoutTreeItem<'a, L>>,
component: &Rc<Component>
) -> L::CompiledCode