This is the complete list of members for juce::FileChooser, including all inherited members.
| browseForDirectory() | juce::FileChooser | |
| browseForFileToOpen(FilePreviewComponent *previewComponent=nullptr) | juce::FileChooser | |
| browseForFileToSave(bool warnAboutOverwritingExistingFiles) | juce::FileChooser | |
| browseForMultipleFilesOrDirectories(FilePreviewComponent *previewComponent=nullptr) | juce::FileChooser | |
| browseForMultipleFilesToOpen(FilePreviewComponent *previewComponent=nullptr) | juce::FileChooser | |
| FileChooser(const String &dialogBoxTitle, const File &initialFileOrDirectory=File(), const String &filePatternsAllowed=String(), bool useOSNativeDialogBox=true, bool treatFilePackagesAsDirectories=false, Component *parentComponent=nullptr) | juce::FileChooser | |
| getResult() const | juce::FileChooser | |
| getResults() const noexcept | juce::FileChooser | |
| getURLResult() const | juce::FileChooser | |
| getURLResults() const noexcept | juce::FileChooser | inline |
| isPlatformDialogAvailable() | juce::FileChooser | static |
| launchAsync(int flags, std::function< void(const FileChooser &)>, FilePreviewComponent *previewComponent=nullptr) | juce::FileChooser | |
| registerCustomMimeTypeForFileExtension(const String &mimeType, const String &fileExtension) | juce::FileChooser | static |
| showDialog(int flags, FilePreviewComponent *previewComponent) | juce::FileChooser | |
| ~FileChooser() | juce::FileChooser |