Home
last modified time | relevance | path

Searched refs:str (Results 1 – 13 of 13) sorted by relevance

/StarryEngine/starry_client/src/
H A Dwindow.rs20 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 Dasset_item_list.rs4 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 Dasset_item_grid.rs4 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 Dconfig.rs64 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 Dpanel.rs21 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 Dinputs.rs6 const MOUSE_DEVICE_PATH: &str = "/dev/char/psmouse";
7 const KBD_DEVICE_PATH: &str = "/dev/char/tty0";
/StarryEngine/starry_toolkit/src/widgets/
H A Dmod.rs64 fn name(&self) -> &str; in name() argument
H A Dimage.rs94 fn name(&self) -> &str { in name() argument
H A Dlabel.rs134 fn name(&self) -> &str { in name() argument
/StarryEngine/starry_server/src/core/
H A Dcompositor.rs16 const FB_FILE_PATH: &str = "/dev/fb0";
H A Dwindow_manager.rs115 _flags: &str, in window_new() argument
/StarryEngine/starry_toolkit/src/layout/
H A Dlist.rs180 fn name(&self) -> &str { in name() argument
H A Dgrid.rs251 fn name(&self) -> &str { in name() argument