Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddbnl/ez_term
/ functions
Functions
1,238 in github.com/ddbnl/ez_term
⨍
Functions
1,238
◇
Types & classes
60
Method
as_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
Method
as_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
Method
as_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
Method
as_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
Method
as_label
Cast this state as a Label widget state ref, you must be sure you have one.
src/run/tree.rs:487
Method
as_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
Method
as_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
Method
as_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
Method
as_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
Method
as_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
Method
as_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
Method
as_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
Method
as_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
Method
as_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
Method
as_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
Method
as_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
Method
as_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
Method
as_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
Method
as_text_input
Cast this state as a TextInput widget state ref, you must be sure you have one.
src/run/tree.rs:631
Method
as_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
Method
as_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
Method
as_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
Method
as_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
Method
as_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
Method
as_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
Method
bind_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
Method
cancel
(&mut self)
src/scheduler/scheduler.rs:2632
Method
clean_up_properties
(&self, scheduler: &mut SchedulerFrontend)
src/states/progress_bar_state.rs:423
Method
clean_up_properties
(&self, scheduler: &mut SchedulerFrontend)
src/states/text_input_state.rs:446
Method
clean_up_properties
(&self, scheduler: &mut SchedulerFrontend)
src/states/dropdown_state.rs:430
Method
clean_up_properties
(&self, scheduler: &mut SchedulerFrontend)
src/states/label_state.rs:408
Method
clean_up_properties
(&self, scheduler: &mut SchedulerFrontend)
src/states/radio_button_state.rs:444
Method
clean_up_properties
(&self, scheduler: &mut SchedulerFrontend)
src/states/button_state.rs:438
Method
clean_up_properties
(&self, scheduler: &mut SchedulerFrontend)
src/states/canvas_state.rs:408
Method
clean_up_properties
(&self, scheduler: &mut SchedulerFrontend)
src/states/layout_state.rs:682
Method
clean_up_properties
(&self, scheduler: &mut SchedulerFrontend)
src/states/slider_state.rs:437
Method
clean_up_properties
(&self, scheduler: &mut SchedulerFrontend)
src/states/checkbox_state.rs:432
Method
copy_state_values
(&mut self, other: EzState)
src/states/progress_bar_state.rs:208
Method
copy_state_values
(&mut self, other: EzState)
src/states/text_input_state.rs:231
Method
copy_state_values
(&mut self, other: EzState)
src/states/dropdown_state.rs:338
Method
copy_state_values
(&mut self, other: EzState)
src/states/radio_button_state.rs:227
Method
copy_state_values
(&mut self, other: EzState)
src/states/button_state.rs:348
Method
copy_state_values
(&mut self, other: EzState)
src/states/canvas_state.rs:206
Method
copy_state_values
(&mut self, other: EzState)
src/states/layout_state.rs:557
Method
copy_state_values
(&mut self, other: EzState)
src/states/slider_state.rs:220
Method
copy_state_values
(&mut self, other: EzState)
src/states/checkbox_state.rs:217
Method
create
( path: String, size: StateSize, infinite_size: InfiniteSize, auto_scale: Auto
src/states/dropdown_state.rs:725
Method
default
()
src/run/definitions.rs:130
Method
dismiss_modal
Dismiss the current modal
src/states/layout_state.rs:855
Method
eq
(&self, other: &Self)
src/property/ez_property.rs:167
Method
fmt
(&self, f: &mut Formatter<'_>)
src/parser/ez_definition.rs:272
Method
from
(inner: usize)
src/property/ez_values.rs:155
Method
from_config
Initialize an instance of this object using the passed config coming from [ez_parser]
src/widgets/button.rs:241
Method
from_config
Initialize an instance of this object using the passed config coming from [ez_parser]
src/widgets/label.rs:211
Method
from_config
Initialize an instance of this object using the passed config coming from [ez_parser]
src/widgets/slider.rs:313
Method
from_config
Initialize an instance of this object using the passed config coming from [ez_parser]
src/widgets/text_input.rs:375
Method
from_config
Initialize an instance of this object using the passed config coming from [ez_parser]
src/widgets/progress_bar.rs:167
Method
from_config
Initialize an instance of this object using the passed config coming from [ez_parser]
src/widgets/dropdown.rs:295
Method
from_config
Initialize an instance of this object using the passed config coming from [ez_parser]
src/widgets/radio_button.rs:227
Method
from_config
Initialize an instance of this object using the passed config coming from [ez_parser]
src/widgets/checkbox.rs:210
Method
from_config
Initialize an instance of this object using the passed config coming from [ez_parser]
src/widgets/canvas.rs:198
Method
from_config
Initialize an instance of this object using the passed config coming from [ez_parser]
src/widgets/layout/layout.rs:656
Method
from_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
Method
from_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
Method
from_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
Method
from_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
Method
from_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
Method
from_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
Method
from_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
Method
from_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
Method
from_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
Method
from_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
Method
from_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
Method
from_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
Method
from_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
Method
from_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
Method
from_state
( id: String, path: String, _scheduler: &mut SchedulerFrontend, state: EzState
src/widgets/button.rs:38
Method
from_state
( id: String, path: String, _scheduler: &mut SchedulerFrontend, state: EzState
src/widgets/label.rs:36
Method
from_state
( id: String, path: String, _scheduler: &mut SchedulerFrontend, state: EzState
src/widgets/slider.rs:41
Method
from_state
( id: String, path: String, _scheduler: &mut SchedulerFrontend, state: EzState
src/widgets/text_input.rs:42
Method
from_state
( id: String, path: String, _scheduler: &mut SchedulerFrontend, state: EzState
src/widgets/progress_bar.rs:34
Method
from_state
( id: String, path: String, _scheduler: &mut SchedulerFrontend, state: EzState
src/widgets/dropdown.rs:45
Method
from_state
( id: String, path: String, _scheduler: &mut SchedulerFrontend, state: EzState
src/widgets/radio_button.rs:40
Method
from_state
( id: String, path: String, _scheduler: &mut SchedulerFrontend, state: EzState
src/widgets/checkbox.rs:36
Method
from_state
( id: String, path: String, _scheduler: &mut SchedulerFrontend, state: EzState
src/widgets/canvas.rs:40
Method
from_state
( id: String, path: String, _scheduler: &mut SchedulerFrontend, state: EzState
src/widgets/layout/layout.rs:54
Method
from_state_size
(other: &StateSize)
src/run/definitions.rs:63
Method
from_string
Get an EzState based on a string containing the base widget type.
src/states/ez_state.rs:45
Method
from_string
Get an EzObjects based on a string containing the base widget type.
src/widgets/ez_object.rs:45
Method
get_absolute_position
(&self)
src/states/progress_bar_state.rs:351
Method
get_absolute_position
(&self)
src/states/text_input_state.rs:374
Method
get_absolute_position
(&self)
src/states/dropdown_state.rs:266
Method
get_absolute_position
(&self)
src/states/radio_button_state.rs:372
Method
get_absolute_position
(&self)
src/states/button_state.rs:276
Method
get_absolute_position
(&self)
src/states/canvas_state.rs:348
Method
get_absolute_position
(&self)
src/states/layout_state.rs:483
Method
get_absolute_position
(&self)
src/states/slider_state.rs:365
Method
get_absolute_position
(&self)
src/states/checkbox_state.rs:360
Method
get_active
(&self)
src/states/radio_button_state.rs:479
Method
get_active_symbol
(&self)
src/states/radio_button_state.rs:487
← previous
next →
601–700 of 1,238, ranked by callers