Blender  V3.3
Public Attributes | List of all members
wmMsgSubscribeKey Struct Reference

#include <wm_message_bus.h>

Public Attributes

struct wmMsgSubscribeKeynext
 
struct wmMsgSubscribeKeyprev
 
ListBase values
 

Detailed Description

Definition at line 68 of file wm_message_bus.h.

Member Data Documentation

◆ next

struct wmMsgSubscribeKey* wmMsgSubscribeKey::next

Linked list for predicable ordering, otherwise we would depend on GHash bucketing.

Definition at line 70 of file wm_message_bus.h.

Referenced by WM_msgbus_clear_by_owner().

◆ prev

struct wmMsgSubscribeKey * wmMsgSubscribeKey::prev

Definition at line 70 of file wm_message_bus.h.

◆ values

ListBase wmMsgSubscribeKey::values

The documentation for this struct was generated from the following file: