Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ap29600/dama-rs
/ functions
Functions
17 in github.com/ap29600/dama-rs
⨍
Functions
17
◇
Types & classes
16
↓ 4 callers
Function
execute_shell_command
(command: String)
src/helper.rs:31
↓ 4 callers
Function
generate_fallback_layout
(text: String)
src/ui_builder.rs:36
↓ 3 callers
Method
add_from
accepts an intermediate representation, produces a widget and attaches it to self
src/ui_builder.rs:138
↓ 2 callers
Function
get_configuration
()
src/helper.rs:5
↓ 2 callers
Function
read_stdout_from_command
(command: String)
src/helper.rs:40
↓ 2 callers
Function
read_value_from_command
(command: String, default: T)
src/helper.rs:53
↓ 2 callers
Method
set_value
Updates the shared value and notifies all threads currently sleeping on a call to `wait`.
src/watch.rs:52
↓ 1 callers
Method
add_maybe_with_label
(&self, element: &W, label: Option<&str>)
src/ui_builder.rs:113
↓ 1 callers
Function
build_ui
accepts a widget intermediate representation and an application, constructs a new window and populates it with the widgets
src/ui_builder.rs:6
↓ 1 callers
Function
deserialize_from_file
(file_name: &str)
src/ui_builder.rs:54
↓ 1 callers
Method
wait
Waits for the value to change, then returns a clone of the new value.
src/watch.rs:37
Method
default
()
src/structs.rs:10
Function
default_button_label
()
src/structs.rs:65
Method
from
(o : OrientationSerial)
src/structs.rs:16
Method
from
(bx: ComboBox)
src/conversions.rs:40
Function
main
()
src/main.rs:18
Method
new
(value: T)
src/watch.rs:23