pub trait LiveApplyValue {
    // Required method
    fn apply_value(
        &mut self,
        cx: &mut Cx,
        from: ApplyFrom,
        index: usize,
        nodes: &[LiveNode]
    ) -> usize;
}

Required Methods§

fn apply_value( &mut self, cx: &mut Cx, from: ApplyFrom, index: usize, nodes: &[LiveNode] ) -> usize

Implementors§

source§

impl LiveApplyValue for Button

source§

impl LiveApplyValue for CheckBox

source§

impl LiveApplyValue for DrawCheckBox

source§

impl LiveApplyValue for ColorPicker

source§

impl LiveApplyValue for DrawColorWheel

source§

impl LiveApplyValue for DebugView

source§

impl LiveApplyValue for DrawRect

source§

impl LiveApplyValue for Designer

source§

impl LiveApplyValue for DesktopButton

source§

impl LiveApplyValue for DrawDesktopButton

source§

impl LiveApplyValue for Dock

source§

impl LiveApplyValue for DrawRoundCorner

source§

impl LiveApplyValue for DropDown

source§

impl LiveApplyValue for FileTree

source§

impl LiveApplyValue for FileTreeNode

source§

impl LiveApplyValue for FlatList

source§

impl LiveApplyValue for FoldButton

source§

impl LiveApplyValue for FoldHeader

source§

impl LiveApplyValue for HookWidget

source§

impl LiveApplyValue for DrawTrapezoidVector

source§

impl LiveApplyValue for Image

source§

impl LiveApplyValue for KeyboardView

source§

impl LiveApplyValue for Label

source§

impl LiveApplyValue for LinkLabel

source§

impl LiveApplyValue for MultiWindow

source§

impl LiveApplyValue for NavControl

source§

impl LiveApplyValue for PageFlip

source§

impl LiveApplyValue for PopupMenu

source§

impl LiveApplyValue for PopupMenuItem

source§

impl LiveApplyValue for PortalList

source§

impl LiveApplyValue for DrawRadioButton

source§

impl LiveApplyValue for RadioButton

source§

impl LiveApplyValue for RotatedImage

source§

impl LiveApplyValue for DrawScrollBar

source§

impl LiveApplyValue for ScrollBar

source§

impl LiveApplyValue for ScrollBars

source§

impl LiveApplyValue for DrawScrollShadow

source§

impl LiveApplyValue for TextStyle

source§

impl LiveApplyValue for SlidePanel

source§

impl LiveApplyValue for DrawSlider

source§

impl LiveApplyValue for Slider

source§

impl LiveApplyValue for SlidesView

source§

impl LiveApplyValue for DrawSplitter

source§

impl LiveApplyValue for Splitter

source§

impl LiveApplyValue for Align

source§

impl LiveApplyValue for DrawColor

source§

impl LiveApplyValue for DrawIcon

source§

impl LiveApplyValue for DrawQuad

source§

impl LiveApplyValue for DrawText

source§

impl LiveApplyValue for Font

source§

impl LiveApplyValue for GeometryQuad2D

source§

impl LiveApplyValue for Layout

§

impl LiveApplyValue for Margin

source§

impl LiveApplyValue for Padding

source§

impl LiveApplyValue for Walk

source§

impl LiveApplyValue for Tab

source§

impl LiveApplyValue for TabBar

source§

impl LiveApplyValue for TabCloseButton

source§

impl LiveApplyValue for DrawLabel

source§

impl LiveApplyValue for TextInput

source§

impl LiveApplyValue for Video

source§

impl LiveApplyValue for View

source§

impl LiveApplyValue for Window