![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for history_entry_t:Data Fields | |
| char * | operation |
| gboolean | enabled |
| int | modversion |
| unsigned char * | params |
| int | params_len |
| char * | multi_name |
| int | multi_priority |
| int | blendop_version |
| unsigned char * | blendop_params |
| int | blendop_params_len |
| int | num |
| double | iop_order |
| gboolean | have_operation |
| gboolean | have_params |
| gboolean | have_modversion |
| unsigned char* history_entry_t::blendop_params |
Definition at line 2496 of file exif.cc.
Referenced by dt_exif_xmp_read(), free_history_entry(), print_history_entry(), read_history_v1(), and read_history_v2().
| int history_entry_t::blendop_params_len |
Definition at line 2497 of file exif.cc.
Referenced by dt_exif_xmp_read(), read_history_v1(), and read_history_v2().
| int history_entry_t::blendop_version |
Definition at line 2495 of file exif.cc.
Referenced by dt_exif_xmp_read(), print_history_entry(), read_history_v1(), and read_history_v2().
| gboolean history_entry_t::enabled |
Definition at line 2488 of file exif.cc.
Referenced by dt_exif_xmp_read(), print_history_entry(), read_history_v1(), and read_history_v2().
| gboolean history_entry_t::have_modversion |
Definition at line 2502 of file exif.cc.
Referenced by read_history_v2().
| gboolean history_entry_t::have_operation |
Definition at line 2502 of file exif.cc.
Referenced by read_history_v2().
| gboolean history_entry_t::have_params |
Definition at line 2502 of file exif.cc.
Referenced by read_history_v2().
| double history_entry_t::iop_order |
Definition at line 2499 of file exif.cc.
Referenced by dt_exif_xmp_read(), print_history_entry(), read_history_v1(), and read_history_v2().
| int history_entry_t::modversion |
Definition at line 2489 of file exif.cc.
Referenced by dt_exif_xmp_read(), print_history_entry(), read_history_v1(), and read_history_v2().
| char* history_entry_t::multi_name |
Definition at line 2492 of file exif.cc.
Referenced by dt_exif_xmp_read(), free_history_entry(), print_history_entry(), read_history_v1(), and read_history_v2().
| int history_entry_t::multi_priority |
Definition at line 2494 of file exif.cc.
Referenced by _get_max_multi_priority(), dt_exif_xmp_read(), print_history_entry(), read_history_v1(), and read_history_v2().
| int history_entry_t::num |
Definition at line 2498 of file exif.cc.
Referenced by dt_exif_xmp_read(), and read_history_v2().
| char* history_entry_t::operation |
Definition at line 2487 of file exif.cc.
Referenced by _get_max_multi_priority(), dt_exif_xmp_read(), free_history_entry(), print_history_entry(), read_history_v1(), and read_history_v2().
| unsigned char* history_entry_t::params |
Definition at line 2490 of file exif.cc.
Referenced by dt_exif_xmp_read(), free_history_entry(), print_history_entry(), read_history_v1(), and read_history_v2().
| int history_entry_t::params_len |
Definition at line 2491 of file exif.cc.
Referenced by dt_exif_xmp_read(), read_history_v1(), and read_history_v2().