Struct SignalsInWindow
pub struct SignalsInWindow<'c> { /* private fields */ }
Expand description
A collection of signals for the Window
class.
Implementations§
§impl<'c> SignalsInWindow<'c>
impl<'c> SignalsInWindow<'c>
pub fn window_input(&mut self) -> SigWindowInput<'c>
pub fn window_input(&mut self) -> SigWindowInput<'c>
Signature: (event: Gd<InputEvent>)
pub fn files_dropped(&mut self) -> SigFilesDropped<'c>
pub fn files_dropped(&mut self) -> SigFilesDropped<'c>
Signature: (files: PackedStringArray)
pub fn mouse_entered(&mut self) -> SigMouseEntered<'c>
pub fn mouse_entered(&mut self) -> SigMouseEntered<'c>
Signature: ()
pub fn mouse_exited(&mut self) -> SigMouseExited<'c>
pub fn mouse_exited(&mut self) -> SigMouseExited<'c>
Signature: ()
pub fn focus_entered(&mut self) -> SigFocusEntered<'c>
pub fn focus_entered(&mut self) -> SigFocusEntered<'c>
Signature: ()
pub fn focus_exited(&mut self) -> SigFocusExited<'c>
pub fn focus_exited(&mut self) -> SigFocusExited<'c>
Signature: ()
pub fn close_requested(&mut self) -> SigCloseRequested<'c>
pub fn close_requested(&mut self) -> SigCloseRequested<'c>
Signature: ()
pub fn go_back_requested(&mut self) -> SigGoBackRequested<'c>
pub fn go_back_requested(&mut self) -> SigGoBackRequested<'c>
Signature: ()
pub fn visibility_changed(&mut self) -> SigVisibilityChanged<'c>
pub fn visibility_changed(&mut self) -> SigVisibilityChanged<'c>
Signature: ()
pub fn about_to_popup(&mut self) -> SigAboutToPopup<'c>
pub fn about_to_popup(&mut self) -> SigAboutToPopup<'c>
Signature: ()
pub fn theme_changed(&mut self) -> SigThemeChanged<'c>
pub fn theme_changed(&mut self) -> SigThemeChanged<'c>
Signature: ()
pub fn dpi_changed(&mut self) -> SigDpiChanged<'c>
pub fn dpi_changed(&mut self) -> SigDpiChanged<'c>
Signature: ()
pub fn titlebar_changed(&mut self) -> SigTitlebarChanged<'c>
pub fn titlebar_changed(&mut self) -> SigTitlebarChanged<'c>
Signature: ()
pub fn title_changed(&mut self) -> SigTitleChanged<'c>
pub fn title_changed(&mut self) -> SigTitleChanged<'c>
Signature: ()
Auto Trait Implementations§
impl<'c> Freeze for SignalsInWindow<'c>
impl<'c> RefUnwindSafe for SignalsInWindow<'c>
impl<'c> !Send for SignalsInWindow<'c>
impl<'c> !Sync for SignalsInWindow<'c>
impl<'c> Unpin for SignalsInWindow<'c>
impl<'c> !UnwindSafe for SignalsInWindow<'c>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more