Nebula
|
Go to the source code of this file.
Namespaces | |
namespace | IO |
Instances of wrapped stream classes. | |
namespace | IO::FileDialog |
Functions | |
bool | IO::FileDialog::OpenFile (Util::String const &title, const IO::URI &start, std::initializer_list< const char * >const &filters, Util::String &path) |
Shows open file dialog | |
bool | IO::FileDialog::OpenFolder (Util::String const &title, const IO::URI &start, Util::String &path) |
Folder selection dialog. | |
bool | IO::FileDialog::SaveFile (Util::String const &title, const IO::URI &start, std::initializer_list< const char * >const &filters, Util::String &path) |
Save file dialog. | |