lib/ewl_filelist_model.h File Reference
#include "ewl_filelist.h"
Include dependency graph for ewl_filelist_model.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
int | ewl_filelist_model_column_sortable (void *data, unsigned int column) |
unsigned int | ewl_filelist_model_data_count (void *data) |
int | ewl_filelist_model_data_expandable_get (void *data, unsigned int row) |
void * | ewl_filelist_model_data_expansion_data_fetch (void *data, unsigned int parent) |
void * | ewl_filelist_model_data_fetch (void *data, unsigned int row, unsigned int column) |
void | ewl_filelist_model_data_sort (void *data, unsigned int column, Ewl_Sort_Direction sort) |
unsigned int | ewl_filelist_model_data_unref (void *data) |
Ewl_Filelist_Directory * | ewl_filelist_model_directory_new (const char *path, unsigned char show_dot, unsigned int show_dot_dot, Ewl_Filelist_Filter *filter) |
Retrieves all files in a directory. | |
Ewl_Filelist_Filter * | ewl_filelist_model_filter_get (Ewl_Filelist_Directory *dir) |
Gets the filter used on a directory. | |
unsigned int | ewl_filelist_model_filter_set (Ewl_Filelist_Directory *dir, Ewl_Filelist_Filter *filter) |
Sets a filter onto a directory. | |
unsigned int | ewl_filelist_model_show_dot_files_get (Ewl_Filelist_Directory *dir) |
Returns if the model shows dot files. | |
unsigned int | ewl_filelist_model_show_dot_files_set (Ewl_Filelist_Directory *dir, unsigned int show_dot) |
This function sets whether the filelist should contain hidden files. |