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