|
Blender V4.5
|
Public Attributes | |
| wmWindowManager * | manager |
| wmWindow * | window |
| WorkSpace * | workspace |
| bScreen * | screen |
| ScrArea * | area |
| ARegion * | region |
| ARegion * | region_popup |
| wmGizmoGroup * | gizmo_group |
| const bContextStore * | store |
| const char * | operator_poll_msg |
| bContextPollMsgDyn_Params | operator_poll_msg_dyn_params |
Definition at line 62 of file blenkernel/intern/context.cc.
| ScrArea* bContext::[struct].wm area |
| wmGizmoGroup* bContext::[struct].wm gizmo_group |
| wmWindowManager* bContext::[struct].wm manager |
| 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.
| 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).
| ARegion* bContext::[struct].wm region |
| ARegion* bContext::[struct].wm region_popup |
| bScreen* bContext::[struct].wm screen |
| const bContextStore* bContext::[struct].wm store |
| wmWindow* bContext::[struct].wm window |
| WorkSpace* bContext::[struct].wm workspace |