![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <film.h>
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 |
Referenced by _apply_filmroll_gpx(), dt_film_cleanup(), dt_film_import(), and dt_film_init().
char dt_film_t::dirname[512] |
int32_t dt_film_t::id |
Referenced by _apply_filmroll_gpx(), _film_import1(), dt_film_import(), dt_film_init(), dt_film_new(), and import_images().
dt_pthread_mutex_t dt_film_t::images_mutex |
Referenced by dt_film_cleanup(), dt_film_import1_create(), and dt_film_init().
int32_t dt_film_t::last_loaded |
Referenced by dt_film_import(), dt_film_init(), and dt_film_new().
int32_t dt_film_t::num_images |
Referenced by dt_film_init().
int32_t dt_film_t::ref |
Referenced by dt_film_import1_create(), and dt_film_init().