![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <film.h>
Collaboration diagram for dt_film_t:Data Fields | |
| int32_t | id |
| char | dirname [512] |
| dt_pthread_mutex_t | images_mutex |
| GDir * | dir |
| int32_t | num_images |
| int32_t | last_loaded |
| int32_t | ref |
film roll. this is one directory of images on disk. also manages the preview image cache.
| GDir* dt_film_t::dir |
Definition at line 48 of file film.h.
Referenced by _apply_filmroll_gpx(), dt_film_cleanup(), dt_film_import(), and dt_film_init().
| char dt_film_t::dirname[512] |
Definition at line 46 of file film.h.
Referenced by _apply_filmroll_gpx(), _film_import1(), _generic_dt_control_fileop_images_job_run(), dt_film_import(), dt_film_init(), and dt_film_new().
| int32_t dt_film_t::id |
Definition at line 45 of file film.h.
Referenced by _apply_filmroll_gpx(), _drop_move_to_folder(), _film_import1(), create_test_image(), dt_film_import(), dt_film_init(), and dt_film_new().
| dt_pthread_mutex_t dt_film_t::images_mutex |
Definition at line 47 of file film.h.
Referenced by dt_film_cleanup(), dt_film_import1_create(), and dt_film_init().
| int32_t dt_film_t::last_loaded |
Definition at line 49 of file film.h.
Referenced by dt_film_import(), dt_film_init(), and dt_film_new().
| int32_t dt_film_t::num_images |
Definition at line 49 of file film.h.
Referenced by dt_film_init().
| int32_t dt_film_t::ref |
Definition at line 50 of file film.h.
Referenced by dt_film_import1_create(), and dt_film_init().