Blender  V3.3
Classes | Typedefs | Functions
wm_message_bus_intern.h File Reference
#include "../wm_message_bus.h"

Go to the source code of this file.

Classes

struct  wmMsgBus
 
struct  wmMsgSubscribeKey_Generic
 

Typedefs

typedef struct wmMsgSubscribeKey_Generic wmMsgSubscribeKey_Generic
 

Functions

void wm_msg_subscribe_value_free (struct wmMsgSubscribeKey *msg_key, struct 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)
 

Typedef Documentation

◆ wmMsgSubscribeKey_Generic

Function Documentation

◆ wm_msg_subscribe_value_free()

void wm_msg_subscribe_value_free ( struct wmMsgSubscribeKey msg_key,
struct wmMsgSubscribeValueLink msg_lnk 
)

◆ 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 34 of file wm_message_bus_intern.h.