Blender V4.3
image_intern.hh File Reference

Go to the source code of this file.

Functions

void draw_image_main_helpers (const bContext *C, ARegion *region)
 
void draw_image_cache (const bContext *C, ARegion *region)
 
void draw_image_sample_line (SpaceImage *sima)
 
bool space_image_main_region_poll (bContext *C)
 
bool space_image_view_center_cursor_poll (bContext *C)
 
void IMAGE_OT_view_all (wmOperatorType *ot)
 
void IMAGE_OT_view_pan (wmOperatorType *ot)
 
void IMAGE_OT_view_selected (wmOperatorType *ot)
 
void IMAGE_OT_view_center_cursor (wmOperatorType *ot)
 
void IMAGE_OT_view_cursor_center (wmOperatorType *ot)
 
void IMAGE_OT_view_zoom (wmOperatorType *ot)
 
void IMAGE_OT_view_zoom_in (wmOperatorType *ot)
 
void IMAGE_OT_view_zoom_out (wmOperatorType *ot)
 
void IMAGE_OT_view_zoom_ratio (wmOperatorType *ot)
 
void IMAGE_OT_view_zoom_border (wmOperatorType *ot)
 
void IMAGE_OT_new (wmOperatorType *ot)
 
void IMAGE_OT_open (wmOperatorType *ot)
 
void IMAGE_OT_file_browse (wmOperatorType *ot)
 
void IMAGE_OT_match_movie_length (wmOperatorType *ot)
 
void IMAGE_OT_replace (wmOperatorType *ot)
 
void IMAGE_OT_reload (wmOperatorType *ot)
 
void IMAGE_OT_save (wmOperatorType *ot)
 
void IMAGE_OT_save_as (wmOperatorType *ot)
 
void IMAGE_OT_save_sequence (wmOperatorType *ot)
 
void IMAGE_OT_save_all_modified (wmOperatorType *ot)
 
void IMAGE_OT_pack (wmOperatorType *ot)
 
void IMAGE_OT_unpack (wmOperatorType *ot)
 
void IMAGE_OT_clipboard_copy (wmOperatorType *ot)
 
void IMAGE_OT_clipboard_paste (wmOperatorType *ot)
 
void IMAGE_OT_flip (wmOperatorType *ot)
 
void IMAGE_OT_rotate_orthogonal (wmOperatorType *ot)
 
void IMAGE_OT_invert (wmOperatorType *ot)
 
void IMAGE_OT_resize (wmOperatorType *ot)
 
void IMAGE_OT_cycle_render_slot (wmOperatorType *ot)
 
void IMAGE_OT_clear_render_slot (wmOperatorType *ot)
 
void IMAGE_OT_add_render_slot (wmOperatorType *ot)
 
void IMAGE_OT_remove_render_slot (wmOperatorType *ot)
 
void IMAGE_OT_sample (wmOperatorType *ot)
 
void IMAGE_OT_sample_line (wmOperatorType *ot)
 
void IMAGE_OT_curves_point_set (wmOperatorType *ot)
 
void IMAGE_OT_change_frame (wmOperatorType *ot)
 
void IMAGE_OT_read_viewlayers (wmOperatorType *ot)
 
void IMAGE_OT_render_border (wmOperatorType *ot)
 
void IMAGE_OT_clear_render_border (wmOperatorType *ot)
 
void IMAGE_OT_tile_add (wmOperatorType *ot)
 
void IMAGE_OT_tile_remove (wmOperatorType *ot)
 
void IMAGE_OT_tile_fill (wmOperatorType *ot)
 
ImageUserntree_get_active_iuser (bNodeTree *ntree)
 
void image_buttons_register (ARegionType *art)
 

Variables

const char * image_context_dir []
 

Function Documentation

◆ draw_image_cache()

◆ draw_image_main_helpers()

◆ draw_image_sample_line()

◆ image_buttons_register()

◆ IMAGE_OT_add_render_slot()

◆ IMAGE_OT_change_frame()

◆ IMAGE_OT_clear_render_border()

◆ IMAGE_OT_clear_render_slot()

◆ IMAGE_OT_clipboard_copy()

◆ IMAGE_OT_clipboard_paste()

◆ IMAGE_OT_curves_point_set()

◆ IMAGE_OT_cycle_render_slot()

◆ IMAGE_OT_file_browse()

◆ IMAGE_OT_flip()

◆ IMAGE_OT_invert()

◆ IMAGE_OT_match_movie_length()

void IMAGE_OT_match_movie_length ( wmOperatorType * ot)

◆ IMAGE_OT_new()

◆ IMAGE_OT_open()

◆ IMAGE_OT_pack()

◆ IMAGE_OT_read_viewlayers()

◆ IMAGE_OT_reload()

◆ IMAGE_OT_remove_render_slot()

◆ IMAGE_OT_render_border()

◆ IMAGE_OT_replace()

◆ IMAGE_OT_resize()

◆ IMAGE_OT_rotate_orthogonal()

◆ IMAGE_OT_sample()

◆ IMAGE_OT_sample_line()

◆ IMAGE_OT_save()

◆ IMAGE_OT_save_all_modified()

◆ IMAGE_OT_save_as()

◆ IMAGE_OT_save_sequence()

◆ IMAGE_OT_tile_add()

◆ IMAGE_OT_tile_fill()

◆ IMAGE_OT_tile_remove()

◆ IMAGE_OT_unpack()

◆ IMAGE_OT_view_all()

◆ IMAGE_OT_view_center_cursor()

◆ IMAGE_OT_view_cursor_center()

◆ IMAGE_OT_view_pan()

◆ IMAGE_OT_view_selected()

◆ IMAGE_OT_view_zoom()

◆ IMAGE_OT_view_zoom_border()

◆ IMAGE_OT_view_zoom_in()

◆ IMAGE_OT_view_zoom_out()

◆ IMAGE_OT_view_zoom_ratio()

◆ ntree_get_active_iuser()

ImageUser * ntree_get_active_iuser ( bNodeTree * ntree)

Gets active viewer user.

Definition at line 50 of file image_buttons.cc.

References LISTBASE_FOREACH, NODE_DO_OUTPUT, and bNodeTree::nodes.

◆ space_image_main_region_poll()

◆ space_image_view_center_cursor_poll()

bool space_image_view_center_cursor_poll ( bContext * C)

Variable Documentation

◆ image_context_dir

const char* image_context_dir[]
extern

Definition at line 427 of file space_image.cc.

Referenced by bpy_context_members(), and image_context().