#include "camtypes.h"#include "prnmks.h"#include "fileutil.h"#include "nativeop.h"#include "layer.h"#include "page.h"#include "colormgr.h"#include "prnmkcom.h"#include "qualattr.h"#include "dbugtree.h"#include "cctime.h"#include "nodetxts.h"#include "nodetxtl.h"#include "colplate.h"#include "printctl.h"#include "fontman.h"#include "psrndrgn.h"#include "psdc.h"#include <stdlib.h>Go to the source code of this file.
Defines | |
| #define | new CAM_DEBUG_NEW |
| #define | LINEDRAW(p, q) |
Functions | |
| CC_IMPLEMENT_MEMDUMP (LoadPrintMarks, LoadDirect) | |
| CC_IMPLEMENT_MEMDUMP (PrintMarksMan, CC_CLASS_MEMDUMP) | |
| CC_IMPLEMENT_MEMDUMP (PrintMarksCache, CC_CLASS_MEMDUMP) | |
| CC_IMPLEMENT_MEMDUMP (PrintMark, CC_CLASS_MEMDUMP) | |
| CC_IMPLEMENT_DYNCREATE (MarkPosition, ListItem) | |
| CC_IMPLEMENT_DYNCREATE (PrintMarkItem, ListItem) | |
| CC_IMPLEMENT_MEMDUMP (MarkFormatRegion, CC_CLASS_MEMDUMP) | |
| CC_IMPLEMENT_DYNCREATE (PageRect, ListItem) | |
| CC_IMPLEMENT_DYNAMIC (PageRectList, List) | |
| DECLARE_SOURCE ("$Revision: 1320 $") | |
| INT32 | operator== (const MarkFormat &x, const MarkFormat &y) |
|
|
Value: |
|
|
Definition at line 151 of file prnmks.cpp. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
Definition at line 181 of file prnmks.cpp. 00182 { 00183 return ( (x.Centre == y.Centre) && 00184 (x.Middle == y.Middle) && 00185 (x.Left == y.Left) && 00186 (x.Right == y.Right) && 00187 (x.Top == y.Top) && 00188 (x.Bottom == y.Bottom) 00189 ); 00190 }
|
1.4.4