Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 16 of 16) sorted by relevance

/StarryEngine/starry_toolkit/src/widgets/
H A Dmod.rs86 fn draw(&self, renderer: &mut dyn Renderer, focused: bool); in draw()
95 _focused: bool, in handle_event()
96 _redraw: &Cell<bool>, in handle_event()
97 _caught: &Cell<bool>, in handle_event()
98 ) -> bool { in handle_event()
H A Dimage.rs122 fn draw(&self, renderer: &mut dyn Renderer, _focused: bool) { in draw()
H A Dlabel.rs162 fn draw(&self, renderer: &mut dyn Renderer, _focused: bool) { in draw()
/StarryEngine/starry_toolkit/src/base/
H A Drect.rs67 pub fn contains(&self, p: Vector2) -> bool { in contains()
75 pub fn contains_rect(&self, r: &Rect) -> bool { in contains_rect()
82 pub fn intersects(&self, r: &Rect) -> bool { in intersects()
H A Dpanel.rs64 fn sync(&mut self) -> bool { in sync()
/StarryEngine/starry_toolkit/src/layout/
H A Dlist.rs208 fn draw(&self, renderer: &mut dyn Renderer, _focused: bool) { in draw()
218 _focused: bool, in handle_event()
219 _redraw: &Cell<bool>, in handle_event()
220 _caught: &Cell<bool>, in handle_event()
221 ) -> bool { in handle_event()
H A Dgrid.rs170 pub fn arrange_elements(&self, resize_children: bool) { in arrange_elements()
279 fn draw(&self, renderer: &mut dyn Renderer, _focused: bool) { in draw()
289 _focused: bool, in handle_event()
290 redraw: &Cell<bool>, in handle_event()
291 caught: &Cell<bool>, in handle_event()
292 ) -> bool { in handle_event()
325 fn emit_enter(&self, char: char, redraw: &Cell<bool>) { in emit_enter()
/StarryEngine/starry_toolkit/src/traits/
H A Dfocus.rs13 fn is_focused(&self, widget: &Arc<dyn Widget>) -> bool { in is_focused()
H A Denter.rs5 fn emit_enter(&self, char: char, redraw: &Cell<bool>); in emit_enter()
/StarryEngine/starry_server/src/base/
H A Drect.rs85 pub fn contains(&self, x: i32, y: i32) -> bool { in contains()
90 pub fn is_empty(&self) -> bool { in is_empty()
H A Dimage.rs221 fn sync(&mut self) -> bool { in sync()
382 fn sync(&mut self) -> bool { in sync()
/StarryEngine/starry_client/src/base/
H A Dcolor.rs73 fn eq(&self, other: &Self) -> bool { in eq()
H A Drenderer.rs34 fn sync(&mut self) -> bool; in sync()
/StarryEngine/starry_applications/src/asset_manager/code/
H A Dasset_item_list.rs119 fn draw(&self, renderer: &mut dyn Renderer, focused: bool) { in draw()
H A Dasset_item_grid.rs124 fn draw(&self, renderer: &mut dyn Renderer, focused: bool) { in draw()
/StarryEngine/starry_client/src/
H A Dwindow.rs67 fn sync(&mut self) -> bool { in sync()