Blender V2.61 - r43446
Public Attributes

bCallbackFuncStore Struct Reference

#include <BLI_callbacks.h>

List of all members.

Public Attributes

struct bCallbackFuncStorenext
struct bCallbackFuncStoreprev
void(* func )(struct Main *, struct ID *, void *arg)
void * arg
short alloc

Detailed Description

Definition at line 56 of file BLI_callbacks.h.


Member Data Documentation

Definition at line 60 of file BLI_callbacks.h.

Referenced by BLI_cb_finalize(), and BPY_app_handlers_struct().

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.


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