37 class BrowseFolderDialogImpl;
60 std::shared_ptr<BrowseFolderDialogImpl> impl;
void set_initial_directory(const std::string &path)
Sets the initial directory that is displayed.
bool show()
Shows the file dialog.
BrowseFolderDialog(View *owner)
Constructs an browse folder dialog.
std::string get_selected_path() const
Get the full path of the directory selected.
void set_title(const std::string &title)
Sets the text that appears in the title bar.
View for an area of the user interface.
Definition: view.h:62
Displays the system folder browsing dialog.
Definition: folder_browse_dialog.h:41