#include <xfilepicker.h>
Data Fields | |
int | use_filter |
bool | show_hidden |
unsigned int | file_counter |
unsigned int | dir_counter |
char * | filter |
char * | path |
char * | selected_file |
char ** | file_names |
char ** | dir_names |
Definition at line 61 of file xfilepicker.h.
unsigned int FilePicker::dir_counter |
Definition at line 65 of file xfilepicker.h.
char** FilePicker::dir_names |
Definition at line 70 of file xfilepicker.h.
unsigned int FilePicker::file_counter |
Definition at line 64 of file xfilepicker.h.
char** FilePicker::file_names |
Definition at line 69 of file xfilepicker.h.
char* FilePicker::filter |
Definition at line 66 of file xfilepicker.h.
char* FilePicker::path |
Definition at line 67 of file xfilepicker.h.
char* FilePicker::selected_file |
Definition at line 68 of file xfilepicker.h.
bool FilePicker::show_hidden |
Definition at line 63 of file xfilepicker.h.
int FilePicker::use_filter |
Definition at line 62 of file xfilepicker.h.