|
Blender
V3.3
|
#include <wm_message_bus.h>
Public Attributes | |
| struct wmMsgSubscribeValueLink * | next |
| struct wmMsgSubscribeValueLink * | prev |
| wmMsgSubscribeValue | params |
One of many in wmMsgSubscribeKey.values
Definition at line 98 of file wm_message_bus.h.
| struct wmMsgSubscribeValueLink* wmMsgSubscribeValueLink::next |
Definition at line 99 of file wm_message_bus.h.
Referenced by wm_msg_rna_gset_key_free(), wm_msg_static_gset_key_free(), and WM_msgbus_clear_by_owner().
| wmMsgSubscribeValue wmMsgSubscribeValueLink::params |
Definition at line 100 of file wm_message_bus.h.
Referenced by wm_msg_subscribe_value_free(), and WM_msg_subscribe_with_key().
| struct wmMsgSubscribeValueLink * wmMsgSubscribeValueLink::prev |
Definition at line 99 of file wm_message_bus.h.