Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_image/image_intern.h
| Context not available. | |||||
| /* image_ops.c */ | /* image_ops.c */ | ||||
| bool space_image_main_region_poll(struct bContext *C); | bool space_image_main_region_poll(struct bContext *C); | ||||
| bool space_image_view_center_cursor_poll(struct bContext *C); | bool space_image_view_center_cursor_poll(struct bContext *C); | ||||
| int nurbsuv_view_all_exec(const struct bContext *C, const struct ARegion *ar); | |||||
| void IMAGE_OT_view_all(struct wmOperatorType *ot); | void IMAGE_OT_view_all(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_view_pan(struct wmOperatorType *ot); | void IMAGE_OT_view_pan(struct wmOperatorType *ot); | ||||
| Context not available. | |||||