32 #include "../api_gui.h"
33 #include "../gui_component.h"
40 class BrowseFolderDialog_Impl;
61 std::string get_selected_path()
const;
69 void set_initial_directory(
const std::string &path);
73 void set_title(
const std::string &title);
83 std::shared_ptr<BrowseFolderDialog_Impl> impl;
GUI base component class.
Definition: gui_component.h:80
BrowseFolderDialog component.
Definition: folderbrowsedialog.h:43