Blender V4.3
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
9#pragma once
10
11/* internal exports only */
12struct ARegion;
13struct ARegionType;
14struct SpaceImage;
15struct bContext;
16struct bNodeTree;
17struct wmOperatorType;
18
19/* `space_image.cc` */
20
21extern "C" {
22extern const char *image_context_dir[]; /* doc access */
23}
24
25/* `image_draw.cc` */
26
27void draw_image_main_helpers(const bContext *C, ARegion *region);
28void draw_image_cache(const bContext *C, ARegion *region);
30
31/* `image_ops.cc` */
32
35
46#ifdef WITH_INPUT_NDOF
47void IMAGE_OT_view_ndof(wmOperatorType *ot);
48#endif
49
70
75
80
84
86
90
94
95/* image_panels.c */
96
void IMAGE_OT_view_cursor_center(wmOperatorType *ot)
Definition image_ops.cc:886
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:722
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)
Definition image_ops.cc:991
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:840
void IMAGE_OT_render_border(wmOperatorType *ot)
void IMAGE_OT_view_pan(wmOperatorType *ot)
Definition image_ops.cc:464
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:324
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:922
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:4125