Blender
V3.3
|
#include <DNA_space_types.h>
Public Attributes | |
struct FileDirEntry * | next |
struct FileDirEntry * | prev |
uint32_t | uid |
char * | name |
uint64_t | size |
int64_t | time |
struct { | |
char size_str [16] | |
char datetime_str [16+8] | |
} | draw_data |
int | typeflag |
int | blentype |
char * | relpath |
char * | redirection_path |
ID * | id |
struct AssetMetaData * | asset_data |
int | preview_icon_id |
short | flags |
int | attributes |
Definition at line 1102 of file DNA_space_types.h.
struct AssetMetaData* FileDirEntry::asset_data |
If this file represents an asset, its asset data is here. Note that we may show assets of external files in which case this is set but not the id above. Note comment for FileListInternEntry.local_data, the same applies here!
Definition at line 1135 of file DNA_space_types.h.
Referenced by ED_asset_handle_get_metadata(), ED_asset_temp_id_consumer_create(), and file_context().
int FileDirEntry::attributes |
Definition at line 1142 of file DNA_space_types.h.
Referenced by filelist_cache_previews_push().
int FileDirEntry::blentype |
ID type, in case typeflag has FILE_TYPE_BLENDERLIB set.
Definition at line 1122 of file DNA_space_types.h.
Referenced by ED_asset_handle_get_id_type().
char FileDirEntry::datetime_str[16+8] |
Definition at line 1116 of file DNA_space_types.h.
struct { ... } FileDirEntry::draw_data |
short FileDirEntry::flags |
Definition at line 1140 of file DNA_space_types.h.
Referenced by filelist_cache_previews_push(), filelist_cache_previews_update(), and filelist_entry_clear().
ID* FileDirEntry::id |
When showing local IDs (FILE_MAIN, FILE_MAIN_ASSET), ID this file represents. Note comment for FileListInternEntry.local_data, the same applies here!
Definition at line 1131 of file DNA_space_types.h.
Referenced by ED_asset_handle_get_local_id().
char* FileDirEntry::name |
Definition at line 1108 of file DNA_space_types.h.
Referenced by ED_asset_handle_get_name(), and filelist_entry_clear().
struct FileDirEntry* FileDirEntry::next |
Definition at line 1103 of file DNA_space_types.h.
Referenced by filelist_cache_clear(), filelist_cache_free(), and filelist_direntryarr_free().
struct FileDirEntry * FileDirEntry::prev |
Definition at line 1103 of file DNA_space_types.h.
int FileDirEntry::preview_icon_id |
Definition at line 1138 of file DNA_space_types.h.
Referenced by ED_asset_handle_get_preview_icon_id(), filelist_cache_previews_push(), filelist_cache_previews_update(), and filelist_entry_clear().
char* FileDirEntry::redirection_path |
Optional argument for shortcuts, aliases etc.
Definition at line 1127 of file DNA_space_types.h.
Referenced by filelist_cache_previews_push(), and filelist_entry_clear().
char* FileDirEntry::relpath |
Definition at line 1125 of file DNA_space_types.h.
Referenced by ED_assetlist_asset_filepath_get(), filelist_cache_previews_push(), and filelist_entry_clear().
uint64_t FileDirEntry::size |
Definition at line 1110 of file DNA_space_types.h.
char FileDirEntry::size_str[16] |
Definition at line 1115 of file DNA_space_types.h.
int64_t FileDirEntry::time |
Definition at line 1111 of file DNA_space_types.h.
int FileDirEntry::typeflag |
Definition at line 1120 of file DNA_space_types.h.
Referenced by filelist_cache_previews_push(), filelist_entry_select_get(), and filelist_entry_select_set().
uint32_t FileDirEntry::uid |
Definition at line 1105 of file DNA_space_types.h.
Referenced by filelist_entry_select_get(), filelist_entry_select_set(), filelist_file_cache_block_create(), and filelist_file_cache_block_release().