![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Cache entry for a single thumbnail. More...
#include <thumbtable.h>
Collaboration diagram for dt_thumbtable_cache_t:Data Fields | |
| dt_thumbnail_t * | thumb |
| int32_t | imgid |
| int32_t | groupid |
Cache entry for a single thumbnail.
Definition at line 87 of file thumbtable.h.
| int32_t dt_thumbtable_cache_t::groupid |
ID of the group
Definition at line 91 of file thumbtable.h.
Referenced by _add_thumbnail_group_borders().
| int32_t dt_thumbtable_cache_t::imgid |
ID of the image
Definition at line 90 of file thumbtable.h.
Referenced by _add_thumbnail_at_rowid(), _dt_selection_changed_callback(), _find_rowid_from_imgid(), _imgid_to_rowid(), _move_in_grid(), dt_thumbtable_get_thumbnail_info(), dt_thumbtable_key_pressed_grid(), dt_thumbtable_select_all(), and dt_thumbtable_select_range().
| dt_thumbnail_t* dt_thumbtable_cache_t::thumb |
Pointer to thumbnail object
Definition at line 89 of file thumbtable.h.
Referenced by _add_thumbnail_at_rowid(), _add_thumbnail_group_borders(), _dt_collection_lut(), _dt_image_info_changed_callback(), _dt_selection_changed_callback(), _dt_thumbtable_empty_list(), _mouse_over_image_callback(), dt_thumbnail_destroy(), dt_thumbtable_get_thumbnail_info(), and dt_thumbtable_stop().