![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <colorchart.h>
Collaboration diagram for chart_t:Data Fields | |
| GList * | f_list |
| GHashTable * | d_table |
| GHashTable * | box_table |
| GHashTable * | patch_sets |
| float | bb_w |
| float | bb_h |
| float | box_shrink |
| float | ref_rotation |
Definition at line 52 of file colorchart.h.
| float chart_t::bb_h |
Definition at line 63 of file colorchart.h.
Referenced by draw_color_boxes_inside(), get_sample_box(), and parse_cht().
| float chart_t::bb_w |
Definition at line 63 of file colorchart.h.
Referenced by draw_color_boxes_inside(), get_sample_box(), and parse_cht().
| float chart_t::box_shrink |
Definition at line 65 of file colorchart.h.
Referenced by draw_color_boxes_inside(), get_sample_box(), open_cht(), and parse_cht().
| GHashTable * chart_t::box_table |
Definition at line 57 of file colorchart.h.
Referenced by add_patches_to_array(), collect_reference_patches(), collect_source_patches(), draw_color_boxes_inside(), draw_color_boxes_outline(), free_chart(), init_table(), parse_cht(), parse_it8(), print_patches(), process_button_clicked_callback(), and update_table().
| GHashTable* chart_t::d_table |
Definition at line 57 of file colorchart.h.
Referenced by draw_d_boxes(), free_chart(), and parse_cht().
| GList* chart_t::f_list |
Definition at line 55 of file colorchart.h.
Referenced by draw_f_boxes(), free_chart(), and parse_cht().
| GHashTable* chart_t::patch_sets |
Definition at line 61 of file colorchart.h.
Referenced by export_raw(), free_chart(), parse_cht(), and process_button_clicked_callback().
| float chart_t::ref_rotation |
Definition at line 65 of file colorchart.h.
Referenced by parse_cht().