org.kde.qt
public class QPainter extends Qt
Field Summary | |
---|---|
static int | Auto |
static int | ClipOn |
static int | CoordDevice |
static int | CoordPainter |
static int | CtorBegin |
static int | DirtyBrush |
static int | DirtyFont |
static int | DirtyPen |
static int | ExtDev |
static int | FontInf |
static int | FontMet |
static int | IsActive |
static int | IsStartingUp |
static int | LTR |
static int | MonoDev |
static int | NoCache |
static int | Qt2Compat |
static int | RGBColor |
static int | RTL |
static int | SafePolygon |
static int | UsePrivateCx |
static int | VolatileDC |
static int | VxF |
static int | WxF |
Constructor Summary | |
---|---|
protected | QPainter(Class dummy) |
QPainter() | |
QPainter(QPaintDeviceInterface arg1, boolean unclipped) | |
QPainter(QPaintDeviceInterface arg1) | |
QPainter(QPaintDeviceInterface arg1, QWidget arg2, boolean unclipped) | |
QPainter(QPaintDeviceInterface arg1, QWidget arg2) |
Method Summary | |
---|---|
QColor | backgroundColor() |
int | backgroundMode() |
boolean | begin(QPaintDeviceInterface arg1, boolean unclipped) |
boolean | begin(QPaintDeviceInterface arg1) |
boolean | begin(QPaintDeviceInterface arg1, QWidget arg2, boolean unclipped) |
boolean | begin(QPaintDeviceInterface arg1, QWidget arg2) |
QRect | boundingRect(int x, int y, int w, int h, int flags, String arg6, int len) |
QRect | boundingRect(int x, int y, int w, int h, int flags, String arg6) |
QRect | boundingRect(QRect arg1, int flags, String arg3, int len) |
QRect | boundingRect(QRect arg1, int flags, String arg3) |
QBrush | brush() |
QPoint | brushOrigin() |
static void | cleanup() |
QRegion | clipRegion(int arg1) |
QRegion | clipRegion() |
QPaintDeviceInterface | device() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
void | drawArc(int x, int y, int w, int h, int a, int alen) |
void | drawArc(QRect arg1, int a, int alen) |
void | drawChord(int x, int y, int w, int h, int a, int alen) |
void | drawChord(QRect arg1, int a, int alen) |
void | drawConvexPolygon(QPointArray arg1, int index, int npoints) |
void | drawConvexPolygon(QPointArray arg1, int index) |
void | drawConvexPolygon(QPointArray arg1) |
void | drawCubicBezier(QPointArray arg1, int index) |
void | drawCubicBezier(QPointArray arg1) |
void | drawEllipse(int x, int y, int w, int h) |
void | drawEllipse(QRect arg1) |
void | drawImage(int x, int y, QImage arg3, int sx, int sy, int sw, int sh, int conversionFlags) |
void | drawImage(int x, int y, QImage arg3, int sx, int sy, int sw, int sh) |
void | drawImage(int x, int y, QImage arg3, int sx, int sy, int sw) |
void | drawImage(int x, int y, QImage arg3, int sx, int sy) |
void | drawImage(int x, int y, QImage arg3, int sx) |
void | drawImage(int x, int y, QImage arg3) |
void | drawImage(QPoint arg1, QImage arg2, QRect sr, int conversionFlags) |
void | drawImage(QPoint arg1, QImage arg2, QRect sr) |
void | drawImage(QPoint arg1, QImage arg2, int conversion_flags) |
void | drawImage(QPoint arg1, QImage arg2) |
void | drawImage(QRect arg1, QImage arg2) |
void | drawLine(int x1, int y1, int x2, int y2) |
void | drawLine(QPoint arg1, QPoint arg2) |
void | drawLineSegments(QPointArray arg1, int index, int nlines) |
void | drawLineSegments(QPointArray arg1, int index) |
void | drawLineSegments(QPointArray arg1) |
void | drawPicture(QPicture arg1) |
void | drawPicture(int x, int y, QPicture arg3) |
void | drawPicture(QPoint arg1, QPicture arg2) |
void | drawPie(int x, int y, int w, int h, int a, int alen) |
void | drawPie(QRect arg1, int a, int alen) |
void | drawPixmap(int x, int y, QPixmap arg3, int sx, int sy, int sw, int sh) |
void | drawPixmap(int x, int y, QPixmap arg3, int sx, int sy, int sw) |
void | drawPixmap(int x, int y, QPixmap arg3, int sx, int sy) |
void | drawPixmap(int x, int y, QPixmap arg3, int sx) |
void | drawPixmap(int x, int y, QPixmap arg3) |
void | drawPixmap(QPoint arg1, QPixmap arg2, QRect sr) |
void | drawPixmap(QPoint arg1, QPixmap arg2) |
void | drawPixmap(QRect arg1, QPixmap arg2) |
void | drawPoint(int x, int y) |
void | drawPoint(QPoint arg1) |
void | drawPoints(QPointArray a, int index, int npoints) |
void | drawPoints(QPointArray a, int index) |
void | drawPoints(QPointArray a) |
void | drawPolygon(QPointArray arg1, boolean winding, int index, int npoints) |
void | drawPolygon(QPointArray arg1, boolean winding, int index) |
void | drawPolygon(QPointArray arg1, boolean winding) |
void | drawPolygon(QPointArray arg1) |
void | drawPolyline(QPointArray arg1, int index, int npoints) |
void | drawPolyline(QPointArray arg1, int index) |
void | drawPolyline(QPointArray arg1) |
void | drawRect(int x, int y, int w, int h) |
void | drawRect(QRect arg1) |
void | drawRoundRect(int x, int y, int w, int h, int arg5, int arg6) |
void | drawRoundRect(int x, int y, int w, int h, int arg5) |
void | drawRoundRect(int x, int y, int w, int h) |
void | drawRoundRect(QRect arg1, int arg2, int arg3) |
void | drawRoundRect(QRect arg1, int arg2) |
void | drawRoundRect(QRect arg1) |
void | drawText(int x, int y, String arg3, int len, int dir) |
void | drawText(int x, int y, String arg3, int len) |
void | drawText(int x, int y, String arg3) |
void | drawText(QPoint arg1, String arg2, int len, int dir) |
void | drawText(QPoint arg1, String arg2, int len) |
void | drawText(QPoint arg1, String arg2) |
void | drawText(int x, int y, String arg3, int pos, int len, int dir) |
void | drawText(QPoint p, String arg2, int pos, int len, int dir) |
void | drawText(int x, int y, int w, int h, int flags, String arg6, int len, QRect br) |
void | drawText(int x, int y, int w, int h, int flags, String arg6, int len) |
void | drawText(int x, int y, int w, int h, int flags, String arg6) |
void | drawText(QRect arg1, int flags, String arg3, int len, QRect br) |
void | drawText(QRect arg1, int flags, String arg3, int len) |
void | drawText(QRect arg1, int flags, String arg3) |
void | drawTiledPixmap(int x, int y, int w, int h, QPixmap arg5, int sx, int sy) |
void | drawTiledPixmap(int x, int y, int w, int h, QPixmap arg5, int sx) |
void | drawTiledPixmap(int x, int y, int w, int h, QPixmap arg5) |
void | drawTiledPixmap(QRect arg1, QPixmap arg2, QPoint arg3) |
void | drawTiledPixmap(QRect arg1, QPixmap arg2) |
void | drawWinFocusRect(int x, int y, int w, int h) |
void | drawWinFocusRect(int x, int y, int w, int h, QColor bgColor) |
void | drawWinFocusRect(QRect arg1) |
void | drawWinFocusRect(QRect arg1, QColor bgColor) |
boolean | end() |
void | eraseRect(int x, int y, int w, int h) |
void | eraseRect(QRect arg1) |
void | fillRect(int x, int y, int w, int h, QBrush arg5) |
void | fillRect(QRect arg1, QBrush arg2) |
protected void | finalize() Deletes the wrapped C++ instance |
void | flush(QRegion region, int cm) |
void | flush(QRegion region) |
void | flush() |
QFont | font() |
QFontInfo | fontInfo() |
QFontMetrics | fontMetrics() |
boolean | hasClipping() |
boolean | hasViewXForm() |
boolean | hasWorldXForm() |
static void | initialize() |
boolean | isActive() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
void | lineTo(int x, int y) |
void | lineTo(QPoint arg1) |
void | moveTo(int x, int y) |
void | moveTo(QPoint arg1) |
QPen | pen() |
QPoint | pos() |
int | rasterOp() |
static void | redirect(QPaintDeviceInterface pdev, QPaintDeviceInterface replacement) |
static QPaintDeviceInterface | redirect(QPaintDeviceInterface pdev) |
void | resetXForm() |
void | restore() |
void | restoreWorldMatrix() |
void | rotate(double a) |
void | save() |
void | saveWorldMatrix() |
void | scale(double sx, double sy) |
void | setBackgroundColor(QColor arg1) |
void | setBackgroundMode(int arg1) |
void | setBrush(QBrush arg1) |
void | setBrush(int arg1) |
void | setBrush(QColor arg1) |
void | setBrushOrigin(int x, int y) |
void | setBrushOrigin(QPoint arg1) |
void | setClipping(boolean arg1) |
void | setClipRect(QRect arg1, int arg2) |
void | setClipRect(QRect arg1) |
void | setClipRect(int x, int y, int w, int h, int arg5) |
void | setClipRect(int x, int y, int w, int h) |
void | setClipRegion(QRegion arg1, int arg2) |
void | setClipRegion(QRegion arg1) |
void | setFont(QFont arg1) |
void | setPen(QPen arg1) |
void | setPen(int arg1) |
void | setPen(QColor arg1) |
void | setRasterOp(int arg1) |
void | setTabArray(int[] arg1) |
void | setTabStops(int arg1) |
void | setViewport(QRect arg1) |
void | setViewport(int x, int y, int w, int h) |
void | setViewXForm(boolean arg1) |
void | setWindow(QRect arg1) |
void | setWindow(int x, int y, int w, int h) |
void | setWorldMatrix(QWMatrix arg1, boolean combine) |
void | setWorldMatrix(QWMatrix arg1) |
void | setWorldXForm(boolean arg1) |
void | shear(double sh, double sv) |
int[] | tabArray() |
int | tabStops() |
void | translate(double dx, double dy) |
double | translationX() |
double | translationY() |
QRect | viewport() |
QRect | window() |
QWMatrix | worldMatrix() |
Object | xForm(QPoint arg1) |
Object | xForm(QRect arg1) |
Object | xForm(QPointArray arg1) |
Object | xForm(QPointArray arg1, int index, int npoints) |
QPoint | xFormDev(QPoint arg1) |
QRect | xFormDev(QRect arg1) |
QPointArray | xFormDev(QPointArray arg1) |
QPointArray | xFormDev(QPointArray arg1, int index, int npoints) |