![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_lib_snapshot_t:Data Fields | |
| GtkWidget * | row |
| GtkWidget * | button |
| GtkWidget * | delete_button |
| dt_dev_snapshot_t | snap |
| int32_t | imgid |
| int32_t | history_end |
Definition at line 66 of file snapshots.c.
| GtkWidget* dt_lib_snapshot_t::button |
Definition at line 69 of file snapshots.c.
| GtkWidget* dt_lib_snapshot_t::delete_button |
Definition at line 70 of file snapshots.c.
| int32_t dt_lib_snapshot_t::history_end |
Definition at line 73 of file snapshots.c.
Referenced by _lib_snapshot_capture_state(), _lib_snapshot_clear_state(), and _lib_snapshot_reset_fields().
| int32_t dt_lib_snapshot_t::imgid |
Definition at line 72 of file snapshots.c.
Referenced by _lib_snapshot_capture_state(), _lib_snapshot_clear_state(), and _lib_snapshot_reset_fields().
| GtkWidget* dt_lib_snapshot_t::row |
Definition at line 68 of file snapshots.c.
Referenced by _lib_snapshots_add_button_clicked_callback().
| dt_dev_snapshot_t dt_lib_snapshot_t::snap |
Definition at line 71 of file snapshots.c.
Referenced by _lib_snapshot_capture_state(), _lib_snapshot_clear_state(), _lib_snapshot_reset_fields(), _lib_snapshots_toggled_callback(), and gui_post_expose().