#include <mlProcessAllPagesJob.h>

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. | |
Definition at line 33 of file mlProcessAllPagesJob.h.
| 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.
| 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.
1.5.8