Blender V4.3
PackedFile Struct Reference

#include <DNA_packedFile_types.h>

Public Attributes

int size
 
int seek
 
const void * data
 
const ImplicitSharingInfoHandlesharing_info
 

Detailed Description

Definition at line 13 of file DNA_packedFile_types.h.

Member Data Documentation

◆ data

const void* PackedFile::data

Raw data from the shared file. This data is const because it uses implicit sharing and may be shared with e.g. the undo system.

Definition at line 20 of file DNA_packedFile_types.h.

Referenced by BKE_packedfile_duplicate(), BKE_packedfile_new_from_memory(), and BKE_vfontdata_char_from_freetypefont().

◆ seek

int PackedFile::seek

Definition at line 15 of file DNA_packedFile_types.h.

◆ sharing_info

const ImplicitSharingInfoHandle* PackedFile::sharing_info

Sharing info corresponding to the data above. This is run-time data.

Definition at line 22 of file DNA_packedFile_types.h.

Referenced by BKE_packedfile_blend_read(), and BKE_packedfile_duplicate().

◆ size

int PackedFile::size

Definition at line 14 of file DNA_packedFile_types.h.

Referenced by BKE_vfontdata_char_from_freetypefont().


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