#include <prnmks.h>
Inheritance diagram for PageRect:
Public Member Functions | |
PageRect () | |
PageRect (const DocRect &rect) | |
The page rect list and all its helper functions provide for the upkeep of a list of rectangles. These rectangles generally specify the positions of printing pages on a single sheet of paper. For instance, you might be printing a single page as 4x4 multiple fit to one sheet of paper. You would then have 16 rectangle entries in this list. For each entry, the print marks manager will render crop marks around the outside of the paper to match up with each rectangle. Cool hu? | |
Public Attributes | |
DocRect | Rect |
Private Member Functions | |
CC_DECLARE_DYNCREATE (PageRect) |
Definition at line 590 of file prnmks.h.
|
Definition at line 595 of file prnmks.h.
|
|
The page rect list and all its helper functions provide for the upkeep of a list of rectangles. These rectangles generally specify the positions of printing pages on a single sheet of paper. For instance, you might be printing a single page as 4x4 multiple fit to one sheet of paper. You would then have 16 rectangle entries in this list. For each entry, the print marks manager will render crop marks around the outside of the paper to match up with each rectangle. Cool hu?
Definition at line 1713 of file prnmks.cpp. 01714 { 01715 Rect = rect; 01716 }
|
|
|
|
|