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