|
Blender
V2.59
|
#include <BKE_context.h>
Public Attributes | |
| struct bContextStore * | next |
| struct bContextStore * | prev |
| ListBase | entries |
| int | used |
Definition at line 86 of file BKE_context.h.
Definition at line 89 of file BKE_context.h.
Referenced by CTX_data_dir_get(), ctx_data_get(), CTX_store_add(), CTX_store_copy(), and CTX_store_free().
| struct bContextStore* bContextStore::next |
Definition at line 87 of file BKE_context.h.
| struct bContextStore * bContextStore::prev |
Definition at line 87 of file BKE_context.h.
Definition at line 90 of file BKE_context.h.
Referenced by CTX_store_add(), and ui_layout_add_but().