|
Blender
V2.93
|
#include <wm_message_bus.h>
Public Attributes | |
| struct wmMsgSubscribeKey * | next |
| struct wmMsgSubscribeKey * | prev |
| ListBase | values |
Definition at line 81 of file wm_message_bus.h.
| struct wmMsgSubscribeKey* wmMsgSubscribeKey::next |
Linked list for predicable ordering, otherwise we would depend on ghash bucketing.
Definition at line 83 of file wm_message_bus.h.
Referenced by WM_msgbus_clear_by_owner().
| struct wmMsgSubscribeKey * wmMsgSubscribeKey::prev |
Definition at line 83 of file wm_message_bus.h.
| ListBase wmMsgSubscribeKey::values |
Definition at line 84 of file wm_message_bus.h.
Referenced by WM_msg_publish_with_key(), wm_msg_rna_gset_key_free(), wm_msg_rna_remove_by_id(), wm_msg_rna_repr(), wm_msg_rna_update_by_id(), wm_msg_static_gset_key_free(), wm_msg_static_repr(), wm_msg_subscribe_value_free(), WM_msg_subscribe_with_key(), and WM_msgbus_clear_by_owner().