Nameless Engine
|
This is the complete list of members for ne::FileDialog, including all inherited members.
openFile(const std::string &sTitle, const std::vector< std::pair< std::string, std::string > > &vFileTypeFilters={{"All Files", {"*"}}}, const std::filesystem::path &directory=std::filesystem::current_path(), bool bAllowSelectingMultipleFiles=false) | ne::FileDialog | static |
saveFile(const std::string &sTitle, const std::pair< std::string, std::string > &fileType={"All Files", {"*"}}, const std::filesystem::path &directory=std::filesystem::current_path()) | ne::FileDialog | static |
selectDirectory(const std::string &sTitle, const std::filesystem::path &directory=std::filesystem::current_path()) | ne::FileDialog | static |