Blender
V3.3
|
#include <BKE_context.h>
Public Attributes | |
struct bContextStoreEntry * | next |
struct bContextStoreEntry * | prev |
char | name [128] |
PointerRNA | ptr |
Definition at line 87 of file BKE_context.h.
char bContextStoreEntry::name[128] |
Definition at line 90 of file BKE_context.h.
Referenced by CTX_data_dir_get_ex(), and CTX_store_add().
struct bContextStoreEntry* bContextStoreEntry::next |
Definition at line 88 of file BKE_context.h.
Referenced by CTX_data_dir_get_ex().
struct bContextStoreEntry * bContextStoreEntry::prev |
Definition at line 88 of file BKE_context.h.
PointerRNA bContextStoreEntry::ptr |
Definition at line 91 of file BKE_context.h.
Referenced by CTX_store_add(), and CTX_store_ptr_lookup().