Trait LiveApplyValue

Source
pub trait LiveApplyValue {
    // Required method
    fn apply_value(
        &mut self,
        cx: &mut Cx,
        apply: &mut Apply<'_, '_, '_>,
        index: usize,
        nodes: &[LiveNode],
    ) -> usize;
}

Required Methods§

Source

fn apply_value( &mut self, cx: &mut Cx, apply: &mut Apply<'_, '_, '_>, index: usize, nodes: &[LiveNode], ) -> usize

Implementors§

Source§

impl LiveApplyValue for AdaptiveView

Source§

impl LiveApplyValue for BareStep

Source§

impl LiveApplyValue for Button

Source§

impl LiveApplyValue for CachedWidget

Source§

impl LiveApplyValue for CheckBox

Source§

impl LiveApplyValue for DrawCheckBox

Source§

impl LiveApplyValue for ColorPicker

Source§

impl LiveApplyValue for DrawColorWheel

Source§

impl LiveApplyValue for CommandTextInput

Source§

impl LiveApplyValue for DebugView

Source§

impl LiveApplyValue for DrawRect

Source§

impl LiveApplyValue for Designer

Source§

impl LiveApplyValue for DesignerOutline

Source§

impl LiveApplyValue for DesignerOutlineTree

Source§

impl LiveApplyValue for DesignerOutlineTreeNode

Source§

impl LiveApplyValue for DesignerToolbox

Source§

impl LiveApplyValue for DesignerContainer

Source§

impl LiveApplyValue for DesignerView

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 ExpandablePanel

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 GeometryCube3D

Source§

impl LiveApplyValue for Html

Source§

impl LiveApplyValue for Icon

Source§

impl LiveApplyValue for DrawTrapezoidVector

Source§

impl LiveApplyValue for DrawImage

Source§

impl LiveApplyValue for Image

Source§

impl LiveApplyValue for ImageBlend

Source§

impl LiveApplyValue for KeyboardView

Source§

impl LiveApplyValue for Label

Source§

impl LiveApplyValue for LinkLabel

Source§

impl LiveApplyValue for Markdown

Source§

impl LiveApplyValue for Modal

Source§

impl LiveApplyValue for MultiImage

Source§

impl LiveApplyValue for MultiWindow

Source§

impl LiveApplyValue for NavControl

Source§

impl LiveApplyValue for PageFlip

Source§

impl LiveApplyValue for PerformanceLiveGraph

Source§

impl LiveApplyValue for PerformanceView

Source§

impl LiveApplyValue for PopupMenu

Source§

impl LiveApplyValue for PopupMenuItem

Source§

impl LiveApplyValue for PopupNotification

Source§

impl LiveApplyValue for PortalList2

Source§

impl LiveApplyValue for PortalList

Source§

impl LiveApplyValue for DrawRadioButton

Source§

impl LiveApplyValue for RadioButton

Source§

impl LiveApplyValue for RadioButtonGroup

Source§

impl LiveApplyValue for Root

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 DrawCube

Source§

impl LiveApplyValue for FontFamily

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 StackNavigation

Source§

impl LiveApplyValue for StackNavigationView

Source§

impl LiveApplyValue for Align

Source§

impl LiveApplyValue for DrawColor

Source§

impl LiveApplyValue for DrawIcon

Source§

impl LiveApplyValue for DrawLine

Source§

impl LiveApplyValue for DrawQuad

Source§

impl LiveApplyValue for DrawText

Source§

impl LiveApplyValue for GeometryQuad2D

Source§

impl LiveApplyValue for Layout

Source§

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 DrawFlowBlock

Source§

impl LiveApplyValue for TextFlow

Source§

impl LiveApplyValue for TextInput

Source§

impl LiveApplyValue for TogglePanel

Source§

impl LiveApplyValue for Tooltip

Source§

impl LiveApplyValue for TurtleStep

Source§

impl LiveApplyValue for VectorLine

Source§

impl LiveApplyValue for Video

Source§

impl LiveApplyValue for View

Source§

impl LiveApplyValue for DrawWebView

Source§

impl LiveApplyValue for WebView

Source§

impl LiveApplyValue for Window

Source§

impl LiveApplyValue for WindowMenu

Source§

impl LiveApplyValue for XrHands