Trait sourceview5::prelude::FileChooserExt
source · pub trait FileChooserExt: IsA<FileChooser> + Sealed + 'static {
Show 29 methods
// Provided methods
fn add_filter(&self, filter: &FileFilter) { ... }
fn add_shortcut_folder(&self, folder: &impl IsA<File>) -> Result<(), Error> { ... }
fn action(&self) -> FileChooserAction { ... }
fn choice(&self, id: &str) -> Option<GString> { ... }
fn creates_folders(&self) -> bool { ... }
fn current_folder(&self) -> Option<File> { ... }
fn current_name(&self) -> Option<GString> { ... }
fn file(&self) -> Option<File> { ... }
fn files(&self) -> ListModel { ... }
fn filter(&self) -> Option<FileFilter> { ... }
fn filters(&self) -> ListModel { ... }
fn selects_multiple(&self) -> bool { ... }
fn shortcut_folders(&self) -> ListModel { ... }
fn remove_choice(&self, id: &str) { ... }
fn remove_filter(&self, filter: &FileFilter) { ... }
fn remove_shortcut_folder(
&self,
folder: &impl IsA<File>,
) -> Result<(), Error> { ... }
fn set_action(&self, action: FileChooserAction) { ... }
fn set_choice(&self, id: &str, option: &str) { ... }
fn set_create_folders(&self, create_folders: bool) { ... }
fn set_current_name(&self, name: &str) { ... }
fn set_file(&self, file: &impl IsA<File>) -> Result<(), Error> { ... }
fn set_filter(&self, filter: &FileFilter) { ... }
fn set_select_multiple(&self, select_multiple: bool) { ... }
fn connect_action_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_create_folders_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_filter_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_filters_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_select_multiple_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_shortcut_folders_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
}
👎Deprecated: Since 4.10
Provided Methods§
fn add_filter(&self, filter: &FileFilter)
👎Deprecated: Since 4.10
fn add_shortcut_folder(&self, folder: &impl IsA<File>) -> Result<(), Error>
👎Deprecated: Since 4.10
fn action(&self) -> FileChooserAction
👎Deprecated: Since 4.10
fn choice(&self, id: &str) -> Option<GString>
👎Deprecated: Since 4.10
fn creates_folders(&self) -> bool
👎Deprecated: Since 4.10
fn current_folder(&self) -> Option<File>
👎Deprecated: Since 4.10
fn current_name(&self) -> Option<GString>
👎Deprecated: Since 4.10
fn file(&self) -> Option<File>
👎Deprecated: Since 4.10
fn files(&self) -> ListModel
👎Deprecated: Since 4.10
fn filter(&self) -> Option<FileFilter>
👎Deprecated: Since 4.10
fn filters(&self) -> ListModel
👎Deprecated: Since 4.10
fn selects_multiple(&self) -> bool
👎Deprecated: Since 4.10
fn shortcut_folders(&self) -> ListModel
👎Deprecated: Since 4.10
fn remove_choice(&self, id: &str)
👎Deprecated: Since 4.10
fn remove_filter(&self, filter: &FileFilter)
👎Deprecated: Since 4.10
fn remove_shortcut_folder(&self, folder: &impl IsA<File>) -> Result<(), Error>
👎Deprecated: Since 4.10
fn set_action(&self, action: FileChooserAction)
👎Deprecated: Since 4.10
fn set_choice(&self, id: &str, option: &str)
👎Deprecated: Since 4.10
fn set_create_folders(&self, create_folders: bool)
👎Deprecated: Since 4.10
fn set_current_name(&self, name: &str)
👎Deprecated: Since 4.10
fn set_file(&self, file: &impl IsA<File>) -> Result<(), Error>
👎Deprecated: Since 4.10
fn set_filter(&self, filter: &FileFilter)
👎Deprecated: Since 4.10
fn set_select_multiple(&self, select_multiple: bool)
👎Deprecated: Since 4.10
fn connect_action_notify<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn connect_create_folders_notify<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn connect_filter_notify<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn connect_filters_notify<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn connect_select_multiple_notify<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn connect_shortcut_folders_notify<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
Object Safety§
This trait is not object safe.