Blender  V3.3
Public Attributes | List of all members
bCallbackFuncStore Struct Reference

#include <BKE_callbacks.h>

Public Attributes

struct bCallbackFuncStorenext
 
struct bCallbackFuncStoreprev
 
void(* func )(struct Main *, struct PointerRNA **, int num_pointers, void *arg)
 
voidarg
 
short alloc
 

Detailed Description

Definition at line 109 of file BKE_callbacks.h.

Member Data Documentation

◆ alloc

short bCallbackFuncStore::alloc

◆ arg

void* bCallbackFuncStore::arg

◆ func

void(* bCallbackFuncStore::func) (struct Main *, struct PointerRNA **, int num_pointers, void *arg)

◆ next

struct bCallbackFuncStore* bCallbackFuncStore::next

Definition at line 110 of file BKE_callbacks.h.

Referenced by BKE_callback_global_finalize().

◆ prev

struct bCallbackFuncStore * bCallbackFuncStore::prev

Definition at line 110 of file BKE_callbacks.h.


The documentation for this struct was generated from the following file: