成员的完整列表,这些成员属于 Painter,包括所有继承而来的类成员
clear(const Color &color) noexcept | Painter | |
drawArc(const Rect &rect, float startAngle, float range) noexcept (定义于 Painter) | Painter | |
drawBezier(const Point &p1, const Point &c1, const Point &p2, const Point &c2) noexcept (定义于 Painter) | Painter | |
drawCircle(const Point &o, float radius) noexcept (定义于 Painter) | Painter | |
drawEllipse(const Rect &rect) noexcept (定义于 Painter) | Painter | |
drawFillCircle(const Point &o, float radius) noexcept (定义于 Painter) | Painter | |
drawFillEllipse(const Rect &rect) noexcept (定义于 Painter) | Painter | |
drawFillPie(const Rect &rect, float startAngle, float range) noexcept (定义于 Painter) | Painter | |
drawFillPolygon(const std::vector< Point > &points) noexcept (定义于 Painter) | Painter | |
drawFillRect(const Rect &rect) noexcept (定义于 Painter) | Painter | |
drawLine(const Point &p1, const Point &p2) noexcept (定义于 Painter) | Painter | |
drawPie(const Rect &rect, float startAngle, float range) noexcept (定义于 Painter) | Painter | |
drawPixel(const Point &pos) noexcept (定义于 Painter) | Painter | |
drawPixmap(const Point &pos, const PixelMap &pixmap, BlendMode mode=BlendMode::S) noexcept (定义于 Painter) | Painter | |
drawPixmap(const Rect &rect, const PixelMap &pixmap, BlendMode mode=BlendMode::S) noexcept (定义于 Painter) | Painter | |
drawPolygon(const std::vector< Point > &points) noexcept (定义于 Painter) | Painter | |
drawPolyline(const std::vector< Point > &points) noexcept (定义于 Painter) | Painter | |
drawRect(const Rect &rect) noexcept (定义于 Painter) | Painter | |
drawText(const Point &pos, const String &text) noexcept (定义于 Painter) | Painter | |
drawText(const Rect &rect, const String &text, TextAligns aligns=TextAlign::Left|TextAlign::Top) noexcept (定义于 Painter) | Painter | |
enabbleAntiAliasing(bool enable) noexcept | Painter | |
getTarget (定义于 Painter) | Painter | friend |
Object() noexcept | Object | |
operator=(const Painter &other)=delete (定义于 Painter) | Painter | |
operator=(Painter &&other)=delete (定义于 Painter) | Painter | |
Painter(const Painter &other)=delete (定义于 Painter) | Painter | |
Painter(Painter &&other)=delete (定义于 Painter) | Painter | |
PaintEvent (定义于 Painter) | Painter | friend |
PixelMap (定义于 Painter) | Painter | friend |
rect() const noexcept | Painter | |
setBrushColor(const Color &color) noexcept (定义于 Painter) | Painter | |
setFontFamily(const String &fontName) noexcept (定义于 Painter) | Painter | |
setFontItalic(bool italic) noexcept (定义于 Painter) | Painter | |
setFontSize(int size) noexcept (定义于 Painter) | Painter | |
setFontStrikeOut(bool strikeOut) noexcept (定义于 Painter) | Painter | |
setFontUnderline(bool underline) noexcept (定义于 Painter) | Painter | |
setFontWeight(int weight) noexcept (定义于 Painter) | Painter | |
setPenColor(const Color &color) noexcept (定义于 Painter) | Painter | |
setPenWidth(int width) noexcept (定义于 Painter) | Painter | |
transfrom (定义于 Painter) | Painter | friend |
~Object() noexcept | Object | virtual |
~Painter() noexcept (定义于 Painter) | Painter |