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

#include <BKE_lib_query.h>

Public Attributes

voiduser_data
 
struct Mainbmain
 
struct IDid_owner
 
struct IDid_self
 
struct ID ** id_pointer
 
int cb_flag
 

Detailed Description

Definition at line 90 of file BKE_lib_query.h.

Member Data Documentation

◆ bmain

struct Main* LibraryIDLinkCallbackData::bmain

◆ cb_flag

int LibraryIDLinkCallbackData::cb_flag

◆ id_owner

struct ID* LibraryIDLinkCallbackData::id_owner

'Real' ID, the one that might be in bmain, only differs from self_id when the later is an embedded one.

Definition at line 98 of file BKE_lib_query.h.

Referenced by foreach_libblock_link_append_callback(), foreach_libblock_remap_callback(), foreachid_is_hierarchy_leaf_fn(), lib_id_clear_library_data_users_update_cb(), and lib_override_sort_libraries_func().

◆ id_pointer

struct ID** LibraryIDLinkCallbackData::id_pointer

◆ id_self

struct ID* LibraryIDLinkCallbackData::id_self

◆ user_data

void* LibraryIDLinkCallbackData::user_data

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