Blender V2.61 - r43446
|
#include <BKE_context.h>
Public Attributes | |
struct bContextStore * | next |
struct bContextStore * | prev |
ListBase | entries |
int | used |
Definition at line 85 of file BKE_context.h.
Definition at line 88 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 86 of file BKE_context.h.
struct bContextStore * bContextStore::prev |
Definition at line 86 of file BKE_context.h.
Definition at line 89 of file BKE_context.h.
Referenced by CTX_store_add(), and ui_layout_add_but().