Struct SignalsInFileSystemDock
pub struct SignalsInFileSystemDock<'c> { /* private fields */ }
Expand description
A collection of signals for the FileSystemDock
class.
Implementations§
§impl<'c> SignalsInFileSystemDock<'c>
impl<'c> SignalsInFileSystemDock<'c>
pub fn inherit(&mut self) -> SigInherit<'c>
pub fn inherit(&mut self) -> SigInherit<'c>
Signature: (file: GString)
pub fn instantiate(&mut self) -> SigInstantiate<'c>
pub fn instantiate(&mut self) -> SigInstantiate<'c>
Signature: (files: PackedStringArray)
pub fn resource_removed(&mut self) -> SigResourceRemoved<'c>
pub fn resource_removed(&mut self) -> SigResourceRemoved<'c>
Signature: (resource: Gd<Resource>)
pub fn file_removed(&mut self) -> SigFileRemoved<'c>
pub fn file_removed(&mut self) -> SigFileRemoved<'c>
Signature: (file: GString)
pub fn folder_removed(&mut self) -> SigFolderRemoved<'c>
pub fn folder_removed(&mut self) -> SigFolderRemoved<'c>
Signature: (folder: GString)
pub fn files_moved(&mut self) -> SigFilesMoved<'c>
pub fn files_moved(&mut self) -> SigFilesMoved<'c>
Signature: (old_file: GString, new_file: GString)
pub fn folder_moved(&mut self) -> SigFolderMoved<'c>
pub fn folder_moved(&mut self) -> SigFolderMoved<'c>
Signature: (old_folder: GString, new_folder: GString)
pub fn folder_color_changed(&mut self) -> SigFolderColorChanged<'c>
pub fn folder_color_changed(&mut self) -> SigFolderColorChanged<'c>
Signature: ()
pub fn display_mode_changed(&mut self) -> SigDisplayModeChanged<'c>
pub fn display_mode_changed(&mut self) -> SigDisplayModeChanged<'c>
Signature: ()
Auto Trait Implementations§
impl<'c> Freeze for SignalsInFileSystemDock<'c>
impl<'c> RefUnwindSafe for SignalsInFileSystemDock<'c>
impl<'c> !Send for SignalsInFileSystemDock<'c>
impl<'c> !Sync for SignalsInFileSystemDock<'c>
impl<'c> Unpin for SignalsInFileSystemDock<'c>
impl<'c> !UnwindSafe for SignalsInFileSystemDock<'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