Blender  V2.93
Public Attributes | List of all members
FileListEntryPreview Struct Reference

Public Attributes

char path [FILE_MAX]
 
uint flags
 
int index
 
PreviewImagein_memory_preview
 
int icon_id
 

Detailed Description

Definition at line 346 of file filelist.c.

Member Data Documentation

◆ flags

uint FileListEntryPreview::flags

Definition at line 348 of file filelist.c.

Referenced by filelist_cache_preview_runf(), and filelist_cache_previews_push().

◆ icon_id

int FileListEntryPreview::icon_id

◆ in_memory_preview

PreviewImage* FileListEntryPreview::in_memory_preview

Definition at line 352 of file filelist.c.

Referenced by filelist_cache_preview_runf(), and filelist_cache_previews_push().

◆ index

int FileListEntryPreview::index

Definition at line 349 of file filelist.c.

Referenced by filelist_cache_previews_push(), and filelist_cache_previews_update().

◆ path

char FileListEntryPreview::path[FILE_MAX]

Definition at line 347 of file filelist.c.

Referenced by filelist_cache_preview_runf(), and filelist_cache_previews_push().


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