#include <filedialog.h>
Inheritance diagram for CL_FileDialog:


Public Methods | |
| CL_FileDialog (const CL_ComponentOptions &options, CL_Component *parent, CL_StyleManager *style=NULL) | |
| Construction:. | |
| CL_FileDialog (const std::string &path, const std::string &filter, CL_Component *parent, CL_StyleManager *style=NULL) | |
| virtual | ~CL_FileDialog () |
| void | set_path (const std::string &path) |
| Operations:. | |
| void | set_filter (const std::string &filter) |
| CL_Signal_v1<const std::string &>& | sig_ok () |
| Signals:. | |
| CL_Signal_v0& | sig_cancel () |
Private Methods | |
| CL_FileDialog (const CL_FileDialog ©) | |
| Implementation:. | |
Private Attributes | |
| class CL_FileDialog_Generic* | impl |
| Implementation:. | |
Definition at line 16 of file filedialog.h.
|
|
Construction:.
|
|
|
|
|
|
|
|
|
Implementation:.
Definition at line 49 of file filedialog.h. |
|
|
|
|
|
Operations:.
|
|
|
|
|
|
Signals:.
|
|
|
Implementation:.
Reimplemented from CL_Component. Definition at line 50 of file filedialog.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001