![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for _doc_screenshot_capture_t:Data Fields | |
| const char * | folder |
| const char * | code |
| language code inserted before the extension | |
| GHashTable * | used |
| base file name -> how many rows already claimed it | |
| int | saved |
| int | skipped |
| checked, but its widget is not on screen right now | |
| int | failed |
Carried through the model walk of one capture run.
Definition at line 120 of file doc_screenshot.c.
| const char* _doc_screenshot_capture_t::code |
language code inserted before the extension
Definition at line 123 of file doc_screenshot.c.
Referenced by _capture_row().
| int _doc_screenshot_capture_t::failed |
Definition at line 127 of file doc_screenshot.c.
Referenced by _capture_row(), and _on_capture().
| const char* _doc_screenshot_capture_t::folder |
Definition at line 122 of file doc_screenshot.c.
Referenced by _capture_row(), and _on_capture().
| int _doc_screenshot_capture_t::saved |
Definition at line 125 of file doc_screenshot.c.
Referenced by _capture_row(), and _on_capture().
| int _doc_screenshot_capture_t::skipped |
checked, but its widget is not on screen right now
Definition at line 126 of file doc_screenshot.c.
Referenced by _capture_row(), and _on_capture().
| GHashTable* _doc_screenshot_capture_t::used |
base file name -> how many rows already claimed it
Definition at line 124 of file doc_screenshot.c.
Referenced by _capture_row(), and _on_capture().