Blender V5.0
wm_message_bus_intern.hh File Reference

Go to the source code of this file.

Classes

struct  wmMsgBus
struct  wmMsgSubscribeKey_Generic

Functions

void wm_msg_subscribe_value_free (wmMsgSubscribeKey *msg_key, wmMsgSubscribeValueLink *msg_lnk)
BLI_INLINE const wmMsgwm_msg_subscribe_value_msg_cast (const wmMsgSubscribeKey *key)
BLI_INLINE wmMsgwm_msg_subscribe_value_msg_cast_mut (wmMsgSubscribeKey *key)

Function Documentation

◆ wm_msg_subscribe_value_free()

◆ wm_msg_subscribe_value_msg_cast()

BLI_INLINE const wmMsg * wm_msg_subscribe_value_msg_cast ( const wmMsgSubscribeKey * key)

Definition at line 33 of file wm_message_bus_intern.hh.

References BLI_INLINE.

Referenced by WM_msg_dump(), WM_msg_subscribe_with_key(), and WM_msgbus_clear_by_owner().

◆ wm_msg_subscribe_value_msg_cast_mut()

BLI_INLINE wmMsg * wm_msg_subscribe_value_msg_cast_mut ( wmMsgSubscribeKey * key)

Definition at line 37 of file wm_message_bus_intern.hh.

References BLI_INLINE.