![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_splash_t:Data Fields | |
| GtkWidget * | window |
| GtkWidget * | drawing |
| GtkWidget * | label_message |
| GtkWidget * | logo |
| gchar * | logo_path |
| int | logo_scale_factor |
| GdkPixbuf * | slide_pixbuf |
| int | slide_cache_width |
| int | slide_cache_height |
| int | slide_cache_scale |
| int | slide_cache_index |
| gboolean | shown |
| GtkCssProvider * | css |
| GPtrArray * | authors |
| GPtrArray * | slides |
| gint | current_slide |
| guint | slide_timeout_id |
| GPtrArray* dt_splash_t::authors |
Referenced by _splash_build_author_list(), _splash_load_authors(), dt_gui_splash_close(), and dt_gui_splash_init().
| GtkCssProvider* dt_splash_t::css |
Referenced by _splash_add_css(), dt_gui_splash_close(), and dt_gui_splash_init().
| gint dt_splash_t::current_slide |
Referenced by _splash_draw(), and _splash_slide_advance().
| GtkWidget* dt_splash_t::drawing |
Referenced by _splash_force_show(), _splash_slide_advance(), _splash_update_message(), and dt_gui_splash_init().
| GtkWidget* dt_splash_t::label_message |
Referenced by _splash_update_message(), and dt_gui_splash_init().
| GtkWidget* dt_splash_t::logo |
Referenced by _splash_update_logo_for_scale(), and dt_gui_splash_init().
| gchar* dt_splash_t::logo_path |
Referenced by _splash_update_logo_for_scale(), dt_gui_splash_close(), and dt_gui_splash_init().
| int dt_splash_t::logo_scale_factor |
Referenced by _splash_update_logo_for_scale(), and dt_gui_splash_init().
| gboolean dt_splash_t::shown |
Referenced by _splash_force_show(), and dt_gui_splash_init().
| int dt_splash_t::slide_cache_height |
Referenced by _splash_clear_slide_cache(), and _splash_draw().
| int dt_splash_t::slide_cache_index |
Referenced by _splash_clear_slide_cache(), _splash_draw(), and dt_gui_splash_init().
| int dt_splash_t::slide_cache_scale |
Referenced by _splash_clear_slide_cache(), and _splash_draw().
| int dt_splash_t::slide_cache_width |
Referenced by _splash_clear_slide_cache(), and _splash_draw().
| GdkPixbuf* dt_splash_t::slide_pixbuf |
Referenced by _splash_clear_slide_cache(), and _splash_draw().
| guint dt_splash_t::slide_timeout_id |
Referenced by dt_gui_splash_close(), and dt_gui_splash_init().
| GPtrArray* dt_splash_t::slides |
Referenced by _splash_draw(), _splash_load_slides(), _splash_slide_advance(), dt_gui_splash_close(), and dt_gui_splash_init().
| GtkWidget* dt_splash_t::window |