Blender
V3.3
|
#include <wm_message_bus.h>
Public Attributes | |
PointerRNA | ptr |
const PropertyRNA * | prop |
char * | data_path |
Definition at line 175 of file wm_message_bus.h.
char* wmMsgParams_RNA::data_path |
Optional RNA data path for persistent RNA properties, ignore if NULL. otherwise it's allocated.
Definition at line 185 of file wm_message_bus.h.
Referenced by wm_msg_rna_gset_key_free(), wm_msg_rna_update_by_id(), and WM_msg_subscribe_rna_params().
const PropertyRNA* wmMsgParams_RNA::prop |
when NULL, match against any property.
Definition at line 179 of file wm_message_bus.h.
Referenced by py_msgbus_rna_key_from_py(), saveTransform(), WM_msg_publish_rna_params(), wm_msg_rna_gset_cmp(), wm_msg_rna_repr(), wm_msg_rna_update_by_id(), and WM_msg_subscribe_rna_params().
PointerRNA wmMsgParams_RNA::ptr |
when PointerRNA.data & owner_id are NULL. match against all.
Definition at line 177 of file wm_message_bus.h.
Referenced by ED_view3d_cursor3d_update(), graph_region_message_subscribe(), nla_channel_region_message_subscribe(), py_msgbus_rna_key_from_py(), saction_channel_region_message_subscribe(), saveTransform(), sequencer_main_region_message_subscribe(), view3d_header_region_message_subscribe(), view3d_main_region_message_subscribe(), WM_msg_publish_ID(), WM_msg_publish_rna_params(), wm_msg_rna_gset_cmp(), wm_msg_rna_remove_by_id(), wm_msg_rna_repr(), wm_msg_rna_update_by_id(), WM_msg_subscribe_ID(), and WM_msg_subscribe_rna_params().