Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_image/image_intern.h
| Show First 20 Lines • Show All 41 Lines • ▼ Show 20 Lines | |||||
| struct Image; | struct Image; | ||||
| struct ImBuf; | struct ImBuf; | ||||
| struct wmOperatorType; | struct wmOperatorType; | ||||
| struct Scene; | struct Scene; | ||||
| struct bNodeTree; | struct bNodeTree; | ||||
| /* space_image.c */ | /* space_image.c */ | ||||
| struct ARegion *image_has_buttons_region(struct ScrArea *sa); | struct ARegion *image_has_buttons_region(struct ScrArea *sa); | ||||
| struct ARegion *image_has_scope_region(struct ScrArea *sa); | struct ARegion *image_has_tools_region(struct ScrArea *sa); | ||||
| extern const char *image_context_dir[]; /* doc access */ | extern const char *image_context_dir[]; /* doc access */ | ||||
| /* image_draw.c */ | /* image_draw.c */ | ||||
| void draw_image_main(const struct bContext *C, struct ARegion *ar); | void draw_image_main(const struct bContext *C, struct ARegion *ar); | ||||
| void draw_image_grease_pencil(struct bContext *C, short onlyv2d); | void draw_image_grease_pencil(struct bContext *C, short onlyv2d); | ||||
| void draw_image_sample_line(struct SpaceImage *sima); | void draw_image_sample_line(struct SpaceImage *sima); | ||||
| Show All 27 Lines | |||||
| void IMAGE_OT_sample(struct wmOperatorType *ot); | void IMAGE_OT_sample(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_sample_line(struct wmOperatorType *ot); | void IMAGE_OT_sample_line(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_curves_point_set(struct wmOperatorType *ot); | void IMAGE_OT_curves_point_set(struct wmOperatorType *ot); | ||||
| /* image_panels.c */ | /* image_panels.c */ | ||||
| struct ImageUser *ntree_get_active_iuser(struct bNodeTree *ntree); | struct ImageUser *ntree_get_active_iuser(struct bNodeTree *ntree); | ||||
| void image_buttons_register(struct ARegionType *art); | void image_buttons_register(struct ARegionType *art); | ||||
| void IMAGE_OT_properties(struct wmOperatorType *ot); | void IMAGE_OT_properties(struct wmOperatorType *ot); | ||||
| void IMAGE_OT_scopes(struct wmOperatorType *ot); | void IMAGE_OT_toolshelf(struct wmOperatorType *ot); | ||||
| #endif /* __IMAGE_INTERN_H__ */ | #endif /* __IMAGE_INTERN_H__ */ | ||||