TouchVG framework
MgPath 成员列表

成员的完整列表,这些成员属于 MgPath,包括所有继承而来的类成员

addSVGPath(const char *s)MgPath
append(const MgPath &src)MgPath
arcTo(const Point2d &point, bool rel=false)MgPath
arcTo(const Point2d &point, const Point2d &end, bool rel=false)MgPath
beziersTo(int count, const Point2d *points, bool reverse=false, bool rel=false)MgPath
bezierTo(const Point2d &cp1, const Point2d &cp2, const Point2d &end, bool rel=false)MgPath
clear()MgPath
closeFigure()MgPath
copy(const MgPath &src)MgPath
crossWithPath(const MgPath &path, const Box2d &box, Point2d &ptCross) constMgPath
genericRoundLines(int count, const Point2d *points, float radius, bool closed=false)MgPath
getCount() constMgPath
getEndPoint() constMgPath
getEndTangent() constMgPath
getLength() constMgPath
getNodeType(int index) constMgPath
getPoint(int index) constMgPath
getPoints() constMgPath
getStartPoint() constMgPath
getStartTangent() constMgPath
getSubPathCount() constMgPath
getTypes() constMgPath
horzTo(float x, bool rel=false)MgPath
isClosed() constMgPath
isCurve() constMgPath
isLine() constMgPath
isLines() constMgPath
linesTo(int count, const Point2d *points, bool rel=false)MgPath
lineTo(const Point2d &point, bool rel=false)MgPath
m_dataMgPathprivate
MgPath()MgPath
MgPath(const MgPath &src)MgPath
MgPath(int count, const Point2d *points, const char *types)MgPath
MgPath(const char *svgd)MgPath
moveTo(const Point2d &point, bool rel=false)MgPath
quadsTo(int count, const Point2d *points, bool rel=false)MgPath
quadTo(const Point2d &cp, const Point2d &end, bool rel=false)MgPath
reverse()MgPath
scanSegments(MgSegmentCallback &c) constMgPath
setPath(int count, const Point2d *points, const char *types)MgPath
setPath(int count, const Point2d *points, const int *types)MgPath
setPoint(int index, const Point2d &pt)MgPath
smoothBezierTo(const Point2d &cp2, const Point2d &end, bool rel=false)MgPath
smoothQuadTo(const Point2d &end, bool rel=false)MgPath
startFigure()MgPath
transform(const Matrix2d &mat)MgPath
trimStart(const Point2d &pt, float dist)MgPath
vertTo(float y, bool rel=false)MgPath
~MgPath()MgPathvirtual

通用矢量图形框架, 版权所有 (C) 张云贵 2004-2017,BSD 开源许可证