Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_film_t Struct Reference

#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
 

Detailed Description

film roll. this is one directory of images on disk. also manages the preview image cache.

Definition at line 43 of file film.h.

Field Documentation

◆ dir

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().

◆ dirname

char dt_film_t::dirname[512]

◆ id

◆ images_mutex

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().

◆ last_loaded

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().

◆ num_images

int32_t dt_film_t::num_images

Definition at line 49 of file film.h.

Referenced by dt_film_init().

◆ ref

int32_t dt_film_t::ref

Definition at line 50 of file film.h.

Referenced by dt_film_import1_create(), and dt_film_init().


The documentation for this struct was generated from the following file: