#include "pdf_prerender_policy.h"
#include "pdf_page.h"
#include "pdf_doc_controller.h"
Go to the source code of this file.
Namespaces | |
namespace | |
A simple observer implementation. | |
Functions | |
int | pdf::compare_priority (const int src_page, const int dst_page, PDFPrerenderPolicy *policy) |
bool | pdf::operator< (const PDFPage &left, const PDFPage &right) |
bool | pdf::operator>= (const PDFPage &left, const PDFPage &right) |
void | pdf::add_request_page (const int current_page, const int offset, const int total, bool forward, std::vector< size_t > &result) |
Variables | |
static const int | pdf::ALLOWED_HYPERLINKS_NUMBER = 3 |