/StarryEngine/starry_toolkit/src/layout/ |
H A D | grid.rs | 57 enter_callback: RefCell<Option<Arc<dyn Fn(&Self, char, &Cell<bool>)>>>, 170 pub fn arrange_elements(&self, resize_children: bool) { in arrange_elements() argument 279 fn draw(&self, renderer: &mut dyn Renderer, _focused: bool) { in draw() argument 289 _focused: bool, in handle_event() argument 290 redraw: &Cell<bool>, in handle_event() argument 291 caught: &Cell<bool>, in handle_event() argument 292 ) -> bool { in handle_event() argument 325 fn emit_enter(&self, char: char, redraw: &Cell<bool>) { in emit_enter() argument 331 fn set_enter_callback<T: Fn(&Self, char, &Cell<bool>) + 'static>(&self, func: T) { in set_enter_callback()
|
H A D | list.rs | 208 fn draw(&self, renderer: &mut dyn Renderer, _focused: bool) { in draw() argument 218 _focused: bool, in handle_event() argument 219 _redraw: &Cell<bool>, in handle_event() argument 220 _caught: &Cell<bool>, in handle_event() argument 221 ) -> bool { in handle_event() argument
|
/StarryEngine/starry_toolkit/src/widgets/ |
H A D | mod.rs | 86 fn draw(&self, renderer: &mut dyn Renderer, focused: bool); in draw() argument 95 _focused: bool, in handle_event() argument 96 _redraw: &Cell<bool>, in handle_event() argument 97 _caught: &Cell<bool>, in handle_event() argument 98 ) -> bool { in handle_event() argument
|
H A D | image.rs | 122 fn draw(&self, renderer: &mut dyn Renderer, _focused: bool) { in draw() argument
|
H A D | label.rs | 162 fn draw(&self, renderer: &mut dyn Renderer, _focused: bool) { in draw() argument
|
/StarryEngine/starry_server/src/base/ |
H A D | window.rs | 32 pub barderless: bool, 34 pub resizable: bool, 36 pub transparent: bool, 38 pub unclosable: bool,
|
H A D | rect.rs | 85 pub fn contains(&self, x: i32, y: i32) -> bool { in contains() argument 90 pub fn is_empty(&self) -> bool { in is_empty() argument
|
H A D | image.rs | 221 fn sync(&mut self) -> bool { in sync() argument 382 fn sync(&mut self) -> bool { in sync() argument
|
/StarryEngine/starry_toolkit/src/base/ |
H A D | event.rs | 9 left_button: bool, 10 middle_button: bool, 11 right_button: bool,
|
H A D | rect.rs | 67 pub fn contains(&self, p: Vector2) -> bool { in contains() argument 75 pub fn contains_rect(&self, r: &Rect) -> bool { in contains_rect() argument 82 pub fn intersects(&self, r: &Rect) -> bool { in intersects() argument
|
H A D | panel.rs | 64 fn sync(&mut self) -> bool { in sync() argument 89 running: Cell<bool>, 95 redraw: Cell<bool>,
|
/StarryEngine/starry_client/src/base/ |
H A D | event.rs | 65 pub pressed: bool, 121 pub left: bool, 123 pub right: bool, 125 pub middle: bool,
|
H A D | color.rs | 73 fn eq(&self, other: &Self) -> bool { in eq() argument
|
H A D | renderer.rs | 34 fn sync(&mut self) -> bool; in sync() argument
|
/StarryEngine/starry_applications/src/asset_manager/code/ |
H A D | asset_item_grid.rs | 33 cache_focused: Cell<bool>, 35 pub is_dir: Cell<bool>, 42 pub fn new(file_name: &str, is_dir: bool) -> Arc<Self> { in new() 124 fn draw(&self, renderer: &mut dyn Renderer, focused: bool) { in draw() argument
|
H A D | asset_item_list.rs | 28 cache_focused: Cell<bool>, 36 pub fn new(file_name: &str, is_dir: bool) -> Arc<Self> { in new() 119 fn draw(&self, renderer: &mut dyn Renderer, focused: bool) { in draw() argument
|
H A D | mod.rs | 31 init_show: bool,
|
/StarryEngine/starry_toolkit/src/traits/ |
H A D | enter.rs | 5 fn emit_enter(&self, char: char, redraw: &Cell<bool>); in emit_enter() argument 7 fn set_enter_callback<T: Fn(&Self, char, &Cell<bool>) + 'static>(&self, func: T); in set_enter_callback()
|
H A D | focus.rs | 13 fn is_focused(&self, widget: &Arc<dyn Widget>) -> bool { in is_focused() argument
|
/StarryEngine/starry_client/src/ |
H A D | window.rs | 37 resizable: bool, 67 fn sync(&mut self) -> bool { in sync() argument
|