PageRect Class Reference

Stores a rectangle and thats it. When printing, the print manager adds rectangles to this list. More...

#include <prnmks.h>

Inheritance diagram for PageRect:

ListItem CCObject SimpleCCObject List of all members.

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)

Detailed Description

Stores a rectangle and thats it. When printing, the print manager adds rectangles to this list.

Author:
Mike_Kenny (Xara Group Ltd) <camelotdev@xara.com>
Date:
23/07/96
See also:

Definition at line 590 of file prnmks.h.


Constructor & Destructor Documentation

PageRect::PageRect  )  [inline]
 

Definition at line 595 of file prnmks.h.

00595 {};

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?

Author:
Mike_Kenny (Xara Group Ltd) <camelotdev@xara.com>
Date:
31/07/96
See also:

Definition at line 1713 of file prnmks.cpp.

01714 {
01715     Rect = rect;
01716 }


Member Function Documentation

PageRect::CC_DECLARE_DYNCREATE PageRect   )  [private]
 


Member Data Documentation

DocRect PageRect::Rect
 

Definition at line 599 of file prnmks.h.


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 03:59:22 2007 for Camelot by  doxygen 1.4.4