#include <SelectFolderDialog.hpp>
System Dialog to ask the user to select a folder from disk
Definition at line 12 of file SelectFolderDialog.hpp.
◆ SelectFolderDialog()
| SelectFolderDialog::SelectFolderDialog |
( |
const std::string & |
title, |
|
|
const std::string & |
initialPath = ResourceManager::getAppDataDir().string() |
|
) |
| |
|
explicit |
Constructor
- Parameters
-
| title | title of the dialog |
| initialPath | the default path of the dialog. |
◆ ~SelectFolderDialog()
| SelectFolderDialog::~SelectFolderDialog |
( |
| ) |
|
|
defaultnoexcept |
◆ Show()
| std::string SelectFolderDialog::Show |
( |
| ) |
const |
Spawns Select Folder Dialog and returns selected folder path
The documentation for this class was generated from the following file: