Blender  V2.93
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 149 of file BKE_screen.h.

Member Data Documentation

◆ area

struct ScrArea* wmRegionMessageSubscribeParams::area

Definition at line 155 of file BKE_screen.h.

◆ context

const struct bContext* wmRegionMessageSubscribeParams::context

Definition at line 150 of file BKE_screen.h.

Referenced by ED_region_do_draw().

◆ message_bus

struct wmMsgBus* wmRegionMessageSubscribeParams::message_bus

Definition at line 151 of file BKE_screen.h.

◆ region

struct ARegion* wmRegionMessageSubscribeParams::region

Definition at line 156 of file BKE_screen.h.

◆ scene

struct Scene* wmRegionMessageSubscribeParams::scene

Definition at line 153 of file BKE_screen.h.

◆ screen

struct bScreen* wmRegionMessageSubscribeParams::screen

Definition at line 154 of file BKE_screen.h.

◆ workspace

struct WorkSpace* wmRegionMessageSubscribeParams::workspace

Definition at line 152 of file BKE_screen.h.


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