synfig-core  1.0.3
Functions
joblistprocessor.cpp File Reference

Synfig Tool Rendering Job List Processor Class. More...

#include <iostream>
#include <list>
#include <algorithm>
#include <errno.h>
#include <cstring>
#include <boost/filesystem.hpp>
#include <boost/program_options/options_description.hpp>
#include <boost/program_options/variables_map.hpp>
#include <boost/format.hpp>
#include <boost/chrono.hpp>
#include <autorevision.h>
#include <synfig/general.h>
#include <synfig/canvas.h>
#include <synfig/target.h>
#include <synfig/layer.h>
#include <synfig/time.h>
#include <synfig/target_scanline.h>
#include <synfig/paramdesc.h>
#include <synfig/module.h>
#include <synfig/importer.h>
#include <synfig/loadcanvas.h>
#include <synfig/savecanvas.h>
#include <synfig/filesystemnative.h>
#include "definitions.h"
#include "job.h"
#include "synfigtoolexception.h"
#include "printing_functions.h"
#include "renderprogress.h"
#include "joblistprocessor.h"

Functions

void process_job_list (std::list< Job > &job_list, const TargetParam &target_params)
 Process a Job list setting up and processing each job.
bool setup_job (Job &job, const TargetParam &target_parameters)
void process_job (Job &job)
 Process an individual job.

Detailed Description

Synfig Tool Rendering Job List Processor Class.

$Id$

Function Documentation

void process_job_list ( std::list< Job > &  job_list,
const TargetParam target_params 
)

Process a Job list setting up and processing each job.

References _, process_job(), setup_job(), and SYNFIGTOOL_BORED.

Referenced by main().

bool setup_job ( Job job,
const synfig::TargetParam target_parameters 
)
void process_job ( Job job)