![]() |
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 |
Definition at line 625 of file xmp_sidecar.cc.
| unsigned char* history_entry_t::blendop_params |
Definition at line 636 of file xmp_sidecar.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 637 of file xmp_sidecar.cc.
Referenced by dt_exif_xmp_read(), read_history_v1(), and read_history_v2().
| int history_entry_t::blendop_version |
Definition at line 635 of file xmp_sidecar.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 628 of file xmp_sidecar.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 642 of file xmp_sidecar.cc.
Referenced by read_history_v2().
| gboolean history_entry_t::have_operation |
Definition at line 642 of file xmp_sidecar.cc.
Referenced by read_history_v2().
| gboolean history_entry_t::have_params |
Definition at line 642 of file xmp_sidecar.cc.
Referenced by read_history_v2().
| double history_entry_t::iop_order |
Definition at line 639 of file xmp_sidecar.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 629 of file xmp_sidecar.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 632 of file xmp_sidecar.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 634 of file xmp_sidecar.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 638 of file xmp_sidecar.cc.
Referenced by dt_exif_xmp_read(), and read_history_v2().
| char* history_entry_t::operation |
Definition at line 627 of file xmp_sidecar.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 630 of file xmp_sidecar.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 631 of file xmp_sidecar.cc.
Referenced by dt_exif_xmp_read(), read_history_v1(), and read_history_v2().