#include <file_dialog.h>
|
static std::string | ShowOpenFileDialog () |
| ShowOpenFileDialog opens a file dialog and returns the selected filepath.
|
|
static std::string | ShowOpenFolderDialog () |
| ShowOpenFolderDialog opens a file dialog and returns the selected folder path.
|
|
static std::vector< std::string > | GetSubdirectoriesInFolder (const std::string &folder_path) |
|
static std::vector< std::string > | GetFilesInFolder (const std::string &folder_path) |
|
Definition at line 11 of file file_dialog.h.
◆ ShowOpenFileDialog()
static std::string yaze::app::core::FileDialogWrapper::ShowOpenFileDialog |
( |
| ) |
|
|
static |
◆ ShowOpenFolderDialog()
static std::string yaze::app::core::FileDialogWrapper::ShowOpenFolderDialog |
( |
| ) |
|
|
static |
◆ GetSubdirectoriesInFolder()
static std::vector< std::string > yaze::app::core::FileDialogWrapper::GetSubdirectoriesInFolder |
( |
const std::string & | folder_path | ) |
|
|
static |
◆ GetFilesInFolder()
static std::vector< std::string > yaze::app::core::FileDialogWrapper::GetFilesInFolder |
( |
const std::string & | folder_path | ) |
|
|
static |
The documentation for this class was generated from the following file: