![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_print_t:Data Fields | |
| dt_print_info_t * | pinfo |
| dt_images_box * | imgs |
| dt_images_box | fallback_imgs |
| GList * | incoming_selection |
| cairo_surface_t * | screen_surfaces [MAX_IMAGE_PER_PAGE] |
| dt_view_image_surface_fetcher_t | screen_fetchers [MAX_IMAGE_PER_PAGE] |
| int32_t | last_selected |
| int32_t | pending_imgid |
| gboolean | busy |
| gboolean dt_print_t::busy |
| dt_images_box dt_print_t::fallback_imgs |
Definition at line 61 of file print.c.
Referenced by _view_print_settings(), and init().
| dt_images_box* dt_print_t::imgs |
Definition at line 60 of file print.c.
Referenced by _drag_and_drop_received(), _drag_motion_received(), _print_setup_initial_image(), _view_print_settings(), enter(), expose(), expose_print_page(), init(), leave(), mouse_moved(), and try_enter().
| GList* dt_print_t::incoming_selection |
| int32_t dt_print_t::last_selected |
Definition at line 65 of file print.c.
Referenced by _drag_and_drop_received(), _film_strip_activated(), enter(), and init().
| int32_t dt_print_t::pending_imgid |
Definition at line 66 of file print.c.
Referenced by _print_setup_initial_image(), _view_print_settings(), enter(), init(), and try_enter().
| dt_print_info_t* dt_print_t::pinfo |
Definition at line 59 of file print.c.
Referenced by _print_setup_initial_image(), _view_print_settings(), and expose_print_page().
| dt_view_image_surface_fetcher_t dt_print_t::screen_fetchers[MAX_IMAGE_PER_PAGE] |
| cairo_surface_t* dt_print_t::screen_surfaces[MAX_IMAGE_PER_PAGE] |