Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_image/image_intern.h
| Show First 20 Lines • Show All 43 Lines • ▼ Show 20 Lines | |||||
| void IMAGE_OT_view_ndof(struct wmOperatorType *ot); | void IMAGE_OT_view_ndof(struct wmOperatorType *ot); | ||||
| #endif | #endif | ||||
| void IMAGE_OT_new(struct wmOperatorType *ot); | void IMAGE_OT_new(struct wmOperatorType *ot); | ||||
| /** | /** | ||||
| * Called by other space types too. | * Called by other space types too. | ||||
| */ | */ | ||||
| void IMAGE_OT_open(struct wmOperatorType *ot); | void IMAGE_OT_open(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_file_browse(struct wmOperatorType *ot); | |||||
| /** | /** | ||||
| * Called by other space types too. | * Called by other space types too. | ||||
| */ | */ | ||||
| void IMAGE_OT_match_movie_length(struct wmOperatorType *ot); | void IMAGE_OT_match_movie_length(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_replace(struct wmOperatorType *ot); | void IMAGE_OT_replace(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_reload(struct wmOperatorType *ot); | void IMAGE_OT_reload(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_save(struct wmOperatorType *ot); | void IMAGE_OT_save(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_save_as(struct wmOperatorType *ot); | void IMAGE_OT_save_as(struct wmOperatorType *ot); | ||||
| Show All 35 Lines | |||||