|
Blender V4.3
|
#include <wm_message_bus.hh>
Public Attributes | |
| wmMsgSubscribeKey * | next |
| wmMsgSubscribeKey * | prev |
| ListBase | values |
Definition at line 62 of file wm_message_bus.hh.
| wmMsgSubscribeKey* wmMsgSubscribeKey::next |
Linked list for predictable ordering, otherwise we would depend on GHash bucketing.
Definition at line 64 of file wm_message_bus.hh.
Referenced by WM_msgbus_clear_by_owner().
| wmMsgSubscribeKey * wmMsgSubscribeKey::prev |
Definition at line 64 of file wm_message_bus.hh.
| ListBase wmMsgSubscribeKey::values |
Definition at line 65 of file wm_message_bus.hh.
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().