synfig-core  1.0.3
job.h
Go to the documentation of this file.
1 /* === S Y N F I G ========================================================= */
23 /* ========================================================================= */
24 
25 #ifndef __SYNFIG_JOB_H
26 #define __SYNFIG_JOB_H
27 #include "synfig/target.h"
28 
29 struct Job
30 {
34 
37 
41 
42  int quality;
43  bool sifout;
46 
47  bool
75 
76  Job():
79  sifout(false),
80  list_canvases(),
81  extract_alpha(false),
82  canvas_info(),
89  canvas_info_w(),
90  canvas_info_h(),
109  { }
110 
111 };
112 
113 #endif