Searched defs:str (Results 1 – 10 of 10) sorted by relevance
/StarryEngine/starry_applications/src/asset_manager/code/ |
H A D | asset_item_list.rs | 36 pub fn new(file_name: &str, is_dir: bool) -> Arc<Self> { in new() 91 fn name(&self) -> &str { in name()
|
H A D | asset_item_grid.rs | 42 pub fn new(file_name: &str, is_dir: bool) -> Arc<Self> { in new() 96 fn name(&self) -> &str { in name()
|
/StarryEngine/starry_client/src/ |
H A D | window.rs | 96 pub fn new(x: i32, y: i32, w: u32, h: u32, title: &str, color: Color) -> Self { in new() 142 pub fn set_title(&mut self, title: &str) { in set_title()
|
/StarryEngine/starry_toolkit/src/base/ |
H A D | panel.rs | 103 pub fn new(rect: Rect, title: &str, color: Color) -> Arc<Panel> { in new() 184 pub fn set_title(&self, title: &str) { in set_title()
|
/StarryEngine/starry_toolkit/src/widgets/ |
H A D | image.rs | 94 fn name(&self) -> &str { in name()
|
H A D | mod.rs | 64 fn name(&self) -> &str; in name()
|
H A D | label.rs | 134 fn name(&self) -> &str { in name()
|
/StarryEngine/starry_toolkit/src/layout/ |
H A D | list.rs | 180 fn name(&self) -> &str { in name()
|
H A D | grid.rs | 251 fn name(&self) -> &str { in name()
|
/StarryEngine/starry_server/src/core/ |
H A D | window_manager.rs | 115 _flags: &str, in window_new()
|