Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_image/image_intern.h
| Show First 20 Lines • Show All 44 Lines • ▼ Show 20 Lines | |||||
| /* 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); | ||||
| 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); | ||||
| void IMAGE_OT_view_selected(struct wmOperatorType *ot); | void IMAGE_OT_view_selected(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_view_center_cursor(struct wmOperatorType *ot); | void IMAGE_OT_view_center_cursor(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_view_cursor_center(struct wmOperatorType *ot); | |||||
| void IMAGE_OT_view_zoom(struct wmOperatorType *ot); | void IMAGE_OT_view_zoom(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_view_zoom_in(struct wmOperatorType *ot); | void IMAGE_OT_view_zoom_in(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_view_zoom_out(struct wmOperatorType *ot); | void IMAGE_OT_view_zoom_out(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_view_zoom_ratio(struct wmOperatorType *ot); | void IMAGE_OT_view_zoom_ratio(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_view_zoom_border(struct wmOperatorType *ot); | void IMAGE_OT_view_zoom_border(struct wmOperatorType *ot); | ||||
| #ifdef WITH_INPUT_NDOF | #ifdef WITH_INPUT_NDOF | ||||
| void IMAGE_OT_view_ndof(struct wmOperatorType *ot); | void IMAGE_OT_view_ndof(struct wmOperatorType *ot); | ||||
| #endif | #endif | ||||
| Show All 40 Lines | |||||