X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Fdocument.h;h=9169d8a22efda3795fe2c84718c2f20b3ac0e402;hb=d272af0f7f981cea9d1024b6a730be73dd22276a;hp=cab768408ee8a0ba2a9ecd91c71e8ad4b3936381;hpb=85336af25da0c613460bbeda4ff7553933e13064;p=ipdf%2Fcode.git diff --git a/src/document.h b/src/document.h index cab7684..9169d8a 100644 --- a/src/document.h +++ b/src/document.h @@ -52,11 +52,11 @@ namespace IPDF bool operator==(const Document & equ) const; bool operator!=(const Document & equ) const {return !(this->operator==(equ));} - unsigned AddGroup(unsigned start_index, unsigned end_index, const Colour & shading=Colour(0.6,0.6,0.6,1)); + unsigned AddPath(unsigned start_index, unsigned end_index, const Colour & shading=Colour(0.6,0.6,0.6,1)); unsigned AddBezier(const Bezier & bezier); unsigned Add(ObjectType type, const Rect & bounds, unsigned data_index = 0); unsigned AddBezierData(const Bezier & bezier); - unsigned AddGroupData(const Group & group); + unsigned AddPathData(const Path & path); /** SVG Related functions **/