Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kethku/Pando
/ functions
Functions
323 in github.com/Kethku/Pando
⨍
Functions
323
◇
Types & classes
56
↓ 1 callers
Method
minimize
(&self)
aspen/src/context_stack/attached_context.rs:60
↓ 1 callers
Method
modifiers
Keyboard Functions
aspen/src/context_stack/event_state.rs:115
↓ 1 callers
Method
mouse_position
Returns the mouse position relative to this context's current transform */
aspen/src/context_stack/event_context.rs:59
↓ 1 callers
Method
mouse_released
(&self)
aspen/src/context_stack/event_state.rs:72
↓ 1 callers
Method
move_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 callers
Method
move_left
Move to the next cluster left in visual order.
aspen/src/components/editor.rs:317
↓ 1 callers
Method
move_right
Move to the next cluster right in visual order.
aspen/src/components/editor.rs:322
↓ 1 callers
Method
move_to_line_end
Move the cursor to the end of the physical line.
aspen/src/components/editor.rs:302
↓ 1 callers
Method
move_to_line_start
Move the cursor to the start of the physical line.
aspen/src/components/editor.rs:287
↓ 1 callers
Method
move_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 callers
Method
move_to_text_end
Move the cursor to the end of the buffer.
aspen/src/components/editor.rs:292
↓ 1 callers
Method
move_to_text_start
Move the cursor to the start of the buffer.
aspen/src/components/editor.rs:277
↓ 1 callers
Method
move_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 callers
Method
move_word_left
Move to the next word boundary left.
aspen/src/components/editor.rs:327
↓ 1 callers
Method
move_word_right
Move to the next word boundary right.
aspen/src/components/editor.rs:332
↓ 1 callers
Method
next_frame
(&mut self)
aspen/src/context_stack/event_state.rs:37
↓ 1 callers
Method
on_hover
(&mut self, f: F)
aspen/src/mouse_region.rs:87
↓ 1 callers
Method
on_leave
(&mut self, f: F)
aspen/src/mouse_region.rs:92
↓ 1 callers
Method
on_right_drag
(&mut self, f: F)
aspen/src/mouse_region.rs:82
↓ 1 callers
Method
on_scroll
(&mut self, f: F)
aspen/src/mouse_region.rs:127
↓ 1 callers
Method
pop_layer
(&mut self)
aspen/src/context_stack/draw_context.rs:235
↓ 1 callers
Method
previous_mouse_position
(&self)
aspen/src/context_stack/event_context.rs:80
↓ 1 callers
Method
process_mouse_regions
(&self, window: &dyn ContextWindow, event_loop: &dyn ContextEventLoop)
aspen/src/application.rs:116
↓ 1 callers
Method
process_regions
( &mut self, regions: &mut HashMap<Token, (Affine, Size)>, cx: AttachedContext, )
aspen/src/mouse_region.rs:187
↓ 1 callers
Method
push_layer
(&mut self, clip: &impl Shape)
aspen/src/context_stack/draw_context.rs:222
↓ 1 callers
Method
refresh_tokens
(&mut self)
aspen/src/application.rs:85
↓ 1 callers
Method
resize
(&mut self, new_width: u32, new_height: u32)
aspen/src/winit_renderer.rs:65
↓ 1 callers
Method
right_mouse_released
(&self)
aspen/src/context_stack/event_state.rs:76
↓ 1 callers
Function
run
(app_constructor: F)
aspen/src/winit_runner.rs:155
↓ 1 callers
Method
scale
(&self, factor: f64)
aspen/src/util.rs:25
↓ 1 callers
Method
select_all
Select the whole buffer.
aspen/src/components/editor.rs:337
↓ 1 callers
Method
select_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 callers
Method
select_left
Move the selection focus point to the next cluster left in visual order.
aspen/src/components/editor.rs:393
↓ 1 callers
Method
select_right
Move the selection focus point to the next cluster right in visual order.
aspen/src/components/editor.rs:398
↓ 1 callers
Method
select_to_line_end
Move the selection focus point to the end of the physical line.
aspen/src/components/editor.rs:378
↓ 1 callers
Method
select_to_line_start
Move the selection focus point to the start of the physical line.
aspen/src/components/editor.rs:363
↓ 1 callers
Method
select_to_text_end
Move the selection focus point to the end of the buffer.
aspen/src/components/editor.rs:368
↓ 1 callers
Method
select_to_text_start
Move the selection focus point to the start of the buffer.
aspen/src/components/editor.rs:353
↓ 1 callers
Method
select_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 callers
Method
select_word_left
Move the selection focus point to the next word boundary left.
aspen/src/components/editor.rs:403
↓ 1 callers
Method
select_word_right
Move the selection focus point to the next word boundary right.
aspen/src/components/editor.rs:408
↓ 1 callers
Method
selection_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 callers
Method
set_maximized
(&self, maximized: bool)
aspen/src/context_stack/attached_context.rs:113
↓ 1 callers
Method
set_minimized
(&self, minimized: bool)
aspen/src/context_stack/attached_context.rs:121
↓ 1 callers
Method
stroked_fill
(&mut self, shape: &impl Shape)
aspen/src/context_stack/draw_context.rs:99
↓ 1 callers
Method
sub
(&self, other: &Self)
aspen/src/util.rs:21
↓ 1 callers
Method
tick
(&mut self, window: &'a dyn ContextWindow, event_loop: &'a dyn ContextEventLoop)
aspen/src/application.rs:66
↓ 1 callers
Method
toggle_maximized
(&self)
aspen/src/context_stack/attached_context.rs:52
↓ 1 callers
Method
token_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 callers
Method
transform
(&self, cx: &impl Deref<Target = Context<'a>>)
aspen/src/components/board.rs:109
↓ 1 callers
Method
transform
(&mut self, transform: Affine)
aspen/src/context_stack/draw_context.rs:281
↓ 1 callers
Method
update
(&self, window: &dyn ContextWindow, event_loop: &dyn ContextEventLoop)
aspen/src/application.rs:122
↓ 1 callers
Method
with_border
(self, padding: f64, stroke: Brush, fill: Brush)
aspen/src/components/border.rs:105
Method
actual_mouse_delta
(&self)
aspen/src/context_stack/event_state.rs:104
Method
actual_window_size
Window Functions
aspen/src/context_stack/event_state.rs:47
Method
add_mouse_region
(&mut self, mouse_region: MouseRegion)
aspen/src/context_stack/update_context.rs:43
Method
center_bottom
(&self)
aspen/src/util.rs:100
Method
center_top
(&self)
aspen/src/util.rs:96
Method
child
( &'b mut self, element_token: Token, element_children: &'b Vec<Token>, )
aspen/src/context_stack/update_context.rs:51
Method
child
( &'b mut self, element_token: Token, element_children: &'b Vec<Token>, )
aspen/src/context_stack/draw_context.rs:465
Method
child
( &'b mut self, element_token: Token, element_children: &'b Vec<Token>, )
aspen/src/context_stack/attached_context.rs:86
Method
child
( &'b mut self, element_token: Token, element_children: &'b Vec<Token>, )
aspen/src/context_stack/layout_context.rs:85
Method
children
(&self)
aspen/src/element.rs:17
Method
children
(&self)
aspen/src/components/board.rs:189
Method
children
(&self)
aspen/src/components/resize_handles.rs:53
Method
children
(&self)
aspen/src/components/border.rs:95
Method
children
(&self)
aspen/src/components/window_buttons.rs:158
Method
children
(&self)
src/todo.rs:43
Method
children
(&self)
src/pando.rs:62
Method
clear_default_text_styles
(&mut self)
aspen/src/context_stack/context.rs:51
Method
create_renderer
(window: Arc<Window>)
aspen/src/winit_runner.rs:36
Method
default
()
aspen/src/shaper.rs:100
Method
delete_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
Method
delete_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
Method
deref
(&self)
aspen/src/element.rs:150
Method
deref
(&self)
aspen/src/test_runner.rs:110
Method
deref
(&self)
aspen/src/context_stack/update_context.rs:19
Method
deref
(&self)
aspen/src/context_stack/event_context.rs:34
Method
deref
(&self)
aspen/src/context_stack/draw_context.rs:44
Method
deref
(&self)
aspen/src/context_stack/attached_context.rs:24
Method
deref
(&self)
aspen/src/context_stack/layout_context.rs:22
Method
deref
(&self)
aspen/src/context_stack/context.rs:23
Method
deref_mut
(&mut self)
aspen/src/element.rs:156
Method
deref_mut
(&mut self)
aspen/src/context_stack/update_context.rs:25
Method
deref_mut
(&mut self)
aspen/src/context_stack/attached_context.rs:30
Method
deref_mut
(&mut self)
aspen/src/context_stack/layout_context.rs:28
Method
draw
(&mut self, scene: &Scene, window: &Window)
aspen/src/winit_renderer.rs:86
Method
draw
(&self, _cx: &mut DrawContext)
aspen/src/element.rs:16
Method
draw
(&self, cx: &mut DrawContext)
aspen/src/element.rs:31
Method
draw
(&mut self, child_lookup: HashMap<Token, HashSet<Token>>)
aspen/src/test_runner.rs:63
Method
draw
(&self, cx: &mut DrawContext)
aspen/src/components/button.rs:70
Method
draw
(&self, cx: &mut DrawContext)
aspen/src/components/resize_handles.rs:41
Method
draw
(&self, cx: &mut DrawContext)
aspen/src/components/border.rs:77
Method
draw
(&self, cx: &mut DrawContext)
aspen/src/components/editor.rs:707
Method
draw
(&self, cx: &mut DrawContext)
aspen/src/components/window_buttons.rs:141
Method
draw
(&self, cx: &mut DrawContext)
src/todo.rs:39
Method
draw
(&self, cx: &mut DrawContext)
src/pando.rs:56
Method
draw_close_icon
(foreground: Color, cx: &mut DrawContext)
aspen/src/components/window_buttons.rs:70
Method
draw_maximize_icon
(foreground: Color, cx: &mut DrawContext)
aspen/src/components/window_buttons.rs:81
Method
draw_minimize_icon
(foreground: Color, cx: &mut DrawContext)
aspen/src/components/window_buttons.rs:103
← previous
next →
101–200 of 323, ranked by callers