Struct SignalsInEditorFileDialog
pub struct SignalsInEditorFileDialog<'c> { /* private fields */ }
Expand description
A collection of signals for the EditorFileDialog
class.
Implementations§
§impl<'c> SignalsInEditorFileDialog<'c>
impl<'c> SignalsInEditorFileDialog<'c>
pub fn file_selected(&mut self) -> SigFileSelected<'c>
pub fn file_selected(&mut self) -> SigFileSelected<'c>
Signature: (path: GString)
pub fn files_selected(&mut self) -> SigFilesSelected<'c>
pub fn files_selected(&mut self) -> SigFilesSelected<'c>
Signature: (paths: PackedStringArray)
pub fn dir_selected(&mut self) -> SigDirSelected<'c>
pub fn dir_selected(&mut self) -> SigDirSelected<'c>
Signature: (dir: GString)
pub fn filename_filter_changed(&mut self) -> SigFilenameFilterChanged<'c>
pub fn filename_filter_changed(&mut self) -> SigFilenameFilterChanged<'c>
Signature: (filter: GString)
Auto Trait Implementations§
impl<'c> Freeze for SignalsInEditorFileDialog<'c>
impl<'c> RefUnwindSafe for SignalsInEditorFileDialog<'c>
impl<'c> !Send for SignalsInEditorFileDialog<'c>
impl<'c> !Sync for SignalsInEditorFileDialog<'c>
impl<'c> Unpin for SignalsInEditorFileDialog<'c>
impl<'c> !UnwindSafe for SignalsInEditorFileDialog<'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