![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_lib_snapshot_t:Data Fields | |
| GtkWidget * | button |
| float | zoom_x |
| float | zoom_y |
| float | sample_scale |
| dt_develop_t * | develop |
| int32_t | imgid |
| int32_t | history_end |
| char | filename [PATH_MAX] |
Definition at line 66 of file snapshots.c.
| GtkWidget* dt_lib_snapshot_t::button |
Definition at line 68 of file snapshots.c.
Referenced by _lib_snapshots_add_button_clicked_callback().
| dt_develop_t* dt_lib_snapshot_t::develop |
Definition at line 71 of file snapshots.c.
Referenced by _lib_snapshot_capture_state(), _lib_snapshot_clear_state(), _lib_snapshots_refresh_pipe_image(), and _lib_snapshots_toggled_callback().
| char dt_lib_snapshot_t::filename[PATH_MAX] |
Definition at line 74 of file snapshots.c.
Referenced by update_modelines.modelines_updater_t::load_lines(), update_modelines.modelines_updater_t::remove_lines(), update_modelines.modelines_updater_t::update(), and update_modelines.modelines_updater_t::write_file().
| int32_t dt_lib_snapshot_t::history_end |
Definition at line 73 of file snapshots.c.
Referenced by _lib_snapshot_capture_state(), and _lib_snapshot_clear_state().
| 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 gui_post_expose().
| float dt_lib_snapshot_t::sample_scale |
Definition at line 70 of file snapshots.c.
Referenced by _lib_snapshot_clear_state(), _lib_snapshots_refresh_pipe_image(), and gui_post_expose().
| float dt_lib_snapshot_t::zoom_x |
Definition at line 69 of file snapshots.c.
Referenced by _lib_snapshots_add_button_clicked_callback().
| float dt_lib_snapshot_t::zoom_y |
Definition at line 69 of file snapshots.c.
Referenced by _lib_snapshots_add_button_clicked_callback().