![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <styles.h>
Collaboration diagram for dt_style_t:Data Fields | |
| gchar * | name |
| gchar * | description |
The definition of styles are copied historystack to reproduce an development style such as sepia, cross process etc.
Definition at line 52 of file common/styles.h.
| gchar* dt_style_t::description |
Definition at line 55 of file common/styles.h.
Referenced by _gui_styles_update_view(), _styles_build_tooltip(), dt_style_free(), dt_styles_get_by_name(), and dt_styles_get_list().
| gchar* dt_style_t::name |
Definition at line 54 of file common/styles.h.
Referenced by _gui_styles_update_view(), _lib_export_styles_changed_callback(), _styles_build_tooltip(), append_styles(), dt_style_free(), dt_styles_get_by_name(), dt_styles_get_list(), gui_init(), and gui_reset().