![]() |
Blender V2.61 - r43446
|
#include <BLI_callbacks.h>
Public Attributes | |
| struct bCallbackFuncStore * | next |
| struct bCallbackFuncStore * | prev |
| void(* | func )(struct Main *, struct ID *, void *arg) |
| void * | arg |
| short | alloc |
Definition at line 56 of file BLI_callbacks.h.
Definition at line 60 of file BLI_callbacks.h.
Referenced by BLI_cb_finalize(), and BPY_app_handlers_struct().
| void* bCallbackFuncStore::arg |
Definition at line 59 of file BLI_callbacks.h.
Referenced by BLI_exec_cb(), and BPY_app_handlers_struct().
| void(* bCallbackFuncStore::func)(struct Main *, struct ID *, void *arg) |
Definition at line 58 of file BLI_callbacks.h.
Referenced by BLI_exec_cb(), and BPY_app_handlers_struct().
Definition at line 57 of file BLI_callbacks.h.
Referenced by BLI_cb_finalize(), and BLI_exec_cb().
Definition at line 57 of file BLI_callbacks.h.