Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArtemisX64/tgui-rs
/ functions
Functions
170 in github.com/ArtemisX64/tgui-rs
⨍
Functions
170
◇
Types & classes
28
↓ 56 callers
Function
construct_message
(method: &str, args: &Value)
src/connection.rs:184
↓ 27 callers
Method
send_msg
(&self, msg: serde_json::Value)
src/widgets/mod.rs:28
↓ 21 callers
Method
get_id
(&self)
src/widgets/space.rs:28
↓ 21 callers
Function
send_recv_msg
(fd: &RawFd, msg: Value)
src/connection.rs:179
↓ 8 callers
Method
ui
(&self, tid: Option<i32>, flags: AF)
src/lib.rs:40
↓ 6 callers
Method
label
( &self, parent: Option<&dyn View>, text: &str, selectable_text: bool,
src/ui.rs:81
↓ 6 callers
Function
send_msg
(fd: &RawFd, msg: Value)
src/connection.rs:170
↓ 5 callers
Method
send_recv_msg
(&self, msg: serde_json::Value)
src/widgets/mod.rs:25
↓ 4 callers
Method
button
(&self, parent: Option<&dyn View>, text: &str)
src/ui.rs:138
↓ 3 callers
Method
edit_text
( &self, parent: Option<&dyn View>, text: &str, single_line: bool, lin
src/ui.rs:146
↓ 3 callers
Method
linear_layout
(&self, parent: Option<&dyn View>, vertical: bool)
src/ui.rs:175
↓ 2 callers
Method
check
(&mut self, set: bool)
src/widgets/switch.rs:41
↓ 2 callers
Method
event
(&self)
src/lib.rs:44
↓ 2 callers
Method
finish
(&self)
src/ui.rs:267
↓ 2 callers
Method
get_sock
(&self)
src/widgets/space.rs:36
↓ 2 callers
Function
recv_msg
(fd: &RawFd)
src/connection.rs:114
↓ 2 callers
Method
set_margin
(&self, margin: i32, dir: Option<&str>)
src/widgets/mod.rs:40
↓ 2 callers
Method
set_text_size
(&self, size: u8)
src/widgets/label.rs:38
↓ 2 callers
Function
transmit_buffer
(fd: &RawFd, msg: &[u8])
src/connection.rs:104
↓ 1 callers
Method
check_box
(&self, parent: Option<&dyn View>, text: &str, check: bool)
src/ui.rs:69
↓ 1 callers
Function
connect
()
src/connection.rs:21
↓ 1 callers
Method
default_edit_text
(&self, parent: Option<&dyn View>, text: &str)
src/ui.rs:171
↓ 1 callers
Method
default_label
(&self, parent: Option<&dyn View>, text: &str)
src/ui.rs:102
↓ 1 callers
Method
default_switch
(&self, parent: Option<&dyn View>, text: &str)
src/ui.rs:65
↓ 1 callers
Method
get_aid
(&self)
src/widgets/space.rs:32
↓ 1 callers
Method
horizontal_scroll_view
( &self, parent: Option<&dyn View>, fill_viewport: bool, snapping: bool,
src/ui.rs:239
↓ 1 callers
Method
image_view
(&self, parent: Option<&dyn View>)
src/ui.rs:106
↓ 1 callers
Method
nested_scroll_view
( &self, parent: Option<&dyn View>, fill_viewport: bool, snapping: bool,
src/ui.rs:214
↓ 1 callers
Method
radio_button
(&self, parent: Option<&dyn View>, text: &str, check: bool)
src/ui.rs:28
↓ 1 callers
Method
set_background_color
(&self, color: Color)
src/widgets/mod.rs:144
↓ 1 callers
Method
set_height
(&self, height: u16, px: bool)
src/widgets/mod.rs:65
↓ 1 callers
Method
set_image
(&self, img: &str)
src/widgets/image.rs:25
↓ 1 callers
Method
set_text
(&self, text: &str)
src/widgets/label.rs:48
↓ 1 callers
Method
set_text_color
(&self, color: Color)
src/widgets/label.rs:68
↓ 1 callers
Method
set_width
(&self, width: u16, px: bool)
src/widgets/mod.rs:54
↓ 1 callers
Method
switch
(&self, parent: Option<&dyn View>, text: &str, check: bool)
src/ui.rs:57
↓ 1 callers
Method
toggle_button
( &self, parent: Option<&dyn View>, text: &str, check: bool, )
src/ui.rs:40
Method
activity
(&self, tid: Option<i32>, flags: AF)
src/lib.rs:36
Function
button
()
tests/button.rs:7
Function
change_color
()
tests/button.rs:15
Method
check
(&mut self, set: bool)
src/widgets/check_box.rs:40
Method
check
(&mut self, set: bool)
src/widgets/toggle_button.rs:40
Method
check
(&mut self, set: bool)
src/widgets/radio_button.rs:40
Method
clear_children
(&self)
src/layouts/mod.rs:15
Method
default_check_box
(&self, parent: Option<&dyn View>, text: &str)
src/ui.rs:77
Method
default_horizontal_scroll_view
( &self, parent: Option<&dyn View>, )
src/ui.rs:260
Method
default_nested_scroll_view
(&self, parent: Option<&dyn View>)
src/ui.rs:235
Method
default_radio_button
(&self, parent: Option<&dyn View>, text: &str)
src/ui.rs:36
Method
default_toggle_button
(&self, parent: Option<&dyn View>, text: &str)
src/ui.rs:53
Method
delete
(&self)
src/widgets/mod.rs:32
Function
edit_text
()
tests/edit_text.rs:5
Method
finish
(&self, main: &RawFd)
src/activity.rs:42
Method
focus
(&self, force_soft: bool)
src/widgets/mod.rs:164
Method
frame_layout
(&self, parent: Option<&dyn View>)
src/ui.rs:206
Method
from
(a: u8, r: u8, g: u8, b: u8)
src/utils.rs:25
Method
from_hex
(color: u32)
src/utils.rs:15
Method
from_rgb
(r: u8, g: u8, b: u8)
src/utils.rs:29
Method
get_aid
(&self)
src/layouts/nested_scroll_view.rs:58
Method
get_aid
(&self)
src/layouts/radio_group.rs:28
Method
get_aid
(&self)
src/layouts/frame_layout.rs:28
Method
get_aid
(&self)
src/layouts/horizontal_scroll_view.rs:58
Method
get_aid
(&self)
src/layouts/swipe_refresh_layout.rs:37
Method
get_aid
(&self)
src/layouts/tab_layout.rs:61
Method
get_aid
(&self)
src/layouts/linear_layout.rs:31
Method
get_aid
(&self)
src/widgets/button.rs:36
Method
get_aid
(&self)
src/widgets/label.rs:96
Method
get_aid
(&self)
src/widgets/spinner.rs:38
Method
get_aid
(&self)
src/widgets/check_box.rs:50
Method
get_aid
(&self)
src/widgets/switch.rs:51
Method
get_aid
(&self)
src/widgets/progress_bar.rs:37
Method
get_aid
(&self)
src/widgets/image.rs:46
Method
get_aid
(&self)
src/widgets/toggle_button.rs:50
Method
get_aid
(&self)
src/widgets/radio_button.rs:50
Method
get_aid
(&self)
src/widgets/edit_text.rs:59
Method
get_dimensions
(&self)
src/widgets/mod.rs:131
Method
get_id
(&self)
src/layouts/nested_scroll_view.rs:54
Method
get_id
(&self)
src/layouts/radio_group.rs:24
Method
get_id
(&self)
src/layouts/frame_layout.rs:24
Method
get_id
(&self)
src/layouts/horizontal_scroll_view.rs:54
Method
get_id
(&self)
src/layouts/swipe_refresh_layout.rs:33
Method
get_id
(&self)
src/layouts/tab_layout.rs:57
Method
get_id
(&self)
src/layouts/linear_layout.rs:27
Method
get_id
(&self)
src/widgets/button.rs:32
Method
get_id
(&self)
src/widgets/label.rs:92
Method
get_id
(&self)
src/widgets/spinner.rs:34
Method
get_id
(&self)
src/widgets/check_box.rs:46
Method
get_id
(&self)
src/widgets/switch.rs:47
Method
get_id
(&self)
src/widgets/progress_bar.rs:33
Method
get_id
(&self)
src/widgets/image.rs:42
Method
get_id
(&self)
src/widgets/toggle_button.rs:46
Method
get_id
(&self)
src/widgets/radio_button.rs:46
Method
get_id
(&self)
src/widgets/edit_text.rs:55
Method
get_scroll_position
(&self)
src/layouts/nested_scroll_view.rs:41
Method
get_scroll_position
(&self)
src/layouts/horizontal_scroll_view.rs:41
Method
get_scroll_position
(&self)
src/layouts/tab_layout.rs:34
Method
get_sock
(&self)
src/layouts/nested_scroll_view.rs:62
Method
get_sock
(&self)
src/layouts/radio_group.rs:32
Method
get_sock
(&self)
src/layouts/frame_layout.rs:32
Method
get_sock
(&self)
src/layouts/horizontal_scroll_view.rs:62
Method
get_sock
(&self)
src/layouts/swipe_refresh_layout.rs:41
next →
1–100 of 170, ranked by callers