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