|
TouchVG framework
|
成员的完整列表,这些成员属于 GiGraphics,包括所有继承而来的类成员
| _drawPolygon(const GiContext *ctx, int count, const Point2d *points, bool m2d, bool fill, bool edge, bool modelUnit) | GiGraphics | private |
| _xf() | GiGraphics | |
| beginPaint(GiCanvas *canvas, const RECT_2D &clipBox=RECT_2D()) | GiGraphics | |
| beginShape(int type, int sid, int version, float x, float y, float w, float h) | GiGraphics | |
| calcPenColor(const GiColor &color) const | GiGraphics | |
| calcPenWidth(float lineWidth, bool useViewScale) const | GiGraphics | |
| copy(const GiGraphics &src) | GiGraphics | |
| drawArc(const GiContext *ctx, const Point2d ¢er, float rx, float ry, float startAngle, float sweepAngle, bool modelUnit=true) | GiGraphics | |
| drawArc3P(const GiContext *ctx, const Point2d &startpt, const Point2d &midpt, const Point2d &endpt, bool modelUnit=true) | GiGraphics | |
| drawArrayHead(const GiContext &ctx, MgPath &path, int type, float px, float scale) | GiGraphics | private |
| drawBeeline(const GiContext *ctx, const Point2d &startPt, const Point2d &endPt, bool modelUnit=true) | GiGraphics | |
| drawBeziers(const GiContext *ctx, int count, const Point2d *points, bool closed=false, bool modelUnit=true) | GiGraphics | |
| drawBeziers(const GiContext *ctx, int count, const Point2d *knot, const Vector2d *knotvs, bool closed=false, bool modelUnit=true) | GiGraphics | |
| drawBSplines(const GiContext *ctx, int count, const Point2d *ctlpts, bool closed=false, bool modelUnit=true) | GiGraphics | |
| drawCircle(const GiContext *ctx, const Point2d ¢er, float r, bool modelUnit=true) | GiGraphics | |
| drawEllipse(const GiContext *ctx, const Point2d ¢er, float rx, float ry, bool modelUnit=true) | GiGraphics | |
| drawEllipse(const GiContext *ctx, const Box2d &rect, bool modelUnit=true) | GiGraphics | |
| drawHandle(const Point2d &pnt, int type, float angle=0, bool modelUnit=true) | GiGraphics | |
| drawHermiteSplines(const GiContext *ctx, int count, const Point2d *knots, const Vector2d *knotvs, bool closed=false, bool modelUnit=true) | GiGraphics | |
| drawLine(const GiContext *ctx, const Point2d &startPt, const Point2d &endPt, bool modelUnit=true) | GiGraphics | |
| drawLines(const GiContext *ctx, int count, const Point2d *points, bool modelUnit=true) | GiGraphics | |
| drawPath(const GiContext *ctx, const MgPath &path, bool fill, bool modelUnit=true) | GiGraphics | |
| drawPath_(const GiContext *ctx, const MgPath &path, bool fill, const Matrix2d &matD) | GiGraphics | private |
| drawPathWithArrayHead(const GiContext &ctx, MgPath &path, int startArray, int endArray) | GiGraphics | private |
| drawPie(const GiContext *ctx, const Point2d ¢er, float rx, float ry, float startAngle, float sweepAngle, bool modelUnit=true) | GiGraphics | |
| drawPolygon(const GiContext *ctx, int count, const Point2d *points, bool modelUnit=true) | GiGraphics | |
| drawQuadSplines(const GiContext *ctx, int count, const Point2d *ctlpts, bool closed=false, bool modelUnit=true) | GiGraphics | |
| drawRayline(const GiContext *ctx, const Point2d &startPt, const Point2d &endPt, bool modelUnit=true) | GiGraphics | |
| drawRect(const GiContext *ctx, const Box2d &rect, bool modelUnit=true) | GiGraphics | |
| drawRoundRect(const GiContext *ctx, const Box2d &rect, float rx, float ry=0, bool modelUnit=true) | GiGraphics | |
| drawTextAt(int argb, const char *text, const Point2d &pnt, float h, int align=1, float angle=0) | GiGraphics | |
| drawTextAt(GiTextWidthCallback *c, int argb, const char *text, const Point2d &pnt, float h, int align=1, float angle=0) | GiGraphics | |
| endPaint() | GiGraphics | |
| endShape(int type, int sid, float x, float y) | GiGraphics | |
| fromHandle(long h) | GiGraphics | static |
| getBkColor() const | GiGraphics | |
| getCanvas() | GiGraphics | |
| getClipBox(RECT_2D &rc) const | GiGraphics | |
| getClipModel() const | GiGraphics | |
| getClipWorld() const | GiGraphics | |
| GiGraphics() | GiGraphics | |
| GiGraphics(GiTransform *xform, bool needFreeXf=false) | GiGraphics | |
| GiGraphics(const GiGraphics &src) | GiGraphics | |
| isDrawing() const | GiGraphics | |
| isGrayMode() const | GiGraphics | |
| isPrint() const | GiGraphics | |
| isStopping() const | GiGraphics | |
| kAlignBottom 枚举值 | GiGraphics | |
| kAlignCenter 枚举值 | GiGraphics | |
| kAlignHVCenter 枚举值 | GiGraphics | |
| kAlignLeft 枚举值 | GiGraphics | |
| kAlignRight 枚举值 | GiGraphics | |
| kAlignTop 枚举值 | GiGraphics | |
| kAlignVCenter 枚举值 | GiGraphics | |
| m_impl | GiGraphics | private |
| operator=(const GiGraphics &) | GiGraphics | private |
| rawBeginPath() | GiGraphics | |
| rawBeziers(const GiContext *ctx, const Point2d *pxs, int count, bool closed=false) | GiGraphics | |
| rawBezierTo(float c1x, float c1y, float c2x, float c2y, float x, float y) | GiGraphics | |
| rawClosePath() | GiGraphics | |
| rawEllipse(const GiContext *ctx, float x, float y, float w, float h) | GiGraphics | |
| rawEndPath(const GiContext *ctx, bool fill) | GiGraphics | |
| rawImage(const char *name, float xc, float yc, float w, float h, float angle) | GiGraphics | |
| rawLine(const GiContext *ctx, float x1, float y1, float x2, float y2) | GiGraphics | |
| rawLines(const GiContext *ctx, const Point2d *pxs, int count) | GiGraphics | |
| rawLineTo(float x, float y) | GiGraphics | |
| rawMoveTo(float x, float y) | GiGraphics | |
| rawPolygon(const GiContext *ctx, const Point2d *pxs, int count) | GiGraphics | |
| rawQuadTo(float cpx, float cpy, float x, float y) | GiGraphics | |
| rawRect(const GiContext *ctx, float x, float y, float w, float h) | GiGraphics | |
| rawText(const char *text, float x, float y, float h, int align=1) | GiGraphics | |
| setBkColor(const GiColor &color) | GiGraphics | |
| setBrush(const GiContext *ctx) | GiGraphics | private |
| setClipBox(const RECT_2D &rc) | GiGraphics | |
| setClipWorld(const Box2d &rectWorld) | GiGraphics | |
| setGrayMode(bool gray) | GiGraphics | |
| setMaxPenWidth(float pixels, float minw=1) | GiGraphics | |
| setPen(const GiContext *ctx) | GiGraphics | private |
| setPenWidthFactor(float factor) | GiGraphics | static |
| setPhaseEnabled(bool enabled) | GiGraphics | |
| stopDrawing(bool stopped=true) | GiGraphics | |
| toHandle() const | GiGraphics | |
| xf() const | GiGraphics | |
| ~GiGraphics() | GiGraphics | virtual |