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

#include <BKE_screen.h>

Public Attributes

const struct bContextcontext
 
struct wmMsgBusmessage_bus
 
struct WorkSpaceworkspace
 
struct Scenescene
 
struct bScreenscreen
 
struct ScrAreaarea
 
struct ARegionregion
 

Detailed Description

Definition at line 131 of file BKE_screen.h.

Member Data Documentation

◆ area

struct ScrArea* wmRegionMessageSubscribeParams::area

Definition at line 137 of file BKE_screen.h.

◆ context

const struct bContext* wmRegionMessageSubscribeParams::context

Definition at line 132 of file BKE_screen.h.

Referenced by ED_region_do_draw().

◆ message_bus

struct wmMsgBus* wmRegionMessageSubscribeParams::message_bus

Definition at line 133 of file BKE_screen.h.

◆ region

struct ARegion* wmRegionMessageSubscribeParams::region

Definition at line 138 of file BKE_screen.h.

◆ scene

struct Scene* wmRegionMessageSubscribeParams::scene

Definition at line 135 of file BKE_screen.h.

◆ screen

struct bScreen* wmRegionMessageSubscribeParams::screen

Definition at line 136 of file BKE_screen.h.

◆ workspace

struct WorkSpace* wmRegionMessageSubscribeParams::workspace

Definition at line 134 of file BKE_screen.h.


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