synfig-core  1.0.3
joblistprocessor.h
Go to the documentation of this file.
1 /* === S Y N F I G ========================================================= */
23 /* ========================================================================= */
24 
25 #ifndef __SYNFIG_JOBLISTPROCESSOR_H
26 #define __SYNFIG_JOBLISTPROCESSOR_H
27 
28 #include <list>
29 #include <synfig/targetparam.h>
30 #include "job.h"
31 
33 void process_job_list(std::list<Job>& job_list,
34  const synfig::TargetParam& target_parameters);
35 
38 bool setup_job(Job& job, const synfig::TargetParam& target_parameters);
39 
41 void process_job(Job& job);
42 
43 #endif // __SYNFIG_JOBLISTPROCESSOR_H