|
Blender
V2.59
|
Go to the source code of this file.
Classes | |
| struct | bCallbackFuncStore |
Enumerations | |
| enum | eCbEvent { BLI_CB_EVT_RENDER_PRE, BLI_CB_EVT_RENDER_POST, BLI_CB_EVT_LOAD_PRE, BLI_CB_EVT_LOAD_POST, BLI_CB_EVT_SAVE_PRE, BLI_CB_EVT_SAVE_POST, BLI_CB_EVT_TOT } |
Functions | |
| void | BLI_exec_cb (struct Main *main, struct ID *self, eCbEvent evt) |
| void | BLI_add_cb (bCallbackFuncStore *funcstore, eCbEvent evt) |
| void | BLI_cb_init (void) |
| void | BLI_cb_finalize (void) |
| void | callLocalErrorCallBack (const char *msg) |
Definition in file BLI_callbacks.h.
| enum eCbEvent |
| BLI_CB_EVT_RENDER_PRE | |
| BLI_CB_EVT_RENDER_POST | |
| BLI_CB_EVT_LOAD_PRE | |
| BLI_CB_EVT_LOAD_POST | |
| BLI_CB_EVT_SAVE_PRE | |
| BLI_CB_EVT_SAVE_POST | |
| BLI_CB_EVT_TOT |
Definition at line 42 of file BLI_callbacks.h.
| void BLI_add_cb | ( | bCallbackFuncStore * | funcstore, |
| eCbEvent | evt | ||
| ) |
Definition at line 43 of file callbacks.c.
References BLI_addtail().
Referenced by BPY_app_handlers_struct().
| void BLI_cb_finalize | ( | void | ) |
Definition at line 55 of file callbacks.c.
References bCallbackFuncStore::alloc, BLI_CB_EVT_TOT, BLI_remlink(), ListBase::first, MEM_freeN(), and bCallbackFuncStore::next.
Referenced by free_blender().
| void BLI_cb_init | ( | void | ) |
Definition at line 49 of file callbacks.c.
Referenced by main().
Definition at line 33 of file callbacks.c.
References bCallbackFuncStore::arg, ListBase::first, bCallbackFuncStore::func, and bCallbackFuncStore::next.
Referenced by RE_BlenderAnim(), RE_BlenderFrame(), WM_read_file(), and WM_write_file().
| void callLocalErrorCallBack | ( | const char * | msg | ) |
Definition at line 59 of file scanfill.c.
References BLI_localErrorCallBack.
Referenced by BLI_edgefill().