Blender V2.61 - r43446
|
#include <DNA_space_types.h>
Public Attributes | |
SpaceLink * | next |
SpaceLink * | prev |
ListBase | regionbase |
int | spacetype |
int | flag |
struct Image * | image |
struct ImageUser | iuser |
struct CurveMapping * | cumap |
struct Scopes | scopes |
struct Histogram | sample_line_hist |
struct bGPdata * | gpd |
float | cursor [2] |
float | xof |
float | yof |
float | zoom |
float | centx |
float | centy |
short | curtile |
short | pad |
short | lock |
short | pin |
char | dt_uv |
char | sticky |
char | dt_uvstretch |
char | around |
Definition at line 251 of file DNA_space_types.h.
char SpaceImage::around |
Definition at line 279 of file DNA_space_types.h.
Referenced by initTransInfo(), and snap_cursor_to_selection().
float SpaceImage::centx |
Definition at line 270 of file DNA_space_types.h.
float SpaceImage::centy |
Definition at line 270 of file DNA_space_types.h.
struct CurveMapping* SpaceImage::cumap |
Definition at line 260 of file DNA_space_types.h.
Referenced by direct_link_screen(), image_duplicate(), image_free(), image_panel_curves(), image_sample_apply(), and write_screens().
float SpaceImage::cursor[2] |
Definition at line 267 of file DNA_space_types.h.
Referenced by calculateCenterCursor2D(), drawcursor_sima(), set_2d_cursor_exec(), snap_cursor_to_pixels(), snap_cursor_to_selection(), and snap_uvs_to_cursor().
short SpaceImage::curtile |
Definition at line 272 of file DNA_space_types.h.
Referenced by draw_image_buffer_tiled(), image_refresh(), and set_tile_invoke().
char SpaceImage::dt_uv |
Definition at line 276 of file DNA_space_types.h.
Referenced by draw_uvs().
Definition at line 278 of file DNA_space_types.h.
Referenced by draw_uvs_stretch().
int SpaceImage::flag |
Definition at line 256 of file DNA_space_types.h.
Referenced by applyAspectRatio(), createTransUVs(), do_uvedit_vertex(), draw_image_buffer(), draw_image_main(), draw_uvs(), ED_screen_full_restore(), ED_space_image_set(), ED_space_image_show_paint(), ed_undo_step(), ED_undo_valid(), flushTransUVs(), hide_exec(), image_listener(), image_paint_poll(), image_refresh(), postTrans(), recalcData_image(), removeAspectRatio(), render_view_cancel_exec(), render_view_open(), render_view_show_invoke(), reveal_exec(), ui_id_brush_get_icon(), uvedit_live_unwrap_update(), and uvedit_vertex_buttons().
struct bGPdata* SpaceImage::gpd |
Definition at line 265 of file DNA_space_types.h.
Referenced by direct_link_screen(), do_versions_gpencil_2_50(), gpencil_data_get_pointers(), lib_link_screen(), and lib_link_screen_restore().
struct Image* SpaceImage::image |
Definition at line 258 of file DNA_space_types.h.
Referenced by bake_update(), do_uvedit_vertex(), draw_image_main(), draw_uvs(), draw_uvs_stretch(), ED_space_image(), ED_space_image_acquire_buffer(), ED_space_image_release_buffer(), ED_space_image_set(), ED_space_image_show_render(), ED_space_image_size(), ED_uvedit_ensure_uvs(), find_area_image_empty(), find_area_showing_r_result(), gp_paint_initstroke(), image_listener(), image_open_invoke(), image_record_composite_apply(), image_record_composite_exit(), image_refresh(), image_replace_exec(), image_replace_invoke(), image_save_sequence_exec(), lib_link_screen(), lib_link_screen_restore(), render_view_open(), save_image_doit(), save_image_options_init(), snap_uvs_to_pixels(), space_image_poll(), texture_paint_init(), and uvedit_vertex_buttons().
struct ImageUser SpaceImage::iuser |
Definition at line 259 of file DNA_space_types.h.
Referenced by direct_link_screen(), draw_image_main(), ED_image_update_frame(), ED_space_image_acquire_buffer(), ED_space_image_set(), ED_space_image_size(), image_main_area_draw(), image_new(), image_new_exec(), image_open_exec(), image_record_composite_apply(), image_record_composite_init(), image_refresh(), image_reload_exec(), image_replace_exec(), imapaint_canvas_set(), imapaint_paint_stroke(), and imapaint_paint_sub_stroke().
short SpaceImage::lock |
Definition at line 274 of file DNA_space_types.h.
Referenced by image_listener(), image_new(), imapaint_image_update(), paint_redraw(), and viewRedrawForce().
Definition at line 252 of file DNA_space_types.h.
Referenced by render_view_show_invoke().
short SpaceImage::pad |
Definition at line 273 of file DNA_space_types.h.
short SpaceImage::pin |
Definition at line 275 of file DNA_space_types.h.
Referenced by image_refresh().
Definition at line 252 of file DNA_space_types.h.
Definition at line 253 of file DNA_space_types.h.
Referenced by image_new().
Definition at line 263 of file DNA_space_types.h.
Referenced by do_versions(), image_new(), and image_sample_line_exec().
struct Scopes SpaceImage::scopes |
Definition at line 262 of file DNA_space_types.h.
Referenced by direct_link_screen(), do_versions(), image_duplicate(), image_free(), image_new(), image_scope_area_draw(), image_scopes_tag_refresh(), and lib_link_screen_restore().
Definition at line 254 of file DNA_space_types.h.
Referenced by image_new(), space_image_buffer_exists_poll(), and space_image_poll().
char SpaceImage::sticky |
Definition at line 277 of file DNA_space_types.h.
Referenced by mouse_select(), reveal_exec(), and uv_faces_do_sticky().
float SpaceImage::xof |
Definition at line 268 of file DNA_space_types.h.
Referenced by image_main_area_set_view2d(), image_view_all_exec(), image_view_ndof_invoke(), image_view_pan_exec(), image_view_pan_exit(), image_view_pan_init(), image_view_pan_modal(), image_view_selected_exec(), and image_view_zoom_ratio_exec().
float SpaceImage::yof |
Definition at line 268 of file DNA_space_types.h.
Referenced by image_main_area_set_view2d(), image_view_all_exec(), image_view_ndof_invoke(), image_view_pan_exec(), image_view_pan_exit(), image_view_pan_init(), image_view_pan_modal(), image_view_selected_exec(), and image_view_zoom_ratio_exec().
float SpaceImage::zoom |
Definition at line 269 of file DNA_space_types.h.
Referenced by image_main_area_set_view2d(), image_new(), image_view_ndof_invoke(), image_view_pan_invoke(), image_view_pan_modal(), image_view_zoom_exit(), image_view_zoom_init(), image_view_zoom_invoke(), mouse_select(), sima_zoom_set(), and sima_zoom_set_factor().