Searched refs:str (Results 1 – 13 of 13) sorted by relevance
/StarryEngine/starry_client/src/ |
H A D | window.rs | 20 const FB_FILE_PATH: &str = "/dev/fb0"; 96 pub fn new(x: i32, y: i32, w: u32, h: u32, title: &str, color: Color) -> Self { in new() argument 142 pub fn set_title(&mut self, title: &str) { in set_title() argument
|
/StarryEngine/starry_applications/src/asset_manager/code/ |
H A D | asset_item_list.rs | 4 str::FromStr, 36 pub fn new(file_name: &str, is_dir: bool) -> Arc<Self> { in new() argument 91 fn name(&self) -> &str { in name() argument
|
H A D | asset_item_grid.rs | 4 str::FromStr, 42 pub fn new(file_name: &str, is_dir: bool) -> Arc<Self> { in new() argument 96 fn name(&self) -> &str { in name() argument
|
/StarryEngine/starry_server/src/ |
H A D | config.rs | 64 fn config_from_string(config: &str) -> Config { in config_from_string() 75 pub fn config_from_path(path: &str) -> Config { in config_from_path()
|
/StarryEngine/starry_toolkit/src/base/ |
H A D | panel.rs | 21 const TTY_DEVICE_PATH: &str = "/dev/char/tty0"; 103 pub fn new(rect: Rect, title: &str, color: Color) -> Arc<Panel> { in new() argument 184 pub fn set_title(&self, title: &str) { in set_title() argument
|
/StarryEngine/starry_server/src/core/input/ |
H A D | inputs.rs | 6 const MOUSE_DEVICE_PATH: &str = "/dev/char/psmouse"; 7 const KBD_DEVICE_PATH: &str = "/dev/char/tty0";
|
/StarryEngine/starry_toolkit/src/widgets/ |
H A D | mod.rs | 64 fn name(&self) -> &str; in name() argument
|
H A D | image.rs | 94 fn name(&self) -> &str { in name() argument
|
H A D | label.rs | 134 fn name(&self) -> &str { in name() argument
|
/StarryEngine/starry_server/src/core/ |
H A D | compositor.rs | 16 const FB_FILE_PATH: &str = "/dev/fb0";
|
H A D | window_manager.rs | 115 _flags: &str, in window_new() argument
|
/StarryEngine/starry_toolkit/src/layout/ |
H A D | list.rs | 180 fn name(&self) -> &str { in name() argument
|
H A D | grid.rs | 251 fn name(&self) -> &str { in name() argument
|