ClanLib
2.3.7
|
BrowseFolderDialog component. More...
#include <folderbrowsedialog.h>
Public Member Functions | |
Construction | |
CL_BrowseFolderDialog (CL_GUIComponent *owner) | |
Constructs an browse folder dialog. More... | |
virtual | ~CL_BrowseFolderDialog () |
Attributes | |
CL_String | get_selected_path () const |
Get the full path of the directory selected. More... | |
Operations | |
void | set_initial_directory (const CL_String &path) |
Sets the initial directory that is displayed. More... | |
void | set_title (const CL_String &title) |
Sets the text that appears in the title bar. More... | |
bool | show () |
Shows the file dialog. More... | |
BrowseFolderDialog component.
CL_BrowseFolderDialog::CL_BrowseFolderDialog | ( | CL_GUIComponent * | owner) |
Constructs an browse folder dialog.
owner | = Owning GUIComponent |
|
virtual |
CL_String CL_BrowseFolderDialog::get_selected_path | ( | ) | const |
Get the full path of the directory selected.
void CL_BrowseFolderDialog::set_initial_directory | ( | const CL_String & | path) |
Sets the initial directory that is displayed.
path | = path |
void CL_BrowseFolderDialog::set_title | ( | const CL_String & | title) |
Sets the text that appears in the title bar.
title | = title |
bool CL_BrowseFolderDialog::show | ( | ) |
Shows the file dialog.