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