![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Data Fields | |
int32_t | col_count |
uint32_t | width |
uint32_t | height |
dt_slideshow_buf_t | buf [S_SLOT_LAST] |
gboolean | init_phase |
dt_pthread_mutex_t | lock |
gboolean | auto_advance |
int | exporting |
int | delay |
guint | mouse_timeout |
gboolean dt_slideshow_t::auto_advance |
Referenced by _step_state(), auto_advance(), enter(), and leave().
dt_slideshow_buf_t dt_slideshow_t::buf[S_SLOT_LAST] |
Referenced by _is_idle(), _refresh_display(), _step_state(), enter(), expose(), leave(), process_image(), process_job_run(), shift_left(), and shift_right().
int32_t dt_slideshow_t::col_count |
Referenced by _is_idle(), _step_state(), enter(), process_image(), and process_job_run().
int dt_slideshow_t::delay |
Referenced by _step_state(), and enter().
int dt_slideshow_t::exporting |
Referenced by enter(), leave(), and process_image().
uint32_t dt_slideshow_t::height |
Referenced by enter(), expose(), and process_image().
gboolean dt_slideshow_t::init_phase |
dt_pthread_mutex_t dt_slideshow_t::lock |
Referenced by _step_state(), cleanup(), enter(), expose(), init(), leave(), and process_image().
guint dt_slideshow_t::mouse_timeout |
Referenced by _hide_mouse(), enter(), leave(), and mouse_moved().
uint32_t dt_slideshow_t::width |
Referenced by enter(), expose(), and process_image().