Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Quinntyx/egui-terminal
/ functions
Functions
63 in github.com/Quinntyx/egui-terminal
⨍
Functions
63
◇
Types & classes
15
↓ 10 callers
Method
into_wez
(self)
src/into.rs:114
↓ 5 callers
Method
into_egui
(self)
src/into.rs:17
↓ 4 callers
Method
add_quad_simple
(&mut self, a: Pos2, b: Pos2, c: Pos2, d: Pos2, color: Color32)
src/render.rs:50
↓ 3 callers
Method
show
(mut self, ui: &mut Ui)
src/old.rs:34
↓ 3 callers
Method
style_mut
(&mut self)
src/term.rs:547
↓ 3 callers
Function
triangle
(a: Pos2, b: Pos2, c: Pos2, color: Color32)
src/render.rs:17
↓ 2 callers
Method
color_palette
(&self)
src/config/term_config.rs:82
↓ 2 callers
Method
generate_wez_config
(&self, ui: &Ui)
src/config/term_config.rs:50
↓ 2 callers
Method
get_color
(&self)
src/render.rs:172
↓ 2 callers
Method
style
(&self)
src/term.rs:543
↓ 1 callers
Method
config
(&mut self, ui: &Ui)
src/term.rs:535
↓ 1 callers
Method
default_wez_config
(&self)
src/config/term_config.rs:40
↓ 1 callers
Method
draw
( &mut self, ui: &mut egui::Ui, widget_size: egui::Vec2, )
src/term.rs:418
↓ 1 callers
Method
draw_cursor
(&mut self, painter: Painter, delta_time: f32)
src/render.rs:184
↓ 1 callers
Method
event_key
(&mut self, e: &Event)
src/term.rs:274
↓ 1 callers
Method
event_pointer_button
(&mut self, e: &Event, response: &Response)
src/term.rs:215
↓ 1 callers
Method
event_pointer_move
( &mut self, e: &Event, response: &Response, modifiers: Modifiers, )
src/term.rs:190
↓ 1 callers
Method
event_scroll
( &mut self, e: &Event, modifiers: Modifiers, pointer_position: Vec2, )
src/term.rs:246
↓ 1 callers
Method
event_text
(&mut self, e: &Event, modifiers: Modifiers)
src/term.rs:299
↓ 1 callers
Method
exit_status
(&mut self)
src/term.rs:551
↓ 1 callers
Method
format_to_egui
(&self, cluster: &CellCluster)
src/term.rs:155
↓ 1 callers
Method
generate_rows
(&mut self, ui: &mut Ui, rows: Range<usize>)
src/term.rs:351
↓ 1 callers
Method
get_trail_color
(&self)
src/render.rs:166
↓ 1 callers
Method
kill
(&mut self)
src/term.rs:512
↓ 1 callers
Method
manage_event
( &mut self, event: &Event, response: &Response, i: &InputState, )
src/term.rs:326
↓ 1 callers
Method
manage_inputs
(&mut self, i: &InputState)
src/old.rs:26
↓ 1 callers
Method
manage_inputs
(&mut self, i: &InputState, response: &Response)
src/term.rs:344
↓ 1 callers
Function
pos2_to_vertex
(a: Pos2, c: Color32)
src/render.rs:10
↓ 1 callers
Function
quad
(a: Pos2, b: Pos2, c: Pos2, d: Pos2, color: Color32)
src/render.rs:30
↓ 1 callers
Function
quad_trail
(cursor: Rect, trail: Rect, color: Color32)
src/render.rs:55
↓ 1 callers
Method
relative_pointer_pos
(&self, response: &Response, i: &InputState)
src/term.rs:322
↓ 1 callers
Method
resize_rc
(&mut self)
src/term.rs:518
↓ 1 callers
Method
set_offset
(&mut self, offset: Vec2)
src/render.rs:139
↓ 1 callers
Method
terminal_sized
(&mut self, term: &mut TermHandler, size: Vec2)
src/prelude.rs:16
↓ 1 callers
Method
try_into_wez
(self)
src/into.rs:35
↓ 1 callers
Method
update_cursor_state
(&mut self, cur: CursorPosition, text_width: f32, text_height: f32)
src/render.rs:143
↓ 1 callers
Method
update_cursor_trail
(&mut self, f: f32)
src/render.rs:205
↓ 1 callers
Method
with_size
(mut self, size: Vec2)
src/lib.rs:38
Method
add_triangle_simple
(&mut self, a: Pos2, b: Pos2, c: Pos2, color: Color32)
src/render.rs:46
Method
default
()
src/config/term_config.rs:25
Method
drop
(&mut self)
src/term.rs:53
Method
enable_title_reporting
(&self)
src/config/term_config.rs:90
Method
exit_status
(&mut self)
src/lib.rs:43
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/term.rs:47
Method
fmt
YES IK THIS IS BAD @todo fix this later
src/error/conversion.rs:9
Method
id
(&self)
src/term.rs:147
Function
main
()
src/main.rs:8
Method
new
(size: Vec2, buf: &'a mut T)
src/old.rs:19
Method
new
()
src/render.rs:125
Method
new
(terminal: &'a mut TermHandler)
src/lib.rs:31
Method
new
()
src/app.rs:18
Method
new
(command: CommandBuilder)
src/term.rs:59
Method
new_from_str
(command: &str)
src/term.rs:63
Method
setup
(cc: &CreationContext)
src/old.rs:62
Method
setup
(_cc: &CreationContext)
src/app.rs:37
Method
terminal
(&mut self, term: &mut TermHandler)
src/prelude.rs:12
Method
title
(&mut self, title: &str)
src/term.rs:130
Method
try_new
(command: CommandBuilder)
src/term.rs:71
Method
try_new_from_str
(command: &str)
src/term.rs:67
Method
ui
(mut self, ui: &mut Ui)
src/old.rs:48
Method
ui
(self, ui: &mut Ui)
src/lib.rs:21
Method
update
(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame)
src/old.rs:68
Method
update
(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame)
src/app.rs:43