|
Blender V4.3
|
#include <BKE_callbacks.hh>
Public Attributes | |
| bCallbackFuncStore * | next |
| bCallbackFuncStore * | prev |
| void(* | func )(Main *, PointerRNA **, int num_pointers, void *arg) |
| void * | arg |
| short | alloc |
Definition at line 118 of file BKE_callbacks.hh.
| short bCallbackFuncStore::alloc |
Definition at line 122 of file BKE_callbacks.hh.
Referenced by blender::asset_system::AssetLibraryService::app_handler_register(), BKE_callback_remove(), BPY_app_handlers_struct(), and blender::asset_system::AssetLibrary::on_blend_save_handler_register().
| void* bCallbackFuncStore::arg |
Definition at line 121 of file BKE_callbacks.hh.
Referenced by blender::asset_system::AssetLibraryService::app_handler_register(), blender::asset_system::AssetLibraryService::app_handler_unregister(), BPY_app_handlers_struct(), blender::asset_system::AssetLibrary::on_blend_save_handler_register(), and blender::asset_system::AssetLibrary::on_blend_save_handler_unregister().
| void(* bCallbackFuncStore::func) (Main *, PointerRNA **, int num_pointers, void *arg) |
Definition at line 120 of file BKE_callbacks.hh.
Referenced by blender::asset_system::AssetLibraryService::app_handler_register(), blender::asset_system::AssetLibraryService::app_handler_unregister(), BPY_app_handlers_struct(), blender::asset_system::AssetLibrary::on_blend_save_handler_register(), blender::asset_system::AssetLibrary::on_blend_save_handler_unregister(), and blender::asset_system::AssetLibrary::~AssetLibrary().
| bCallbackFuncStore* bCallbackFuncStore::next |
Definition at line 119 of file BKE_callbacks.hh.
Referenced by BKE_callback_global_finalize().
| bCallbackFuncStore * bCallbackFuncStore::prev |
Definition at line 119 of file BKE_callbacks.hh.