|
Blender
V2.93
|
#include <BKE_context.h>
Public Attributes | |
| struct bContextStore * | next |
| struct bContextStore * | prev |
| ListBase | entries |
| bool | used |
Definition at line 105 of file BKE_context.h.
| ListBase bContextStore::entries |
Definition at line 108 of file BKE_context.h.
Referenced by CTX_store_add(), CTX_store_add_all(), CTX_store_copy(), and CTX_store_free().
| struct bContextStore* bContextStore::next |
Definition at line 106 of file BKE_context.h.
| struct bContextStore * bContextStore::prev |
Definition at line 106 of file BKE_context.h.
| bool bContextStore::used |
Definition at line 109 of file BKE_context.h.
Referenced by CTX_store_add(), CTX_store_add_all(), and ui_layout_add_but().