成员的完整列表,这些成员属于 GiContext,包括所有继承而来的类成员
| copy(const GiContext &src, int mask=-1) | GiContext | |
| equals(const GiContext &src) const | GiContext | |
| getEndArrayHead() const | GiContext | |
| getExtraWidth() const | GiContext | |
| getFillAlpha() const | GiContext | |
| getFillARGB() const | GiContext | |
| getFillColor() const | GiContext | |
| getLineAlpha() const | GiContext | |
| getLineARGB() const | GiContext | |
| getLineColor() const | GiContext | |
| getLineStyle() const | GiContext | |
| getLineStyleEx() const | GiContext | |
| getLineWidth() const | GiContext | |
| getStartArrayHead() const | GiContext | |
| GiContext() | GiContext | |
| GiContext(float width, GiColor color=GiColor::Black(), int style=kSolidLine, const GiColor &fillcr=GiColor::Invalid(), bool autoScale=false) | GiContext | |
| GiContext(const GiContext &src) | GiContext | |
| hasArrayHead() const | GiContext | |
| hasFillColor() const | GiContext | |
| isAutoScale() const | GiContext | |
| isNullLine() const | GiContext | |
| kArrowClosedCircle 枚举值 | GiContext | |
| kArrowNone 枚举值 | GiContext | |
| kArrowOpenedCircle 枚举值 | GiContext | |
| kArrowSharpClosed 枚举值 | GiContext | |
| kArrowSharpLine 枚举值 | GiContext | |
| kArrowSlashLine 枚举值 | GiContext | |
| kArrowTLine 枚举值 | GiContext | |
| kCopyAll 枚举值 | GiContext | |
| kCopyNone 枚举值 | GiContext | |
| kDashDot 枚举值 | GiContext | |
| kDashDotdot 枚举值 | GiContext | |
| kDashLine 枚举值 | GiContext | |
| kDotLine 枚举值 | GiContext | |
| kFillAlpha 枚举值 | GiContext | |
| kFillARGB 枚举值 | GiContext | |
| kFillRGB 枚举值 | GiContext | |
| kLineAlpha 枚举值 | GiContext | |
| kLineARGB 枚举值 | GiContext | |
| kLineArrayHead 枚举值 | GiContext | |
| kLineDashMask 枚举值 | GiContext | |
| kLineRGB 枚举值 | GiContext | |
| kLineStyle 枚举值 | GiContext | |
| kLineWidth 枚举值 | GiContext | |
| kNullLine 枚举值 | GiContext | |
| kSolidLine 枚举值 | GiContext | |
| m_arrayHead | GiContext | private |
| m_autoScale | GiContext | private |
| m_fillColor | GiContext | private |
| m_lineColor | GiContext | private |
| m_lineStyle | GiContext | private |
| m_lineWidth | GiContext | private |
| operator!=(const GiContext &src) const | GiContext | |
| operator=(const GiContext &src) | GiContext | |
| operator==(const GiContext &src) const | GiContext | |
| setEndArrayHead(int type) | GiContext | |
| setExtraWidth(float pixels) | GiContext | |
| setFillAlpha(int alpha) | GiContext | |
| setFillARGB(int argb) | GiContext | |
| setFillColor(const GiColor &color) | GiContext | |
| setFillColor(int r, int g, int b) | GiContext | |
| setFillColor(int r, int g, int b, int a) | GiContext | |
| setLineAlpha(int alpha) | GiContext | |
| setLineARGB(int argb) | GiContext | |
| setLineColor(const GiColor &color) | GiContext | |
| setLineColor(int r, int g, int b) | GiContext | |
| setLineColor(int r, int g, int b, int a) | GiContext | |
| setLineStyle(int style, bool all=false) | GiContext | |
| setLineWidth(float width, bool autoScale) | GiContext | |
| setNoFillColor() | GiContext | |
| setNullLine() | GiContext | |
| setStartArrayHead(int type) | GiContext | |