TouchVG framework
|
成员的完整列表,这些成员属于 GiShapeAdapter,包括所有继承而来的类成员
_callback | GiShapeAdapter | private |
_container | GiShapeAdapter | private |
_fillColor | GiShapeAdapter | private |
_lineColor | GiShapeAdapter | private |
_path | GiShapeAdapter | private |
beginPath() | GiShapeAdapter | virtual |
beginShape(int type, int sid, int version, float x, float y, float w, float h) | GiShapeAdapter | virtual |
bezierTo(float c1x, float c1y, float c2x, float c2y, float x, float y) | GiShapeAdapter | virtual |
checkNeedFire(bool stroke, bool fill) | GiShapeAdapter | private |
clearCachedBitmap(bool clearAll=false) | GiCanvas | virtual |
clearRect(float x, float y, float w, float h) | GiShapeAdapter | virtual |
clipPath() | GiShapeAdapter | virtual |
clipRect(float x, float y, float w, float h) | GiShapeAdapter | virtual |
closePath() | GiShapeAdapter | virtual |
drawBitmap(const char *name, float xc, float yc, float w, float h, float angle) | GiShapeAdapter | virtual |
drawEllipse(float x, float y, float w, float h, bool stroke, bool fill) | GiShapeAdapter | virtual |
drawHandle(float x, float y, int type, float angle) | GiShapeAdapter | virtual |
drawLine(float x1, float y1, float x2, float y2) | GiShapeAdapter | virtual |
drawPath(bool stroke, bool fill) | GiShapeAdapter | virtual |
drawRect(float x, float y, float w, float h, bool stroke, bool fill) | GiShapeAdapter | virtual |
drawTextAt(const char *text, float x, float y, float h, int align, float angle) | GiShapeAdapter | virtual |
GiCanvas::drawTextAt(GiTextWidthCallback *c, const char *text, float x, float y, float h, int align, float angle) | GiCanvas | virtual |
endOutput() | GiShapeAdapter | |
endShape(int type, int sid, float x, float y) | GiShapeAdapter | virtual |
fireLastPath() | GiShapeAdapter | private |
GiShapeAdapter(GiShapeAdapterCallback *shapeCallback) | GiShapeAdapter | |
hasFillColor() const | GiShapeAdapter | private |
hasLineColor() const | GiShapeAdapter | private |
kAlignBottom 枚举值 | GiCanvas | |
kAlignCenter 枚举值 | GiCanvas | |
kAlignHorz 枚举值 | GiCanvas | |
kAlignLeft 枚举值 | GiCanvas | |
kAlignRight 枚举值 | GiCanvas | |
kAlignTop 枚举值 | GiCanvas | |
kAlignVCenter 枚举值 | GiCanvas | |
kAlignVert 枚举值 | GiCanvas | |
kLineCapButt 枚举值 | GiCanvas | |
kLineCapDefault 枚举值 | GiCanvas | |
kLineCapMask 枚举值 | GiCanvas | |
kLineCapRound 枚举值 | GiCanvas | |
kLineCapSquare 枚举值 | GiCanvas | |
kLineDashMask 枚举值 | GiCanvas | |
lineTo(float x, float y) | GiShapeAdapter | virtual |
moveTo(float x, float y) | GiShapeAdapter | virtual |
quadTo(float cpx, float cpy, float x, float y) | GiShapeAdapter | virtual |
restoreClip() | GiShapeAdapter | virtual |
saveClip() | GiShapeAdapter | virtual |
setBrush(int argb, int style) | GiShapeAdapter | virtual |
setPen(int argb, float width, int style, float phase, float orgw) | GiShapeAdapter | virtual |
~GiCanvas() | GiCanvas | virtual |