Blender V4.5
bContext::[struct].wm Struct Reference

Public Attributes

wmWindowManagermanager
wmWindowwindow
WorkSpaceworkspace
bScreenscreen
ScrAreaarea
ARegionregion
ARegionregion_popup
wmGizmoGroupgizmo_group
const bContextStorestore
const char * operator_poll_msg
bContextPollMsgDyn_Params operator_poll_msg_dyn_params

Detailed Description

Definition at line 62 of file blenkernel/intern/context.cc.

Member Data Documentation

◆ area

ScrArea* bContext::[struct].wm area

◆ gizmo_group

wmGizmoGroup* bContext::[struct].wm gizmo_group

◆ manager

wmWindowManager* bContext::[struct].wm manager

◆ operator_poll_msg

const char* bContext::[struct].wm operator_poll_msg

Store the reason the poll function fails (static string, not allocated). For more advanced formatting use operator_poll_msg_dyn_params.

◆ operator_poll_msg_dyn_params

bContextPollMsgDyn_Params bContext::[struct].wm operator_poll_msg_dyn_params

Store values to dynamically to create the string (called when a tool-tip is shown).

◆ region

ARegion* bContext::[struct].wm region

◆ region_popup

ARegion* bContext::[struct].wm region_popup

◆ screen

bScreen* bContext::[struct].wm screen

◆ store

const bContextStore* bContext::[struct].wm store

◆ window

wmWindow* bContext::[struct].wm window

◆ workspace

WorkSpace* bContext::[struct].wm workspace

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