synfig-core  1.0.3
Functions
joblistprocessor.h File Reference

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

#include <list>
#include <synfig/targetparam.h>
#include "job.h"

Go to the source code of this file.

Functions

void process_job_list (std::list< Job > &job_list, const synfig::TargetParam &target_parameters)
 Process a Job list setting up and processing each job.
bool setup_job (Job &job, const synfig::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 synfig::TargetParam target_parameters 
)

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)