ML Reference
ml::ProcessAllPagesJob Class Reference

Public interface for processing all pages of a temporary output image. More...

#include <mlProcessAllPagesJob.h>

Inheritance diagram for ml::ProcessAllPagesJob:
ml::GetTileJobBase

List of all members.

Public Member Functions

 ProcessAllPagesJob (Module &module, ProcessAllPagesHandler *handler=NULL, const SubImageBox &box=SubImageBox())
 Creates a ProcessAllPagesJob for the given Module module with the requested box.
 ~ProcessAllPagesJob ()
 Destructor.
virtual MLErrorCode init (PageRequestProcessor &processor)
 Initializes the process all pages request and add it to the processor if no error occurs.

Detailed Description

Public interface for processing all pages of a temporary output image.

Definition at line 33 of file mlProcessAllPagesJob.h.


Constructor & Destructor Documentation

ml::ProcessAllPagesJob::ProcessAllPagesJob ( Module module,
ProcessAllPagesHandler handler = NULL,
const SubImageBox box = SubImageBox() 
)

Creates a ProcessAllPagesJob for the given Module module with the requested box.

After creation, the job needs to be initialized using init(), see below.

ml::ProcessAllPagesJob::~ProcessAllPagesJob ( )

Destructor.


Member Function Documentation

virtual MLErrorCode ml::ProcessAllPagesJob::init ( PageRequestProcessor processor) [virtual]

Initializes the process all pages request and add it to the processor if no error occurs.

Implements ml::GetTileJobBase.


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