Blender V2.61 - r43446
Functions | Variables

image_intern.h File Reference

Go to the source code of this file.

Functions

struct ARegionimage_has_buttons_region (struct ScrArea *sa)
struct ARegionimage_has_scope_region (struct ScrArea *sa)
void IMAGE_OT_toolbox (struct wmOperatorType *ot)
void draw_image_main (struct SpaceImage *sima, struct ARegion *ar, struct Scene *scene)
void draw_image_grease_pencil (struct bContext *C, short onlyv2d)
int space_image_main_area_poll (struct bContext *C)
void IMAGE_OT_view_all (struct wmOperatorType *ot)
void IMAGE_OT_view_pan (struct wmOperatorType *ot)
void IMAGE_OT_view_selected (struct wmOperatorType *ot)
void IMAGE_OT_view_zoom (struct wmOperatorType *ot)
void IMAGE_OT_view_zoom_in (struct wmOperatorType *ot)
void IMAGE_OT_view_zoom_out (struct wmOperatorType *ot)
void IMAGE_OT_view_zoom_ratio (struct wmOperatorType *ot)
void IMAGE_OT_view_ndof (struct wmOperatorType *ot)
void IMAGE_OT_new (struct wmOperatorType *ot)
void IMAGE_OT_open (struct wmOperatorType *ot)
void IMAGE_OT_replace (struct wmOperatorType *ot)
void IMAGE_OT_reload (struct wmOperatorType *ot)
void IMAGE_OT_save (struct wmOperatorType *ot)
void IMAGE_OT_save_as (struct wmOperatorType *ot)
void IMAGE_OT_save_sequence (struct wmOperatorType *ot)
void IMAGE_OT_pack (struct wmOperatorType *ot)
void IMAGE_OT_unpack (struct wmOperatorType *ot)
void IMAGE_OT_invert (struct wmOperatorType *ot)
void IMAGE_OT_cycle_render_slot (struct wmOperatorType *ot)
void IMAGE_OT_sample (struct wmOperatorType *ot)
void IMAGE_OT_sample_line (struct wmOperatorType *ot)
void IMAGE_OT_curves_point_set (struct wmOperatorType *ot)
void IMAGE_OT_record_composite (struct wmOperatorType *ot)
struct ImageUserntree_get_active_iuser (struct bNodeTree *ntree)
void image_buttons_register (struct ARegionType *art)
void IMAGE_OT_properties (struct wmOperatorType *ot)
void IMAGE_OT_scopes (struct wmOperatorType *ot)

Variables

const char * image_context_dir []

Detailed Description

Definition in file image_intern.h.


Function Documentation

void draw_image_grease_pencil ( struct bContext C,
short  onlyv2d 
)
void draw_image_main ( struct SpaceImage sima,
struct ARegion ar,
struct Scene scene 
)
void image_buttons_register ( struct ARegionType art)
struct ARegion* image_has_buttons_region ( struct ScrArea sa) [read]
struct ARegion* image_has_scope_region ( struct ScrArea sa) [read]
void IMAGE_OT_curves_point_set ( struct wmOperatorType ot)
void IMAGE_OT_cycle_render_slot ( struct wmOperatorType ot)
void IMAGE_OT_invert ( struct wmOperatorType ot)
void IMAGE_OT_new ( struct wmOperatorType ot)
void IMAGE_OT_open ( struct wmOperatorType ot)
void IMAGE_OT_pack ( struct wmOperatorType ot)
void IMAGE_OT_properties ( struct wmOperatorType ot)
void IMAGE_OT_record_composite ( struct wmOperatorType ot)
void IMAGE_OT_reload ( struct wmOperatorType ot)
void IMAGE_OT_replace ( struct wmOperatorType ot)
void IMAGE_OT_sample ( struct wmOperatorType ot)
void IMAGE_OT_sample_line ( struct wmOperatorType ot)
void IMAGE_OT_save ( struct wmOperatorType ot)
void IMAGE_OT_save_as ( struct wmOperatorType ot)
void IMAGE_OT_save_sequence ( struct wmOperatorType ot)
void IMAGE_OT_scopes ( struct wmOperatorType ot)
void IMAGE_OT_toolbox ( struct wmOperatorType ot)
void IMAGE_OT_unpack ( struct wmOperatorType ot)
void IMAGE_OT_view_all ( struct wmOperatorType ot)
void IMAGE_OT_view_ndof ( struct wmOperatorType ot)
void IMAGE_OT_view_pan ( struct wmOperatorType ot)
void IMAGE_OT_view_selected ( struct wmOperatorType ot)
void IMAGE_OT_view_zoom ( struct wmOperatorType ot)
void IMAGE_OT_view_zoom_in ( struct wmOperatorType ot)
void IMAGE_OT_view_zoom_out ( struct wmOperatorType ot)
void IMAGE_OT_view_zoom_ratio ( struct wmOperatorType ot)
struct ImageUser* ntree_get_active_iuser ( struct bNodeTree ntree) [read]
int space_image_main_area_poll ( struct bContext C)

Variable Documentation

const char* image_context_dir[]

Definition at line 689 of file space_image.c.