|
Blender
V2.93
|
Public Attributes | |
| char | path [FILE_MAX] |
| uint | flags |
| int | index |
| PreviewImage * | in_memory_preview |
| int | icon_id |
Definition at line 346 of file filelist.c.
| uint FileListEntryPreview::flags |
Definition at line 348 of file filelist.c.
Referenced by filelist_cache_preview_runf(), and filelist_cache_previews_push().
| int FileListEntryPreview::icon_id |
Definition at line 354 of file filelist.c.
Referenced by filelist_cache_preview_freef(), filelist_cache_preview_runf(), filelist_cache_previews_clear(), filelist_cache_previews_push(), and filelist_cache_previews_update().
| PreviewImage* FileListEntryPreview::in_memory_preview |
Definition at line 352 of file filelist.c.
Referenced by filelist_cache_preview_runf(), and filelist_cache_previews_push().
| int FileListEntryPreview::index |
Definition at line 349 of file filelist.c.
Referenced by filelist_cache_previews_push(), and filelist_cache_previews_update().
| char FileListEntryPreview::path[FILE_MAX] |
Definition at line 347 of file filelist.c.
Referenced by filelist_cache_preview_runf(), and filelist_cache_previews_push().