Blender
V3.3
|
#include <wm_message_bus_intern.h>
Public Attributes | |
struct GSet * | messages_gset [WM_MSG_TYPE_NUM] |
ListBase | messages |
uint | messages_tag_count |
Definition at line 11 of file wm_message_bus_intern.h.
ListBase wmMsgBus::messages |
Messages in order of being added.
Definition at line 14 of file wm_message_bus_intern.h.
Referenced by WM_msg_dump(), wm_msg_rna_remove_by_id(), wm_msg_rna_update_by_id(), WM_msg_subscribe_with_key(), WM_msgbus_clear_by_owner(), and WM_msgbus_handle().
struct GSet* wmMsgBus::messages_gset[WM_MSG_TYPE_NUM] |
Definition at line 12 of file wm_message_bus_intern.h.
Referenced by WM_msg_lookup_rna(), WM_msg_lookup_static(), wm_msg_rna_remove_by_id(), wm_msg_rna_update_by_id(), WM_msg_subscribe_with_key(), WM_msgbus_clear_by_owner(), WM_msgbus_create(), and WM_msgbus_destroy().
uint wmMsgBus::messages_tag_count |
Avoid checking messages when no tags exist.
Definition at line 16 of file wm_message_bus_intern.h.
Referenced by WM_msg_publish_with_key(), wm_msg_rna_remove_by_id(), wm_msg_rna_update_by_id(), WM_msgbus_clear_by_owner(), and WM_msgbus_handle().