prnmks.cpp File Reference

(r1785/r1320)

#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)


Define Documentation

#define LINEDRAW p,
 ) 
 

Value:

ViewTrans.transform(&p); \
        ViewTrans.transform(&q); \
        Coords[0]=p;  \
        Coords[1]=q;  \
        pRRegion->DrawPath(&CropLine);

#define new   CAM_DEBUG_NEW
 

Definition at line 151 of file prnmks.cpp.


Function Documentation

CC_IMPLEMENT_DYNAMIC PageRectList  ,
List 
 

CC_IMPLEMENT_DYNCREATE PageRect  ,
ListItem 
 

CC_IMPLEMENT_DYNCREATE PrintMarkItem  ,
ListItem 
 

CC_IMPLEMENT_DYNCREATE MarkPosition  ,
ListItem 
 

CC_IMPLEMENT_MEMDUMP MarkFormatRegion  ,
CC_CLASS_MEMDUMP 
 

CC_IMPLEMENT_MEMDUMP PrintMark  ,
CC_CLASS_MEMDUMP 
 

CC_IMPLEMENT_MEMDUMP PrintMarksCache  ,
CC_CLASS_MEMDUMP 
 

CC_IMPLEMENT_MEMDUMP PrintMarksMan  ,
CC_CLASS_MEMDUMP 
 

CC_IMPLEMENT_MEMDUMP LoadPrintMarks  ,
LoadDirect 
 

DECLARE_SOURCE "$Revision: 1320 $"   ) 
 

INT32 operator== const MarkFormat x,
const MarkFormat y
 

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 }


Generated on Sat Nov 10 03:49:19 2007 for Camelot by  doxygen 1.4.4