Blender V4.3
wmMsgSubscribeValue Struct Reference

#include <wm_message_bus.hh>

Public Attributes

wmMsgSubscribeValuenext
 
wmMsgSubscribeValueprev
 
void * owner
 
void * user_data
 
wmMsgNotifyFn notify
 
wmMsgSubscribeValueUpdateIdFn update_id
 
wmMsgSubscribeValueFreeDataFn free_data
 
uint is_persistent: 1
 
uint tag: 1
 

Detailed Description

One of many in wmMsgSubscribeKey.values.

Definition at line 71 of file wm_message_bus.hh.

Member Data Documentation

◆ free_data

wmMsgSubscribeValueFreeDataFn wmMsgSubscribeValue::free_data

Definition at line 82 of file wm_message_bus.hh.

Referenced by bpy_msgbus_subscribe_rna(), and wm_msg_subscribe_value_free().

◆ is_persistent

uint wmMsgSubscribeValue::is_persistent

Keep this subscriber if possible.

Definition at line 85 of file wm_message_bus.hh.

Referenced by bpy_msgbus_subscribe_rna(), and WM_msg_subscribe_rna_params().

◆ next

wmMsgSubscribeValue* wmMsgSubscribeValue::next

Definition at line 72 of file wm_message_bus.hh.

◆ notify

◆ owner

void* wmMsgSubscribeValue::owner

◆ prev

wmMsgSubscribeValue * wmMsgSubscribeValue::prev

Definition at line 72 of file wm_message_bus.hh.

◆ tag

uint wmMsgSubscribeValue::tag

Definition at line 88 of file wm_message_bus.hh.

◆ update_id

wmMsgSubscribeValueUpdateIdFn wmMsgSubscribeValue::update_id

Definition at line 81 of file wm_message_bus.hh.

◆ user_data


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