Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_splash_t Struct Reference
+ Collaboration diagram for dt_splash_t:

Data Fields

GtkWidgetwindow
 
GtkWidgetdrawing
 
GtkWidgetlabel_message
 
GtkWidgetlogo
 
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
 

Detailed Description

Definition at line 30 of file splash.c.

Field Documentation

◆ authors

GPtrArray* dt_splash_t::authors

◆ css

GtkCssProvider* dt_splash_t::css

Definition at line 44 of file splash.c.

Referenced by _splash_add_css(), dt_gui_splash_close(), and dt_gui_splash_init().

◆ current_slide

gint dt_splash_t::current_slide

Definition at line 48 of file splash.c.

Referenced by _splash_draw(), and _splash_slide_advance().

◆ drawing

GtkWidget* dt_splash_t::drawing

◆ label_message

GtkWidget* dt_splash_t::label_message

Definition at line 34 of file splash.c.

Referenced by _splash_update_message(), and dt_gui_splash_init().

◆ logo

GtkWidget* dt_splash_t::logo

Definition at line 35 of file splash.c.

Referenced by _splash_update_logo_for_scale(), and dt_gui_splash_init().

◆ logo_path

gchar* dt_splash_t::logo_path

Definition at line 36 of file splash.c.

Referenced by _splash_update_logo_for_scale(), dt_gui_splash_close(), and dt_gui_splash_init().

◆ logo_scale_factor

int dt_splash_t::logo_scale_factor

Definition at line 37 of file splash.c.

Referenced by _splash_update_logo_for_scale(), and dt_gui_splash_init().

◆ shown

gboolean dt_splash_t::shown

Definition at line 43 of file splash.c.

Referenced by _splash_force_show(), and dt_gui_splash_init().

◆ slide_cache_height

int dt_splash_t::slide_cache_height

Definition at line 40 of file splash.c.

Referenced by _splash_clear_slide_cache(), and _splash_draw().

◆ slide_cache_index

int dt_splash_t::slide_cache_index

Definition at line 42 of file splash.c.

Referenced by _splash_clear_slide_cache(), _splash_draw(), and dt_gui_splash_init().

◆ slide_cache_scale

int dt_splash_t::slide_cache_scale

Definition at line 41 of file splash.c.

Referenced by _splash_clear_slide_cache(), and _splash_draw().

◆ slide_cache_width

int dt_splash_t::slide_cache_width

Definition at line 39 of file splash.c.

Referenced by _splash_clear_slide_cache(), and _splash_draw().

◆ slide_pixbuf

GdkPixbuf* dt_splash_t::slide_pixbuf

Definition at line 38 of file splash.c.

Referenced by _splash_clear_slide_cache(), and _splash_draw().

◆ slide_timeout_id

guint dt_splash_t::slide_timeout_id

Definition at line 49 of file splash.c.

Referenced by dt_gui_splash_close(), and dt_gui_splash_init().

◆ slides

GPtrArray* dt_splash_t::slides

◆ window


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