![]() |
0.4.1
|
File Chooser. More...
Go to the source code of this file.
Namespaces | |
namespace | NAV |
namespace | NAV::gui |
namespace | NAV::gui::widgets |
Functions | |
bool | NAV::gui::widgets::FileDialogLoad (std::string &path, const char *vName, const char *vFilters, const std::vector< std::string > &extensions, const std::filesystem::path &startPath, size_t id, const std::string &nameId, const char *buttonText="Choose") |
Shows an InputText and a button which opens a file dialog to select a path to load a file to. | |
bool | NAV::gui::widgets::FileDialogSave (std::string &path, const char *vName, const char *vFilters, const std::vector< std::string > &extensions, const std::filesystem::path &startPath, size_t id, const std::string &nameId, const char *buttonText="Choose") |
Shows an InputText and a button which opens a file dialog to select a path to save a file to. | |