![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_lib_export_t:Data Fields | |
| GtkWidget * | dimensions_type |
| GtkWidget * | print_dpi |
| GtkWidget * | print_height |
| GtkWidget * | print_width |
| GtkWidget * | unit_label |
| GtkWidget * | width |
| GtkWidget * | height |
| GtkWidget * | px_size |
| GtkWidget * | print_size |
| GtkWidget * | scale |
| GtkWidget * | size_in_px |
| GtkWidget * | storage |
| GtkWidget * | format |
| int | format_lut [128] |
| uint32_t | max_allowed_width |
| uint32_t | max_allowed_height |
| GtkWidget * | profile |
| GtkWidget * | intent |
| GtkWidget * | style |
| GtkButton * | export_button |
| GtkWidget * | storage_extra_container |
| GtkWidget * | format_extra_container |
| GtkWidget * | export_masks |
| char * | metadata_export |
| GtkWidget* dt_lib_export_t::dimensions_type |
Referenced by _size_in_px_update(), _size_update_display(), gui_init(), gui_reset(), pixels2print(), and print2pixels().
| GtkButton* dt_lib_export_t::export_button |
Referenced by _update(), and gui_init().
| GtkWidget* dt_lib_export_t::export_masks |
Referenced by gui_init(), gui_reset(), set_format_by_name(), and set_params().
| GtkWidget * dt_lib_export_t::format |
Referenced by _format_changed(), _update_formats_combobox(), gui_init(), set_format_by_name(), and set_storage_by_name().
| GtkWidget * dt_lib_export_t::format_extra_container |
Referenced by gui_cleanup(), gui_init(), and set_format_by_name().
| int dt_lib_export_t::format_lut[128] |
| GtkWidget * dt_lib_export_t::height |
| GtkWidget * dt_lib_export_t::intent |
Referenced by gui_init(), gui_reset(), and set_params().
| uint32_t dt_lib_export_t::max_allowed_height |
Referenced by _update_dimensions(), and _validate_dimensions().
| uint32_t dt_lib_export_t::max_allowed_width |
Referenced by _update_dimensions(), and _validate_dimensions().
| char* dt_lib_export_t::metadata_export |
Referenced by _export_button_clicked(), _menuitem_preferences(), get_params(), gui_cleanup(), gui_init(), gui_reset(), and set_params().
| GtkWidget * dt_lib_export_t::print_dpi |
Referenced by _print_dpi_changed(), _resync_print_dimensions(), cm2pixels(), gui_init(), inch2pixels(), pixels2cm(), and pixels2inch().
| GtkWidget * dt_lib_export_t::print_height |
Referenced by _print_height_changed(), _resync_pixel_dimensions(), _resync_print_dimensions(), and gui_init().
| GtkWidget * dt_lib_export_t::print_size |
Referenced by _size_update_display(), and gui_init().
| GtkWidget * dt_lib_export_t::print_width |
Referenced by _print_width_changed(), _resync_pixel_dimensions(), _resync_print_dimensions(), and gui_init().
| GtkWidget* dt_lib_export_t::profile |
Referenced by gui_init(), gui_reset(), and set_params().
| GtkWidget* dt_lib_export_t::px_size |
Referenced by _size_update_display(), and gui_init().
| GtkWidget * dt_lib_export_t::scale |
Referenced by _export_button_clicked(), _size_update_display(), and gui_init().
| GtkWidget * dt_lib_export_t::size_in_px |
Referenced by _size_in_px_update(), and gui_init().
| GtkWidget* dt_lib_export_t::storage |
Referenced by _menuitem_preferences(), _on_storage_list_changed(), _storage_changed(), gui_init(), gui_reset(), and set_storage_by_name().
| GtkWidget* dt_lib_export_t::storage_extra_container |
Referenced by _on_storage_list_changed(), gui_cleanup(), gui_init(), and set_storage_by_name().
| GtkWidget * dt_lib_export_t::style |
Referenced by _lib_export_styles_changed_callback(), _style_changed(), gui_init(), gui_reset(), and set_params().
| GtkWidget* dt_lib_export_t::unit_label |
Referenced by _size_update_display(), and gui_init().
| GtkWidget* dt_lib_export_t::width |