MCPcopy Create free account

hub / github.com/ddbnl/ez_term / functions

Functions1,238 in github.com/ddbnl/ez_term

Methodas_horizontal_alignment
Get a mutable ref [EzProperty<HorizontalAlignment>] from this enum. You must be sure this is a HorizontalAlignment property or it will panic.
src/property/ez_properties.rs:255
Methodas_horizontal_alignment_mut
Get a mutable ref [EzProperty<HorizontalAlignment>] from this enum. You must be sure this is a HorizontalAlignment property or it will panic.
src/property/ez_properties.rs:265
Methodas_horizontal_pos_hint
Get a mutable ref [EzProperty<HorizontalPosHint>] from this enum. You must be sure this is a HorizontalPosHint property or it will panic.
src/property/ez_properties.rs:275
Methodas_horizontal_pos_hint_mut
Get a mutable ref [EzProperty<HorizontalPosHint>] from this enum. You must be sure this is a HorizontalPosHint property or it will panic.
src/property/ez_properties.rs:285
Methodas_label
Cast this state as a Label widget state ref, you must be sure you have one.
src/run/tree.rs:487
Methodas_label_mut
Cast this state as a mutable Label widget state ref, you must be sure you have one.
src/states/ez_state.rs:146
Methodas_layout_mode
Get a mutable ref [EzProperty<LayoutMode>] from this enum. You must be sure this is a LayoutMode property or it will panic.
src/property/ez_properties.rs:195
Methodas_layout_mode_mut
Get a mutable ref [EzProperty<LayoutMode>] from this enum. You must be sure this is a LayoutMode property or it will panic.
src/property/ez_properties.rs:205
Methodas_layout_orientation
Get a mutable ref [EzProperty<LayoutOrientation>] from this enum. You must be sure this is a LayoutOrientation property or it will panic.
src/property/ez_properties.rs:215
Methodas_layout_orientation_mut
Get a mutable ref [EzProperty<LayoutOrientation>] from this enum. You must be sure this is a LayoutOrientation property or it will panic.
src/property/ez_properties.rs:225
Methodas_progress_bar_mut
Cast this state as a mutable Progress bar widget state ref, you must be sure you have one.
src/states/ez_state.rs:200
Methodas_radio_button_mut
Cast this state as a mutable RadioButton widget state ref, you must be sure you have one.
src/states/ez_state.rs:272
Methodas_radio_button_mut
Cast this state as a mutable RadioButton widget state ref, you must be sure you have one.
src/run/tree.rs:622
Methodas_size_hint
Get a mutable ref [EzProperty<SizeHint>] from this enum. You must be sure this is a SizeHint property or it will panic.
src/property/ez_properties.rs:315
Methodas_size_hint_mut
Get a mutable ref [EzProperty<SizeHint>] from this enum. You must be sure this is a SizeHint property or it will panic.
src/property/ez_properties.rs:325
Methodas_slider_mut
Cast this state as a mutable Slider widget state ref, you must be sure you have one.
src/states/ez_state.rs:182
Methodas_string
Get a mutable ref [EzProperty<String>] from this enum. You must be sure this is a String property or it will panic.
src/property/ez_properties.rs:135
Methodas_string_mut
Get a mutable ref [EzProperty<String>] from this enum. You must be sure this is a String property or it will panic.
src/property/ez_properties.rs:145
Methodas_text_input
Cast this state as a TextInput widget state ref, you must be sure you have one.
src/run/tree.rs:631
Methodas_text_input_mut
Cast this state as a mutable TextInput widget state ref, you must be sure you have one.
src/states/ez_state.rs:290
Methodas_usize
Get a [EzProperty<usize>] ref from this enum. You must be sure this is a usize property or it will panic.
src/property/ez_properties.rs:95
Methodas_vertical_alignment
Get a mutable ref [EzProperty<VerticalAlignment>] from this enum. You must be sure this is a VerticalAlignment property or it will panic.
src/property/ez_properties.rs:235
Methodas_vertical_alignment_mut
Get a mutable ref [EzProperty<VerticalAlignment>] from this enum. You must be sure this is a VerticalAlignment property or it will panic.
src/property/ez_properties.rs:245
Methodas_vertical_pos_hint
Get a mutable ref [EzProperty<VerticalPosHint>] from this enum. You must be sure this is a VerticalPosHint property or it will panic.
src/property/ez_properties.rs:295
Methodas_vertical_pos_hint_mut
Get a mutable ref [EzProperty<VerticalPosHint>] from this enum. You must be sure this is a VerticalPosHint property or it will panic.
src/property/ez_properties.rs:305
Methodbind_key
Create a [CallbackConfig] from a keybinding. the callback function signature should be: (Context, KeyCode) See [Context] for more information on the c
src/states/definitions.rs:875
Methodcancel
(&mut self)
src/scheduler/scheduler.rs:2632
Methodclean_up_properties
(&self, scheduler: &mut SchedulerFrontend)
src/states/progress_bar_state.rs:423
Methodclean_up_properties
(&self, scheduler: &mut SchedulerFrontend)
src/states/text_input_state.rs:446
Methodclean_up_properties
(&self, scheduler: &mut SchedulerFrontend)
src/states/dropdown_state.rs:430
Methodclean_up_properties
(&self, scheduler: &mut SchedulerFrontend)
src/states/label_state.rs:408
Methodclean_up_properties
(&self, scheduler: &mut SchedulerFrontend)
src/states/radio_button_state.rs:444
Methodclean_up_properties
(&self, scheduler: &mut SchedulerFrontend)
src/states/button_state.rs:438
Methodclean_up_properties
(&self, scheduler: &mut SchedulerFrontend)
src/states/canvas_state.rs:408
Methodclean_up_properties
(&self, scheduler: &mut SchedulerFrontend)
src/states/layout_state.rs:682
Methodclean_up_properties
(&self, scheduler: &mut SchedulerFrontend)
src/states/slider_state.rs:437
Methodclean_up_properties
(&self, scheduler: &mut SchedulerFrontend)
src/states/checkbox_state.rs:432
Methodcopy_state_values
(&mut self, other: EzState)
src/states/progress_bar_state.rs:208
Methodcopy_state_values
(&mut self, other: EzState)
src/states/text_input_state.rs:231
Methodcopy_state_values
(&mut self, other: EzState)
src/states/dropdown_state.rs:338
Methodcopy_state_values
(&mut self, other: EzState)
src/states/radio_button_state.rs:227
Methodcopy_state_values
(&mut self, other: EzState)
src/states/button_state.rs:348
Methodcopy_state_values
(&mut self, other: EzState)
src/states/canvas_state.rs:206
Methodcopy_state_values
(&mut self, other: EzState)
src/states/layout_state.rs:557
Methodcopy_state_values
(&mut self, other: EzState)
src/states/slider_state.rs:220
Methodcopy_state_values
(&mut self, other: EzState)
src/states/checkbox_state.rs:217
Methodcreate
( path: String, size: StateSize, infinite_size: InfiniteSize, auto_scale: Auto
src/states/dropdown_state.rs:725
Methoddefault
()
src/run/definitions.rs:130
Methoddismiss_modal
Dismiss the current modal
src/states/layout_state.rs:855
Methodeq
(&self, other: &Self)
src/property/ez_property.rs:167
Methodfmt
(&self, f: &mut Formatter<'_>)
src/parser/ez_definition.rs:272
Methodfrom
(inner: usize)
src/property/ez_values.rs:155
Methodfrom_config
Initialize an instance of this object using the passed config coming from [ez_parser]
src/widgets/button.rs:241
Methodfrom_config
Initialize an instance of this object using the passed config coming from [ez_parser]
src/widgets/label.rs:211
Methodfrom_config
Initialize an instance of this object using the passed config coming from [ez_parser]
src/widgets/slider.rs:313
Methodfrom_config
Initialize an instance of this object using the passed config coming from [ez_parser]
src/widgets/text_input.rs:375
Methodfrom_config
Initialize an instance of this object using the passed config coming from [ez_parser]
src/widgets/progress_bar.rs:167
Methodfrom_config
Initialize an instance of this object using the passed config coming from [ez_parser]
src/widgets/dropdown.rs:295
Methodfrom_config
Initialize an instance of this object using the passed config coming from [ez_parser]
src/widgets/radio_button.rs:227
Methodfrom_config
Initialize an instance of this object using the passed config coming from [ez_parser]
src/widgets/checkbox.rs:210
Methodfrom_config
Initialize an instance of this object using the passed config coming from [ez_parser]
src/widgets/canvas.rs:198
Methodfrom_config
Initialize an instance of this object using the passed config coming from [ez_parser]
src/widgets/layout/layout.rs:656
Methodfrom_keymap
Create a new CallbackConfig based on an existing [KeyMap]. Allows you to fully set a KeyMap and then derive a CallbackConfig from it.
src/states/definitions.rs:1013
Methodfrom_on_deselect
Create a [CallbackConfig] from an on_deselect callback. the callback function signature should be: (Context) See [Context] for more information on the
src/states/definitions.rs:897
Methodfrom_on_drag
Create a [CallbackConfig] from an on_drag callback. the callback function signature should be: (Context, Option`<Coordinates`>, Coordinates) See [Cont
src/states/definitions.rs:993
Methodfrom_on_drag_exit
Create a [CallbackConfig] from an on_drag_exit callback. the callback function signature should be: (Context, Option`<Coordinates`>, Coordinates) See
src/states/definitions.rs:1005
Methodfrom_on_hover
Create a [CallbackConfig] from an on_hover callback. the callback function signature should be: (Context, Coordinates) See [Context] for more informat
src/states/definitions.rs:972
Methodfrom_on_hover_exit
Create a [CallbackConfig] from an on_hover_exit callback. the callback function signature should be: (Context) See [Context] for more information on t
src/states/definitions.rs:981
Methodfrom_on_keyboard_enter
Create a [CallbackConfig] from an on_keyboard_enter callback. the callback function signature should be: (Context) See [Context] for more information
src/states/definitions.rs:915
Methodfrom_on_left_mouse_click
Create a [CallbackConfig] from an on_left_mouse_click callback. the callback function signature should be: (Context, Coordinates) See [Context] for mo
src/states/definitions.rs:925
Methodfrom_on_press
Create a [CallbackConfig] from an on_press callback. the callback function signature should be: (Context) See [Context] for more information on the co
src/states/definitions.rs:906
Methodfrom_on_right_mouse_click
Create a [CallbackConfig] from an on_right_mouse_click callback. the callback function signature should be: (Context, Coordinates) See [Context] for m
src/states/definitions.rs:935
Methodfrom_on_scroll_down
Create a [CallbackConfig] from an on_scroll_down callback. the callback function signature should be: (Context) See [Context] for more information on
src/states/definitions.rs:953
Methodfrom_on_scroll_up
Create a [CallbackConfig] from an on_scroll_up callback. the callback function signature should be: (Context) See [Context] for more information on th
src/states/definitions.rs:944
Methodfrom_on_select
Create a [CallbackConfig] from an on_select callback. the callback function signature should be: (Context, Option`<Coordinates`>) See [Context] for mo
src/states/definitions.rs:888
Methodfrom_on_value_change
Create a [CallbackConfig] from an on_value_change callback. the callback function signature should be: (Context) See [Context] for more information on
src/states/definitions.rs:962
Methodfrom_state
( id: String, path: String, _scheduler: &mut SchedulerFrontend, state: EzState
src/widgets/button.rs:38
Methodfrom_state
( id: String, path: String, _scheduler: &mut SchedulerFrontend, state: EzState
src/widgets/label.rs:36
Methodfrom_state
( id: String, path: String, _scheduler: &mut SchedulerFrontend, state: EzState
src/widgets/slider.rs:41
Methodfrom_state
( id: String, path: String, _scheduler: &mut SchedulerFrontend, state: EzState
src/widgets/text_input.rs:42
Methodfrom_state
( id: String, path: String, _scheduler: &mut SchedulerFrontend, state: EzState
src/widgets/progress_bar.rs:34
Methodfrom_state
( id: String, path: String, _scheduler: &mut SchedulerFrontend, state: EzState
src/widgets/dropdown.rs:45
Methodfrom_state
( id: String, path: String, _scheduler: &mut SchedulerFrontend, state: EzState
src/widgets/radio_button.rs:40
Methodfrom_state
( id: String, path: String, _scheduler: &mut SchedulerFrontend, state: EzState
src/widgets/checkbox.rs:36
Methodfrom_state
( id: String, path: String, _scheduler: &mut SchedulerFrontend, state: EzState
src/widgets/canvas.rs:40
Methodfrom_state
( id: String, path: String, _scheduler: &mut SchedulerFrontend, state: EzState
src/widgets/layout/layout.rs:54
Methodfrom_state_size
(other: &StateSize)
src/run/definitions.rs:63
Methodfrom_string
Get an EzState based on a string containing the base widget type.
src/states/ez_state.rs:45
Methodfrom_string
Get an EzObjects based on a string containing the base widget type.
src/widgets/ez_object.rs:45
Methodget_absolute_position
(&self)
src/states/progress_bar_state.rs:351
Methodget_absolute_position
(&self)
src/states/text_input_state.rs:374
Methodget_absolute_position
(&self)
src/states/dropdown_state.rs:266
Methodget_absolute_position
(&self)
src/states/radio_button_state.rs:372
Methodget_absolute_position
(&self)
src/states/button_state.rs:276
Methodget_absolute_position
(&self)
src/states/canvas_state.rs:348
Methodget_absolute_position
(&self)
src/states/layout_state.rs:483
Methodget_absolute_position
(&self)
src/states/slider_state.rs:365
Methodget_absolute_position
(&self)
src/states/checkbox_state.rs:360
Methodget_active
(&self)
src/states/radio_button_state.rs:479
Methodget_active_symbol
(&self)
src/states/radio_button_state.rs:487
← previousnext →601–700 of 1,238, ranked by callers