Blender V5.0
image_intern.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2008 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11/* internal exports only */
12struct ARegion;
13struct ARegionType;
14struct ImageUser;
15struct SpaceImage;
16struct bContext;
17struct bNodeTree;
18struct wmOperatorType;
19struct rctf;
20
21/* `space_image.cc` */
22
23extern "C" {
24extern const char *image_context_dir[]; /* doc access */
25}
26
27/* `image_draw.cc` */
28
29void draw_image_main_helpers(const bContext *C, ARegion *region);
30void draw_image_cache(const bContext *C, ARegion *region);
32void draw_image_uv_custom_region(const ARegion *region, const rctf &custom_region);
33
34/* `image_ops.cc` */
35
38
49#ifdef WITH_INPUT_NDOF
50void IMAGE_OT_view_ndof(wmOperatorType *ot);
51#endif
52
73
78
83
87
89
93
97
98/* image_panels.c */
99
#define C
Definition RandGen.cpp:29
void IMAGE_OT_view_cursor_center(wmOperatorType *ot)
Definition image_ops.cc:900
void IMAGE_OT_change_frame(wmOperatorType *ot)
void IMAGE_OT_save_sequence(wmOperatorType *ot)
void IMAGE_OT_view_zoom(wmOperatorType *ot)
Definition image_ops.cc:736
void IMAGE_OT_cycle_render_slot(wmOperatorType *ot)
void IMAGE_OT_match_movie_length(wmOperatorType *ot)
void IMAGE_OT_save_all_modified(wmOperatorType *ot)
void IMAGE_OT_save_as(wmOperatorType *ot)
void IMAGE_OT_sample(wmOperatorType *ot)
void image_buttons_register(ARegionType *art)
bool space_image_view_center_cursor_poll(bContext *C)
void IMAGE_OT_tile_fill(wmOperatorType *ot)
void IMAGE_OT_remove_render_slot(wmOperatorType *ot)
void IMAGE_OT_view_zoom_border(wmOperatorType *ot)
ImageUser * ntree_get_active_iuser(bNodeTree *ntree)
void IMAGE_OT_reload(wmOperatorType *ot)
void IMAGE_OT_unpack(wmOperatorType *ot)
void IMAGE_OT_view_selected(wmOperatorType *ot)
void IMAGE_OT_tile_add(wmOperatorType *ot)
void IMAGE_OT_pack(wmOperatorType *ot)
void IMAGE_OT_open(wmOperatorType *ot)
void IMAGE_OT_read_viewlayers(wmOperatorType *ot)
void IMAGE_OT_invert(wmOperatorType *ot)
void IMAGE_OT_resize(wmOperatorType *ot)
void IMAGE_OT_clear_render_slot(wmOperatorType *ot)
void draw_image_main_helpers(const bContext *C, ARegion *region)
void IMAGE_OT_view_zoom_in(wmOperatorType *ot)
void IMAGE_OT_view_zoom_out(wmOperatorType *ot)
void IMAGE_OT_rotate_orthogonal(wmOperatorType *ot)
void IMAGE_OT_view_all(wmOperatorType *ot)
Definition image_ops.cc:854
void IMAGE_OT_render_border(wmOperatorType *ot)
void IMAGE_OT_view_pan(wmOperatorType *ot)
Definition image_ops.cc:475
void IMAGE_OT_clipboard_copy(wmOperatorType *ot)
const char * image_context_dir[]
void IMAGE_OT_save(wmOperatorType *ot)
void IMAGE_OT_file_browse(wmOperatorType *ot)
void IMAGE_OT_clipboard_paste(wmOperatorType *ot)
void IMAGE_OT_add_render_slot(wmOperatorType *ot)
void IMAGE_OT_tile_remove(wmOperatorType *ot)
bool space_image_main_region_poll(bContext *C)
Definition image_ops.cc:332
void draw_image_uv_custom_region(const ARegion *region, const rctf &custom_region)
void IMAGE_OT_flip(wmOperatorType *ot)
void draw_image_cache(const bContext *C, ARegion *region)
void IMAGE_OT_sample_line(wmOperatorType *ot)
void IMAGE_OT_replace(wmOperatorType *ot)
void draw_image_sample_line(SpaceImage *sima)
void IMAGE_OT_view_center_cursor(wmOperatorType *ot)
Definition image_ops.cc:936
void IMAGE_OT_view_zoom_ratio(wmOperatorType *ot)
void IMAGE_OT_new(wmOperatorType *ot)
void IMAGE_OT_clear_render_border(wmOperatorType *ot)
void IMAGE_OT_curves_point_set(wmOperatorType *ot)
wmOperatorType * ot
Definition wm_files.cc:4237