|
Elin Decompiled Documentation EA 23.248 Nightly
|
Public Member Functions | |
| string[] | OpenFilePanel (string title, string directory, ExtensionFilter[] extensions, bool multiselect) |
| string[] | OpenFolderPanel (string title, string directory, bool multiselect) |
| string | SaveFilePanel (string title, string directory, string defaultName, ExtensionFilter[] extensions) |
| void | OpenFilePanelAsync (string title, string directory, ExtensionFilter[] extensions, bool multiselect, Action< string[]> cb) |
| void | OpenFolderPanelAsync (string title, string directory, bool multiselect, Action< string[]> cb) |
| void | SaveFilePanelAsync (string title, string directory, string defaultName, ExtensionFilter[] extensions, Action< string > cb) |
Definition at line 5 of file IStandaloneFileBrowser.cs.
| string[] SFB.IStandaloneFileBrowser.OpenFilePanel | ( | string | title, |
| string | directory, | ||
| ExtensionFilter[] | extensions, | ||
| bool | multiselect | ||
| ) |
Implemented in SFB.StandaloneFileBrowserWindows.
Referenced by SFB.StandaloneFileBrowser.OpenFilePanel().
| void SFB.IStandaloneFileBrowser.OpenFilePanelAsync | ( | string | title, |
| string | directory, | ||
| ExtensionFilter[] | extensions, | ||
| bool | multiselect, | ||
| Action< string[]> | cb | ||
| ) |
Implemented in SFB.StandaloneFileBrowserWindows.
Referenced by SFB.StandaloneFileBrowser.OpenFilePanelAsync().
| string[] SFB.IStandaloneFileBrowser.OpenFolderPanel | ( | string | title, |
| string | directory, | ||
| bool | multiselect | ||
| ) |
Implemented in SFB.StandaloneFileBrowserWindows.
Referenced by SFB.StandaloneFileBrowser.OpenFolderPanel().
| void SFB.IStandaloneFileBrowser.OpenFolderPanelAsync | ( | string | title, |
| string | directory, | ||
| bool | multiselect, | ||
| Action< string[]> | cb | ||
| ) |
Implemented in SFB.StandaloneFileBrowserWindows.
Referenced by SFB.StandaloneFileBrowser.OpenFolderPanelAsync().
| string SFB.IStandaloneFileBrowser.SaveFilePanel | ( | string | title, |
| string | directory, | ||
| string | defaultName, | ||
| ExtensionFilter[] | extensions | ||
| ) |
Implemented in SFB.StandaloneFileBrowserWindows.
Referenced by SFB.StandaloneFileBrowser.SaveFilePanel().
| void SFB.IStandaloneFileBrowser.SaveFilePanelAsync | ( | string | title, |
| string | directory, | ||
| string | defaultName, | ||
| ExtensionFilter[] | extensions, | ||
| Action< string > | cb | ||
| ) |
Implemented in SFB.StandaloneFileBrowserWindows.
Referenced by SFB.StandaloneFileBrowser.SaveFilePanelAsync().