QPainter.fillRect
- void fillRect(const(QRectF) , const(QBrush) )
- void fillRect(int x, int y, int w, int h, const(QBrush) b)
- void fillRect(const(QRect) , const(QBrush) )
- void fillRect(const(QRectF) , const(QColor) color)
- void fillRect(int x, int y, int w, int h, const(QColor) b)
struct QPainter
pragma(inline, true)
void
fillRect
- void fillRect(const(QRect) , const(QColor) color)
- void fillRect(int x, int y, int w, int h, qt.core.namespace.GlobalColor c)
- void fillRect(const(QRect) r, qt.core.namespace.GlobalColor c)
- void fillRect(const(QRectF) r, qt.core.namespace.GlobalColor c)
- void fillRect(int x, int y, int w, int h, qt.core.namespace.BrushStyle style)
- void fillRect(const(QRect) r, qt.core.namespace.BrushStyle style)
- void fillRect(const(QRectF) r, qt.core.namespace.BrushStyle style)
qt gui painter QPainter
aliasesconstructorsdestructorsenumsfunctionsstatic functionsstructs