Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_context.h
| Show First 20 Lines • Show All 150 Lines • ▼ Show 20 Lines | |||||
| struct WorkSpace *CTX_wm_workspace(const bContext *C); | struct WorkSpace *CTX_wm_workspace(const bContext *C); | ||||
| struct bScreen *CTX_wm_screen(const bContext *C); | struct bScreen *CTX_wm_screen(const bContext *C); | ||||
| struct ScrArea *CTX_wm_area(const bContext *C); | struct ScrArea *CTX_wm_area(const bContext *C); | ||||
| struct SpaceLink *CTX_wm_space_data(const bContext *C); | struct SpaceLink *CTX_wm_space_data(const bContext *C); | ||||
| struct ARegion *CTX_wm_region(const bContext *C); | struct ARegion *CTX_wm_region(const bContext *C); | ||||
| void *CTX_wm_region_data(const bContext *C); | void *CTX_wm_region_data(const bContext *C); | ||||
| struct ARegion *CTX_wm_menu(const bContext *C); | struct ARegion *CTX_wm_menu(const bContext *C); | ||||
| struct wmManipulatorGroup *CTX_wm_manipulator_group(const bContext *C); | struct wmManipulatorGroup *CTX_wm_manipulator_group(const bContext *C); | ||||
| struct wmMsgBus *CTX_wm_message_bus(const bContext *C); | |||||
| struct ReportList *CTX_wm_reports(const bContext *C); | struct ReportList *CTX_wm_reports(const bContext *C); | ||||
| struct View3D *CTX_wm_view3d(const bContext *C); | struct View3D *CTX_wm_view3d(const bContext *C); | ||||
| struct RegionView3D *CTX_wm_region_view3d(const bContext *C); | struct RegionView3D *CTX_wm_region_view3d(const bContext *C); | ||||
| struct SpaceText *CTX_wm_space_text(const bContext *C); | struct SpaceText *CTX_wm_space_text(const bContext *C); | ||||
| struct SpaceImage *CTX_wm_space_image(const bContext *C); | struct SpaceImage *CTX_wm_space_image(const bContext *C); | ||||
| struct SpaceConsole *CTX_wm_space_console(const bContext *C); | struct SpaceConsole *CTX_wm_space_console(const bContext *C); | ||||
| struct SpaceButs *CTX_wm_space_buts(const bContext *C); | struct SpaceButs *CTX_wm_space_buts(const bContext *C); | ||||
| ▲ Show 20 Lines • Show All 159 Lines • Show Last 20 Lines | |||||