Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_context.h
| Show First 20 Lines • Show All 139 Lines • ▼ Show 20 Lines | |||||
| struct wmWindowManager *CTX_wm_manager(const bContext *C); | struct wmWindowManager *CTX_wm_manager(const bContext *C); | ||||
| struct wmWindow *CTX_wm_window(const bContext *C); | struct wmWindow *CTX_wm_window(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); | ||||
| void CTX_wm_switch_area(bContext *C, const char* dest); | |||||
| struct ARegion *CTX_wm_menu(const bContext *C); | struct ARegion *CTX_wm_menu(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); | ||||
| ▲ Show 20 Lines • Show All 150 Lines • Show Last 20 Lines | |||||