Container class for utility functions for file dialogs. More...
Static Public Member Functions | |
static TObject | LoadByDialog< TObject > (LoadConstructor< TObject > f, IWin32Window owner, string title, string filter, string defaultExtension, out DialogResult dlgRes) |
Generic file load function. More... | |
static TObject | LoadByDialog< TObject > (LoadConstructor< TObject > f, IWin32Window owner, string title, string filter, out DialogResult dlgRes) |
Generic file load function. More... | |
static TObject | LoadByDialog< TObject > (LoadConstructor< TObject > f, string title, string filter, out DialogResult dlgRes) |
Generic file load function. More... | |
static TObject | LoadByDialog< TObject > (LoadConstructor< TObject > f, string filter, out DialogResult dlgRes) |
Generic file load function. More... | |
static TObject | LoadByDialog< TObject > (LoadConstructor< TObject > f, out DialogResult dlgRes) |
Generic file load function. More... | |
static TObject | LoadByDialog< TObject > (LoadConstructor< TObject > f, IWin32Window owner, string title, string filter) |
Generic file load function. More... | |
static TObject | LoadByDialog< TObject > (LoadConstructor< TObject > f, string title, string filter) |
Generic file load function. More... | |
static TObject | LoadByDialog< TObject > (LoadConstructor< TObject > f, string filter) |
Generic file load function. More... | |
static TObject | LoadByDialog< TObject > (LoadConstructor< TObject > f) |
Generic file load function. More... | |
static void | SaveByDialog< TObject > (TObject obj, SaveFunction< TObject > f, IWin32Window owner, string title, string filter, string defaultExtension, out DialogResult dlgRes) |
Generic file save function. More... | |
static void | SaveByDialog< TObject > (TObject obj, SaveFunction< TObject > f, IWin32Window owner, string title, string filter, out DialogResult dlgRes) |
Generic file save function. More... | |
static void | SaveByDialog< TObject > (TObject obj, SaveFunction< TObject > f, string title, string filter, out DialogResult dlgRes) |
Generic file save function. More... | |
static void | SaveByDialog< TObject > (TObject obj, SaveFunction< TObject > f, string filter, out DialogResult dlgRes) |
Generic file save function. More... | |
static void | SaveByDialog< TObject > (TObject obj, SaveFunction< TObject > f, out DialogResult dlgRes) |
Generic file save function. More... | |
static void | SaveByDialog< TObject > (TObject obj, SaveFunction< TObject > f, IWin32Window owner, string title, string filter) |
Generic file save function. More... | |
static void | SaveByDialog< TObject > (TObject obj, SaveFunction< TObject > f, string title, string filter) |
Generic file save function. More... | |
static void | SaveByDialog< TObject > (TObject obj, SaveFunction< TObject > f, string filter) |
Generic file save function. More... | |
static void | SaveByDialog< TObject > (TObject obj, SaveFunction< TObject > f) |
Generic file save function. More... | |
Container class for utility functions for file dialogs.
|
static |
Generic file load function.
TObject | Type of the object to be loaded. |
f | Load delegate. |
TObject | : | class |
|
static |
Generic file load function.
TObject | Type of the object to be loaded. |
f | Load delegate. |
owner | Window that owns the modal dialog. |
title | Title of the dialog. |
filter | File type filter. |
TObject | : | class |
|
static |
Generic file load function.
TObject | Type of the object to be loaded. |
f | Load delegate. |
owner | Window that owns the modal dialog. |
title | Title of the dialog. |
filter | File type filter. |
dlgRes | Dialog result. |
TObject | : | class |
|
static |
Generic file load function.
TObject | Type of the object to be loaded. |
f | Load delegate. |
owner | Window that owns the modal dialog. |
title | Title of the dialog. |
filter | File type filter. |
defaultExtension | Default extension to append to the file name if no extension was specified. |
dlgRes | Dialog result. |
TObject | : | class |
|
static |
Generic file load function.
TObject | Type of the object to be loaded. |
f | Load delegate. |
dlgRes | Dialog result. |
TObject | : | class |
|
static |
Generic file load function.
TObject | Type of the object to be loaded. |
f | Load delegate. |
filter | File type filter. |
TObject | : | class |
|
static |
Generic file load function.
TObject | Type of the object to be loaded. |
f | Load delegate. |
filter | File type filter. |
dlgRes | Dialog result. |
TObject | : | class |
|
static |
Generic file load function.
TObject | Type of the object to be loaded. |
f | Load delegate. |
title | Title of the dialog. |
filter | File type filter. |
TObject | : | class |
|
static |
Generic file load function.
TObject | Type of the object to be loaded. |
f | Load delegate. |
title | Title of the dialog. |
filter | File type filter. |
dlgRes | Dialog result. |
TObject | : | class |
|
static |
Generic file save function.
TObject | Type of the object to be saved. |
f | Load delegate. |
obj | Object to be saved. |
|
static |
Generic file save function.
TObject | Type of the object to be saved. |
f | Load delegate. |
owner | Window that owns the modal dialog. |
title | Title of the dialog. |
filter | File type filter. |
obj | Object to be saved. |
|
static |
Generic file save function.
TObject | Type of the object to be saved. |
f | Load delegate. |
owner | Window that owns the modal dialog. |
title | Title of the dialog. |
filter | File type filter. |
dlgRes | Dialog result. |
obj | Object to be saved. |
|
static |
Generic file save function.
TObject | Type of the object to be saved. |
f | Load delegate. |
owner | Window that owns the modal dialog. |
title | Title of the dialog. |
filter | File type filter. |
defaultExtension | Default extension to append to the file name if no extension was specified. |
dlgRes | Dialog result. |
obj | Object to be saved. |
|
static |
Generic file save function.
TObject | Type of the object to be saved. |
f | Load delegate. |
dlgRes | Dialog result. |
obj | Object to be saved. |
|
static |
Generic file save function.
TObject | Type of the object to be saved. |
f | Load delegate. |
filter | File type filter. |
obj | Object to be saved. |
|
static |
Generic file save function.
TObject | Type of the object to be saved. |
f | Load delegate. |
filter | File type filter. |
dlgRes | Dialog result. |
obj | Object to be saved. |
|
static |
Generic file save function.
TObject | Type of the object to be saved. |
f | Load delegate. |
title | Title of the dialog. |
filter | File type filter. |
obj | Object to be saved. |
|
static |
Generic file save function.
TObject | Type of the object to be saved. |
f | Load delegate. |
title | Title of the dialog. |
filter | File type filter. |
dlgRes | Dialog result. |
obj | Object to be saved. |