Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
_doc_screenshot_capture_t Struct Reference
+ 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
 

Detailed Description

Carried through the model walk of one capture run.

Definition at line 120 of file doc_screenshot.c.

Field Documentation

◆ code

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().

◆ failed

int _doc_screenshot_capture_t::failed

Definition at line 127 of file doc_screenshot.c.

Referenced by _capture_row(), and _on_capture().

◆ folder

const char* _doc_screenshot_capture_t::folder

Definition at line 122 of file doc_screenshot.c.

Referenced by _capture_row(), and _on_capture().

◆ saved

int _doc_screenshot_capture_t::saved

Definition at line 125 of file doc_screenshot.c.

Referenced by _capture_row(), and _on_capture().

◆ skipped

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().

◆ used

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().


The documentation for this struct was generated from the following file: