/StarryEngine/starry_toolkit/src/widgets/ |
H A D | label.rs | 22 None, enumerator 57 parent: RefCell::new(None), in new() 58 panel: RefCell::new(None), in new() 62 adapt_type: Cell::new(LabelOverflowType::None), in new() 80 LabelOverflowType::None => {} in handle_overflow()
|
H A D | image.rs | 50 parent: RefCell::new(None), in new_from_image() 51 panel: RefCell::new(None), in new_from_image() 64 None in new_from_path()
|
H A D | mod.rs | 22 None, enumerator
|
/StarryEngine/starry_toolkit/src/layout/ |
H A D | grid.rs | 68 parent: RefCell::new(None), in new() 69 panel: RefCell::new(None), in new() 78 focused_id: Cell::new(None), in new() 79 focused_widget: RefCell::new(None), in new() 81 enter_callback: RefCell::new(None), in new()
|
H A D | list.rs | 58 parent: RefCell::new(None), in new() 59 panel: RefCell::new(None), in new() 63 focused_id: Cell::new(None), in new() 64 focused_widget: RefCell::new(None), in new()
|
/StarryEngine/starry_server/src/core/ |
H A D | window_manager.rs | 23 static mut WINDOW_MANAGER: Option<Arc<WindowManager>> = None; 34 None, enumerator 79 _hover: RefCell::new(None), in new() 197 EventOption::None => {} in handle_event()
|
H A D | compositor.rs | 14 static mut COMPOSITOR: Option<Arc<Compositor>> = None; 61 let mut total_redraw_rect_opt: Option<Rect> = None; in redraw_all() 67 None => Some(original_rect), in redraw_all()
|
H A D | mod.rs | 28 static mut STARRY_SERVER: Option<Arc<StarryServer>> = None; 45 cursors.insert(CursorKind::None, Image::new(0, 0)); in new()
|
/StarryEngine/starry_server/src/base/ |
H A D | image.rs | 36 None in next() 75 None in next() 301 return None; in from_path()
|
H A D | window.rs | 64 file_opt: None, in new()
|
/StarryEngine/starry_toolkit/src/util/ |
H A D | mod.rs | 25 PivotType::None => Vector2::new(0, 0), in align_rect() 42 PivotType::None => Vector2::new(0, 0), in align_rect()
|
/StarryEngine/starry_applications/src/asset_manager/code/ |
H A D | asset_item_list.rs | 43 parent: RefCell::new(None), in new() 44 panel: RefCell::new(None), in new()
|
H A D | asset_item_grid.rs | 49 parent: RefCell::new(None), in new() 50 panel: RefCell::new(None), in new()
|
/StarryEngine/starry_client/src/base/ |
H A D | event.rs | 16 None, enumerator 46 EVENT_NONE => EventOption::None, in to_option()
|
/StarryEngine/starry_applications/src/ |
H A D | lib.rs | 12 static mut STORED_SETTINGS: Option<Termios> = None;
|
/StarryEngine/starry_server/src/core/input/ |
H A D | mod.rs | 11 static mut INPUT_MANAGER: Option<Arc<InputManager>> = None;
|
/StarryEngine/starry_client/src/ |
H A D | window.rs | 106 file_opt: None, in new()
|
/StarryEngine/starry_toolkit/src/base/ |
H A D | panel.rs | 117 focused_widget: RefCell::new(None), in from_window()
|