#include <filedialog_generic.h>
Collaboration diagram for CL_FileDialog_Generic:

Public Methods | |
| CL_FileDialog_Generic (CL_FileDialog *self, const CL_ComponentOptions &options, CL_StyleManager *style) | |
| ~CL_FileDialog_Generic () | |
| void | set_path (const std::string &path) |
| void | set_filter (const std::string &filter) |
Public Attributes | |
| CL_Signal_v1<const std::string &> | sig_ok |
| CL_Signal_v0 | sig_cancel |
Static Public Methods | |
| CL_ComponentOptions | create_options (const std::string &path, const std::string &filter) |
Private Methods | |
| void | update_files () |
| int | select_files (const struct dirent *) |
| void | on_ok () |
| void | on_cancel () |
| void | on_list (int index) |
Private Attributes | |
| CL_Slot | slot_ok |
| CL_Slot | slot_cancel |
| CL_Slot | slot_list |
| CL_String | filename |
| CL_String | path |
| CL_String | filter |
| bool | must_exist |
| CL_FileDialog* | filedialog |
| CL_Button* | button_ok |
| CL_Button* | button_cancel |
| CL_InputBox* | input_file |
| CL_ListBox* | list_dir |
|
|
|
|
|
Definition at line 26 of file filedialog_generic.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 55 of file filedialog_generic.h. |
|
|
Definition at line 54 of file filedialog_generic.h. |
|
|
Definition at line 52 of file filedialog_generic.h. |
|
|
Definition at line 46 of file filedialog_generic.h. |
|
|
Definition at line 48 of file filedialog_generic.h. |
|
|
Definition at line 56 of file filedialog_generic.h. |
|
|
Definition at line 57 of file filedialog_generic.h. |
|
|
Definition at line 50 of file filedialog_generic.h. |
|
|
Definition at line 47 of file filedialog_generic.h. |
|
|
Definition at line 32 of file filedialog_generic.h. |
|
|
Definition at line 31 of file filedialog_generic.h. |
|
|
Definition at line 43 of file filedialog_generic.h. |
|
|
Definition at line 44 of file filedialog_generic.h. |
|
|
Definition at line 42 of file filedialog_generic.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001