Blender V4.3
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)

◆ wm_msg_subscribe_value_msg_cast_mut()

BLI_INLINE wmMsg * wm_msg_subscribe_value_msg_cast_mut ( wmMsgSubscribeKey * key)

Definition at line 35 of file wm_message_bus_intern.hh.