Blender V2.61 - r43446
Public Attributes

FileList Struct Reference

List of all members.

Public Attributes

struct direntryfilelist
int * fidx
int numfiles
int numfiltered
char dir [FILE_MAX]
short prv_w
short prv_h
short hide_dot
unsigned int filter
char filter_glob [64]
short changed
struct BlendHandlelibfiledata
short hide_parent
void(* readf )(struct FileList *)
int(* filterf )(struct direntry *file, const char *dir, unsigned int filter, short hide_dot)

Detailed Description

Definition at line 105 of file filelist.c.


Member Data Documentation

Definition at line 117 of file filelist.c.

Referenced by filelist_changed().

char FileList::dir[FILE_MAX]
unsigned int FileList::filter

Definition at line 116 of file filelist.c.

Referenced by filelist_free(), filelist_setfiletypes(), and filelist_setfilter_types().

int(* FileList::filterf)(struct direntry *file, const char *dir, unsigned int filter, short hide_dot)

Definition at line 123 of file filelist.c.

Referenced by filelist_filter(), and filelist_new().

Definition at line 114 of file filelist.c.

Referenced by filelist_filter(), filelist_free(), filelist_from_main(), and filelist_hidedot().

Definition at line 120 of file filelist.c.

Referenced by filelist_from_main(), and filelist_hideparent().

Definition at line 113 of file filelist.c.

Referenced by filelist_imgsize().

Definition at line 112 of file filelist.c.

Referenced by filelist_imgsize().

void(* FileList::readf)(struct FileList *)

Definition at line 122 of file filelist.c.

Referenced by filelist_new(), and filelist_readdir().


The documentation for this struct was generated from the following file: