#include </home/clem/local/src/opie/noncore/unsupported/qpdf/xpdf/Page.h>
Collaboration diagram for PageAttrs:

Public Member Functions | |
| PageAttrs (PageAttrs *attrs, Dict *dict) | |
| ~PageAttrs () | |
| PDFRectangle * | getBox () |
| PDFRectangle * | getMediaBox () |
| PDFRectangle * | getCropBox () |
| GBool | isCropped () |
| PDFRectangle * | getBleedBox () |
| PDFRectangle * | getTrimBox () |
| PDFRectangle * | getArtBox () |
| int | getRotate () |
| GString * | getLastModified () |
| Dict * | getBoxColorInfo () |
| Dict * | getGroup () |
| Stream * | getMetadata () |
| Dict * | getPieceInfo () |
| Dict * | getSeparationInfo () |
| Dict * | getResourceDict () |
Private Member Functions | |
| GBool | readBox (Dict *dict, char *key, PDFRectangle *box) |
Private Attributes | |
| PDFRectangle | mediaBox |
| PDFRectangle | cropBox |
| GBool | haveCropBox |
| GBool | limitToCropBox |
| PDFRectangle | bleedBox |
| PDFRectangle | trimBox |
| PDFRectangle | artBox |
| int | rotate |
| Object | lastModified |
| Object | boxColorInfo |
| Object | group |
| Object | metadata |
| Object | pieceInfo |
| Object | separationInfo |
| Object | resources |
|
||||||||||||
|
Definition at line 32 of file Page.cc. References artBox, bleedBox, boxColorInfo, Object::copy(), cropBox, Object::free(), Object::getInt(), gFalse, group, gTrue, haveCropBox, Object::initNull(), Object::isDict(), Object::isInt(), lastModified, limitToCropBox, mediaBox, metadata, pieceInfo, readBox(), resources, rotate, separationInfo, trimBox, PDFRectangle::x1, PDFRectangle::x2, PDFRectangle::y1, and PDFRectangle::y2. |
|
|
Definition at line 113 of file Page.cc. References boxColorInfo, Object::free(), group, lastModified, metadata, pieceInfo, and separationInfo. |
|
|
Definition at line 52 of file Page.h. References artBox. Referenced by Page::getArtBox(). |
|
|
Definition at line 50 of file Page.h. References bleedBox. Referenced by Page::getBleedBox(). |
|
|
Definition at line 46 of file Page.h. References cropBox, limitToCropBox, and mediaBox. Referenced by Page::getBox(), Page::getHeight(), and Page::getWidth(). |
|
|
Definition at line 57 of file Page.h. References boxColorInfo, Object::getDict(), Object::isDict(), and NULL. Referenced by Page::getBoxColorInfo(). |
|
|
Definition at line 48 of file Page.h. References cropBox. Referenced by Page::getCropBox(). |
|
|
Definition at line 59 of file Page.h. References Object::getDict(), group, Object::isDict(), and NULL. Referenced by Page::getGroup(). |
|
|
Definition at line 54 of file Page.h. References Object::getString(), Object::isString(), lastModified, and NULL. Referenced by Page::getLastModified(). |
|
|
Definition at line 47 of file Page.h. References mediaBox. Referenced by Page::getMediaBox(). |
|
|
Definition at line 61 of file Page.h. References Object::getStream(), Object::isStream(), metadata, and NULL. Referenced by Page::getMetadata(). |
|
|
Definition at line 63 of file Page.h. References Object::getDict(), Object::isDict(), NULL, and pieceInfo. Referenced by Page::getPieceInfo(). |
|
|
Definition at line 68 of file Page.h. References Object::getDict(), Object::isDict(), NULL, and resources. Referenced by Page::display(), and Page::getResourceDict(). |
|
|
Definition at line 53 of file Page.h. References rotate. Referenced by Page::display(), and Page::getRotate(). |
|
|
Definition at line 65 of file Page.h. References Object::getDict(), Object::isDict(), NULL, and separationInfo. Referenced by Page::getSeparationInfo(). |
|
|
Definition at line 51 of file Page.h. References trimBox. Referenced by Page::getTrimBox(). |
|
|
Definition at line 49 of file Page.h. References haveCropBox. Referenced by Page::isCropped(). |
|
||||||||||||||||
|
Definition at line 123 of file Page.cc. References Object::arrayGet(), Object::arrayGetLength(), Object::free(), Object::getNum(), gFalse, gTrue, Object::isArray(), Object::isNum(), Dict::lookup(), PDFRectangle::x1, PDFRectangle::x2, PDFRectangle::y1, and PDFRectangle::y2. Referenced by PageAttrs(). |
|
|
Definition at line 81 of file Page.h. Referenced by getArtBox(), and PageAttrs(). |
|
|
Definition at line 79 of file Page.h. Referenced by getBleedBox(), and PageAttrs(). |
|
|
Definition at line 84 of file Page.h. Referenced by getBoxColorInfo(), PageAttrs(), and ~PageAttrs(). |
|
|
Definition at line 76 of file Page.h. Referenced by getBox(), getCropBox(), and PageAttrs(). |
|
|
Definition at line 85 of file Page.h. Referenced by getGroup(), PageAttrs(), and ~PageAttrs(). |
|
|
Definition at line 77 of file Page.h. Referenced by isCropped(), and PageAttrs(). |
|
|
Definition at line 83 of file Page.h. Referenced by getLastModified(), PageAttrs(), and ~PageAttrs(). |
|
|
Definition at line 78 of file Page.h. Referenced by getBox(), and PageAttrs(). |
|
|
Definition at line 75 of file Page.h. Referenced by getBox(), getMediaBox(), and PageAttrs(). |
|
|
Definition at line 86 of file Page.h. Referenced by getMetadata(), PageAttrs(), and ~PageAttrs(). |
|
|
Definition at line 87 of file Page.h. Referenced by getPieceInfo(), PageAttrs(), and ~PageAttrs(). |
|
|
Definition at line 89 of file Page.h. Referenced by getResourceDict(), and PageAttrs(). |
|
|
Definition at line 82 of file Page.h. Referenced by getRotate(), and PageAttrs(). |
|
|
Definition at line 88 of file Page.h. Referenced by getSeparationInfo(), PageAttrs(), and ~PageAttrs(). |
|
|
Definition at line 80 of file Page.h. Referenced by getTrimBox(), and PageAttrs(). |
1.4.2