Nameless Engine
Loading...
Searching...
No Matches
ne::FileDialog Member List

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::FileDialogstatic
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::FileDialogstatic
selectDirectory(const std::string &sTitle, const std::filesystem::path &directory=std::filesystem::current_path())ne::FileDialogstatic