MCPcopy Create free account

hub / github.com/Kethku/Pando / functions

Functions323 in github.com/Kethku/Pando

↓ 1 callersMethodminimize
(&self)
aspen/src/context_stack/attached_context.rs:60
↓ 1 callersMethodmodifiers
Keyboard Functions
aspen/src/context_stack/event_state.rs:115
↓ 1 callersMethodmouse_position
Returns the mouse position relative to this context's current transform */
aspen/src/context_stack/event_context.rs:59
↓ 1 callersMethodmouse_released
(&self)
aspen/src/context_stack/event_state.rs:72
↓ 1 callersMethodmove_down
Move down to the closest physical cluster boundary on the next line, preserving the horizontal position for repeated movements.
aspen/src/components/editor.rs:312
↓ 1 callersMethodmove_left
Move to the next cluster left in visual order.
aspen/src/components/editor.rs:317
↓ 1 callersMethodmove_right
Move to the next cluster right in visual order.
aspen/src/components/editor.rs:322
↓ 1 callersMethodmove_to_line_end
Move the cursor to the end of the physical line.
aspen/src/components/editor.rs:302
↓ 1 callersMethodmove_to_line_start
Move the cursor to the start of the physical line.
aspen/src/components/editor.rs:287
↓ 1 callersMethodmove_to_point
--- MARK: Cursor Movement --- Move the cursor to the cluster boundary nearest this point in the layout.
aspen/src/components/editor.rs:259
↓ 1 callersMethodmove_to_text_end
Move the cursor to the end of the buffer.
aspen/src/components/editor.rs:292
↓ 1 callersMethodmove_to_text_start
Move the cursor to the start of the buffer.
aspen/src/components/editor.rs:277
↓ 1 callersMethodmove_up
Move up to the closest physical cluster boundary on the previous line, preserving the horizontal position for repeated movements.
aspen/src/components/editor.rs:307
↓ 1 callersMethodmove_word_left
Move to the next word boundary left.
aspen/src/components/editor.rs:327
↓ 1 callersMethodmove_word_right
Move to the next word boundary right.
aspen/src/components/editor.rs:332
↓ 1 callersMethodnext_frame
(&mut self)
aspen/src/context_stack/event_state.rs:37
↓ 1 callersMethodon_hover
(&mut self, f: F)
aspen/src/mouse_region.rs:87
↓ 1 callersMethodon_leave
(&mut self, f: F)
aspen/src/mouse_region.rs:92
↓ 1 callersMethodon_right_drag
(&mut self, f: F)
aspen/src/mouse_region.rs:82
↓ 1 callersMethodon_scroll
(&mut self, f: F)
aspen/src/mouse_region.rs:127
↓ 1 callersMethodpop_layer
(&mut self)
aspen/src/context_stack/draw_context.rs:235
↓ 1 callersMethodprevious_mouse_position
(&self)
aspen/src/context_stack/event_context.rs:80
↓ 1 callersMethodprocess_mouse_regions
(&self, window: &dyn ContextWindow, event_loop: &dyn ContextEventLoop)
aspen/src/application.rs:116
↓ 1 callersMethodprocess_regions
( &mut self, regions: &mut HashMap<Token, (Affine, Size)>, cx: AttachedContext, )
aspen/src/mouse_region.rs:187
↓ 1 callersMethodpush_layer
(&mut self, clip: &impl Shape)
aspen/src/context_stack/draw_context.rs:222
↓ 1 callersMethodrefresh_tokens
(&mut self)
aspen/src/application.rs:85
↓ 1 callersMethodresize
(&mut self, new_width: u32, new_height: u32)
aspen/src/winit_renderer.rs:65
↓ 1 callersMethodright_mouse_released
(&self)
aspen/src/context_stack/event_state.rs:76
↓ 1 callersFunctionrun
(app_constructor: F)
aspen/src/winit_runner.rs:155
↓ 1 callersMethodscale
(&self, factor: f64)
aspen/src/util.rs:25
↓ 1 callersMethodselect_all
Select the whole buffer.
aspen/src/components/editor.rs:337
↓ 1 callersMethodselect_down
Move the selection focus point down to the nearest cluster boundary on the next line, preserving the horizontal position for repeated movements.
aspen/src/components/editor.rs:388
↓ 1 callersMethodselect_left
Move the selection focus point to the next cluster left in visual order.
aspen/src/components/editor.rs:393
↓ 1 callersMethodselect_right
Move the selection focus point to the next cluster right in visual order.
aspen/src/components/editor.rs:398
↓ 1 callersMethodselect_to_line_end
Move the selection focus point to the end of the physical line.
aspen/src/components/editor.rs:378
↓ 1 callersMethodselect_to_line_start
Move the selection focus point to the start of the physical line.
aspen/src/components/editor.rs:363
↓ 1 callersMethodselect_to_text_end
Move the selection focus point to the end of the buffer.
aspen/src/components/editor.rs:368
↓ 1 callersMethodselect_to_text_start
Move the selection focus point to the start of the buffer.
aspen/src/components/editor.rs:353
↓ 1 callersMethodselect_up
Move the selection focus point up to the nearest cluster boundary on the previous line, preserving the horizontal position for repeated movements.
aspen/src/components/editor.rs:383
↓ 1 callersMethodselect_word_left
Move the selection focus point to the next word boundary left.
aspen/src/components/editor.rs:403
↓ 1 callersMethodselect_word_right
Move the selection focus point to the next word boundary right.
aspen/src/components/editor.rs:408
↓ 1 callersMethodselection_geometry_with
Invoke a callback with each rectangle representing the selected portions of text, and the indices of the lines to which they belong.
aspen/src/components/editor.rs:491
↓ 1 callersMethodset_maximized
(&self, maximized: bool)
aspen/src/context_stack/attached_context.rs:113
↓ 1 callersMethodset_minimized
(&self, minimized: bool)
aspen/src/context_stack/attached_context.rs:121
↓ 1 callersMethodstroked_fill
(&mut self, shape: &impl Shape)
aspen/src/context_stack/draw_context.rs:99
↓ 1 callersMethodsub
(&self, other: &Self)
aspen/src/util.rs:21
↓ 1 callersMethodtick
(&mut self, window: &'a dyn ContextWindow, event_loop: &'a dyn ContextEventLoop)
aspen/src/application.rs:66
↓ 1 callersMethodtoggle_maximized
(&self)
aspen/src/context_stack/attached_context.rs:52
↓ 1 callersMethodtoken_currently_tracked
Indicates if any mouse regions associated with this Token are currently tracked. Useful to continue rendering even if a region would normally be culle
aspen/src/mouse_region.rs:173
↓ 1 callersMethodtransform
(&self, cx: &impl Deref<Target = Context<'a>>)
aspen/src/components/board.rs:109
↓ 1 callersMethodtransform
(&mut self, transform: Affine)
aspen/src/context_stack/draw_context.rs:281
↓ 1 callersMethodupdate
(&self, window: &dyn ContextWindow, event_loop: &dyn ContextEventLoop)
aspen/src/application.rs:122
↓ 1 callersMethodwith_border
(self, padding: f64, stroke: Brush, fill: Brush)
aspen/src/components/border.rs:105
Methodactual_mouse_delta
(&self)
aspen/src/context_stack/event_state.rs:104
Methodactual_window_size
Window Functions
aspen/src/context_stack/event_state.rs:47
Methodadd_mouse_region
(&mut self, mouse_region: MouseRegion)
aspen/src/context_stack/update_context.rs:43
Methodcenter_bottom
(&self)
aspen/src/util.rs:100
Methodcenter_top
(&self)
aspen/src/util.rs:96
Methodchild
( &'b mut self, element_token: Token, element_children: &'b Vec<Token>, )
aspen/src/context_stack/update_context.rs:51
Methodchild
( &'b mut self, element_token: Token, element_children: &'b Vec<Token>, )
aspen/src/context_stack/draw_context.rs:465
Methodchild
( &'b mut self, element_token: Token, element_children: &'b Vec<Token>, )
aspen/src/context_stack/attached_context.rs:86
Methodchild
( &'b mut self, element_token: Token, element_children: &'b Vec<Token>, )
aspen/src/context_stack/layout_context.rs:85
Methodchildren
(&self)
aspen/src/element.rs:17
Methodchildren
(&self)
aspen/src/components/board.rs:189
Methodchildren
(&self)
aspen/src/components/resize_handles.rs:53
Methodchildren
(&self)
aspen/src/components/border.rs:95
Methodchildren
(&self)
aspen/src/components/window_buttons.rs:158
Methodchildren
(&self)
src/todo.rs:43
Methodchildren
(&self)
src/pando.rs:62
Methodclear_default_text_styles
(&mut self)
aspen/src/context_stack/context.rs:51
Methodcreate_renderer
(window: Arc<Window>)
aspen/src/winit_runner.rs:36
Methoddefault
()
aspen/src/shaper.rs:100
Methoddelete_bytes_after_selection
Delete the specified numbers of bytes after the selection. The selection is unchanged. The deleted range is clamped to the end of the buffer. No-op i
aspen/src/components/editor.rs:156
Methoddelete_bytes_before_selection
Delete the specified numbers of bytes before the selection. The selection is moved to the left by that number of bytes but otherwise unchanged. The d
aspen/src/components/editor.rs:119
Methodderef
(&self)
aspen/src/element.rs:150
Methodderef
(&self)
aspen/src/test_runner.rs:110
Methodderef
(&self)
aspen/src/context_stack/update_context.rs:19
Methodderef
(&self)
aspen/src/context_stack/event_context.rs:34
Methodderef
(&self)
aspen/src/context_stack/draw_context.rs:44
Methodderef
(&self)
aspen/src/context_stack/attached_context.rs:24
Methodderef
(&self)
aspen/src/context_stack/layout_context.rs:22
Methodderef
(&self)
aspen/src/context_stack/context.rs:23
Methodderef_mut
(&mut self)
aspen/src/element.rs:156
Methodderef_mut
(&mut self)
aspen/src/context_stack/update_context.rs:25
Methodderef_mut
(&mut self)
aspen/src/context_stack/attached_context.rs:30
Methodderef_mut
(&mut self)
aspen/src/context_stack/layout_context.rs:28
Methoddraw
(&mut self, scene: &Scene, window: &Window)
aspen/src/winit_renderer.rs:86
Methoddraw
(&self, _cx: &mut DrawContext)
aspen/src/element.rs:16
Methoddraw
(&self, cx: &mut DrawContext)
aspen/src/element.rs:31
Methoddraw
(&mut self, child_lookup: HashMap<Token, HashSet<Token>>)
aspen/src/test_runner.rs:63
Methoddraw
(&self, cx: &mut DrawContext)
aspen/src/components/button.rs:70
Methoddraw
(&self, cx: &mut DrawContext)
aspen/src/components/resize_handles.rs:41
Methoddraw
(&self, cx: &mut DrawContext)
aspen/src/components/border.rs:77
Methoddraw
(&self, cx: &mut DrawContext)
aspen/src/components/editor.rs:707
Methoddraw
(&self, cx: &mut DrawContext)
aspen/src/components/window_buttons.rs:141
Methoddraw
(&self, cx: &mut DrawContext)
src/todo.rs:39
Methoddraw
(&self, cx: &mut DrawContext)
src/pando.rs:56
Methoddraw_close_icon
(foreground: Color, cx: &mut DrawContext)
aspen/src/components/window_buttons.rs:70
Methoddraw_maximize_icon
(foreground: Color, cx: &mut DrawContext)
aspen/src/components/window_buttons.rs:81
Methoddraw_minimize_icon
(foreground: Color, cx: &mut DrawContext)
aspen/src/components/window_buttons.rs:103
← previousnext →101–200 of 323, ranked by callers