Purpose:
The DKAnnotationDL class represents the annotation information constructor (ANNOTATIONSTRUCT). The ANNOTATIONSTRUCT data structure provides information about an annotation affiliated with an object.
Heirarchy:
DkAnnotation
Class summary:
class DKAnnotationDL : public dkAnnotationExt { DKAnnotationDL(); DKAnnotationDL(long partId, long pageNumber, short Xcoordinate, short Ycoordinate); DKAnnotationDL(const DKAnnotationDL& aAnnot); virtual ~DKAnnotationDL(); DKAnnotationDL& operator=(const DKAnnotationDL& aAnnot); DKBoolean operator==(const DKAnnotationDL& aAnnot) const; void setPart(unsigned long aPartNumber); unsigned long getPart(); };
Members:
DKAnnotationDL(); DKAnnotationDL(long partId, long pageNumber, short Xcoordinate, short Ycoordinate); DKAnnotationDL(const DKAnnotationDL& aAnnot); virtual ~DKAnnotationDL();
DKAnnotation& operator=(const DKAnnotation& aAnnot);
DKBoolean operator==(const DKAnnotationDL& aAnnot) const;
void setPart(unsigned long aPartNumber);
unsigned long getPart();
(c) Copyright International Business Machines Corporation 1996, 2003. IBM Corp. All rights reserved.