![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
void | wrapper0 () |
void | wrapper1 () |
void | wrapper2 () |
void | wrapper3 () |
void | wrapper4 () |
void | wrapper5 () |
void | wrapper6 () |
void | wrapper7 () |
![]() | |
virtual | ~QPaintDevice () |
virtual int | devType () const |
bool | paintingActive () const |
virtual QPaintEngine * | paintEngine () const =0 |
int | width () const |
int | height () const |
int | widthMM () const |
int | heightMM () const |
int | logicalDpiX () const |
int | logicalDpiY () const |
int | physicalDpiX () const |
int | physicalDpiY () const |
qreal | devicePixelRatio () const |
qreal | devicePixelRatioF () const |
int | colorCount () const |
int | depth () const |
Additional Inherited Members | |
![]() | |
enum | PaintDeviceMetric { PdmWidth = 1 , PdmHeight , PdmWidthMM , PdmHeightMM , PdmNumColors , PdmDepth , PdmDpiX , PdmDpiY , PdmPhysicalDpiX , PdmPhysicalDpiY , PdmDevicePixelRatio , PdmDevicePixelRatioScaled } |
![]() | |
static qreal | devicePixelRatioFScale () |
![]() | |
QPaintDevice () noexcept | |
virtual int | metric (PaintDeviceMetric metric) const |
virtual void | initPainter (QPainter *painter) const |
virtual QPaintDevice * | redirected (QPoint *offset) const |
virtual QPainter * | sharedPainter () const |
![]() | |
ushort | painters |
Definition at line 9 of file src_gui_painting_qpainterpath.cpp.
void src_gui_painting_qpainterpath::Wrapper::wrapper0 | ( | ) |
[0]
[0]
Definition at line 23 of file src_gui_painting_qpainterpath.cpp.
References QPainter::drawPath(), QPainter::fillRect(), Qt::FlatCap, Qt::MiterJoin, painter, QPainter::setBrush(), QPainter::setPen(), Qt::SolidLine, and Qt::white.
void src_gui_painting_qpainterpath::Wrapper::wrapper1 | ( | ) |
[1]
[1]
Definition at line 45 of file src_gui_painting_qpainterpath.cpp.
References c2, QPainterPath::cubicTo(), QPainter::drawPath(), painter, QPainter::setBrush(), and QPainter::setPen().
void src_gui_painting_qpainterpath::Wrapper::wrapper2 | ( | ) |
[2]
[2]
Definition at line 66 of file src_gui_painting_qpainterpath.cpp.
References QPainterPath::arcTo(), boundingRect(), QPainter::drawPath(), QPainterPath::moveTo(), painter, QPainter::setBrush(), and QPainter::setPen().
void src_gui_painting_qpainterpath::Wrapper::wrapper3 | ( | ) |
[3]
[3]
Definition at line 88 of file src_gui_painting_qpainterpath.cpp.
References QPainterPath::addRect(), QPainter::drawPath(), painter, QPainter::setBrush(), and QPainter::setPen().
void src_gui_painting_qpainterpath::Wrapper::wrapper4 | ( | ) |
[4]
[4]
Definition at line 107 of file src_gui_painting_qpainterpath.cpp.
References QPainterPath::addPolygon(), QPainter::drawPath(), painter, QPainter::setBrush(), and QPainter::setPen().
void src_gui_painting_qpainterpath::Wrapper::wrapper5 | ( | ) |
[5]
[5]
Definition at line 126 of file src_gui_painting_qpainterpath.cpp.
References QPainterPath::addEllipse(), QPainter::drawPath(), painter, QPainter::setBrush(), and QPainter::setPen().
void src_gui_painting_qpainterpath::Wrapper::wrapper6 | ( | ) |
[6]
[6]
Definition at line 145 of file src_gui_painting_qpainterpath.cpp.
References QPainterPath::addText(), QPainter::drawPath(), painter, QPainter::setBrush(), QPainter::setPen(), and tr.
void src_gui_painting_qpainterpath::Wrapper::wrapper7 | ( | ) |