Blender  V3.3
Public Attributes | List of all members
bContextStoreEntry Struct Reference

#include <BKE_context.h>

Public Attributes

struct bContextStoreEntrynext
 
struct bContextStoreEntryprev
 
char name [128]
 
PointerRNA ptr
 

Detailed Description

Definition at line 87 of file BKE_context.h.

Member Data Documentation

◆ name

char bContextStoreEntry::name[128]

Definition at line 90 of file BKE_context.h.

Referenced by CTX_data_dir_get_ex(), and CTX_store_add().

◆ next

struct bContextStoreEntry* bContextStoreEntry::next

Definition at line 88 of file BKE_context.h.

Referenced by CTX_data_dir_get_ex().

◆ prev

struct bContextStoreEntry * bContextStoreEntry::prev

Definition at line 88 of file BKE_context.h.

◆ ptr

PointerRNA bContextStoreEntry::ptr

Definition at line 91 of file BKE_context.h.

Referenced by CTX_store_add(), and CTX_store_ptr_lookup().


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