Displays the system folder browsing dialog. More...
#include <folder_browse_dialog.h>
Public Member Functions | |
BrowseFolderDialog (View *owner) | |
Constructs an browse folder dialog. More... | |
std::string | selected_path () const |
Get the full path of the directory selected. More... | |
void | set_initial_directory (const std::string &path) |
Sets the initial directory that is displayed. More... | |
void | set_title (const std::string &title) |
Sets the text that appears in the title bar. More... | |
bool | show () |
Shows the file dialog. More... | |
Displays the system folder browsing dialog.
uicore::BrowseFolderDialog::BrowseFolderDialog | ( | View * | owner | ) |
Constructs an browse folder dialog.
std::string uicore::BrowseFolderDialog::selected_path | ( | ) | const |
Get the full path of the directory selected.
void uicore::BrowseFolderDialog::set_initial_directory | ( | const std::string & | path | ) |
Sets the initial directory that is displayed.
void uicore::BrowseFolderDialog::set_title | ( | const std::string & | title | ) |
Sets the text that appears in the title bar.
bool uicore::BrowseFolderDialog::show | ( | ) |
Shows the file dialog.