Blender V2.61 - r43446
|
Public Attributes | |
struct FileImage * | next |
struct FileImage * | prev |
char | path [FILE_MAX] |
unsigned int | flags |
int | index |
short | done |
ImBuf * | img |
Definition at line 88 of file filelist.c.
short FileImage::done |
Definition at line 93 of file filelist.c.
Referenced by thumbnail_joblist_free(), and thumbnails_update().
unsigned int FileImage::flags |
Definition at line 91 of file filelist.c.
Referenced by thumbnails_start(), thumbnails_startjob(), and thumbnails_update().
Definition at line 94 of file filelist.c.
Referenced by thumbnail_joblist_free(), thumbnails_startjob(), and thumbnails_update().
int FileImage::index |
Definition at line 92 of file filelist.c.
Referenced by thumbnails_start(), and thumbnails_update().
struct FileImage* FileImage::next |
Definition at line 89 of file filelist.c.
Referenced by thumbnail_joblist_free(), thumbnails_startjob(), and thumbnails_update().
char FileImage::path[FILE_MAX] |
Definition at line 90 of file filelist.c.
Referenced by thumbnails_start(), and thumbnails_startjob().
struct FileImage * FileImage::prev |
Definition at line 89 of file filelist.c.