|
QCAD Application Framework
CAD Application Development and Automation.
|
#include <qtscriptshell_QPaintEngine.h>
Public Member Functions | |
| bool | begin (QPaintDevice *pdev) |
| bool | begin (QPaintDevice *pdev) |
| QPoint | coordinateOffset () const |
| QPoint | coordinateOffset () const |
| void | drawEllipse (const QRect &r) |
| void | drawEllipse (const QRect &r) |
| void | drawEllipse (const QRectF &r) |
| void | drawEllipse (const QRectF &r) |
| void | drawImage (const QRectF &r, const QImage &pm, const QRectF &sr, Qt::ImageConversionFlags flags=Qt::AutoColor) |
| void | drawImage (const QRectF &r, const QImage &pm, const QRectF &sr, Qt::ImageConversionFlags flags=Qt::AutoColor) |
| void | drawLines (const QLine *lines, int lineCount) |
| void | drawLines (const QLine *lines, int lineCount) |
| void | drawLines (const QLineF *lines, int lineCount) |
| void | drawLines (const QLineF *lines, int lineCount) |
| void | drawPath (const QPainterPath &path) |
| void | drawPath (const QPainterPath &path) |
| void | drawPixmap (const QRectF &r, const QPixmap &pm, const QRectF &sr) |
| void | drawPixmap (const QRectF &r, const QPixmap &pm, const QRectF &sr) |
| void | drawPoints (const QPoint *points, int pointCount) |
| void | drawPoints (const QPoint *points, int pointCount) |
| void | drawPoints (const QPointF *points, int pointCount) |
| void | drawPoints (const QPointF *points, int pointCount) |
| void | drawPolygon (const QPoint *points, int pointCount, QPaintEngine::PolygonDrawMode mode) |
| void | drawPolygon (const QPoint *points, int pointCount, QPaintEngine::PolygonDrawMode mode) |
| void | drawPolygon (const QPointF *points, int pointCount, QPaintEngine::PolygonDrawMode mode) |
| void | drawPolygon (const QPointF *points, int pointCount, QPaintEngine::PolygonDrawMode mode) |
| void | drawRects (const QRect *rects, int rectCount) |
| void | drawRects (const QRect *rects, int rectCount) |
| void | drawRects (const QRectF *rects, int rectCount) |
| void | drawRects (const QRectF *rects, int rectCount) |
| void | drawTextItem (const QPointF &p, const QTextItem &textItem) |
| void | drawTextItem (const QPointF &p, const QTextItem &textItem) |
| void | drawTiledPixmap (const QRectF &r, const QPixmap &pixmap, const QPointF &s) |
| void | drawTiledPixmap (const QRectF &r, const QPixmap &pixmap, const QPointF &s) |
| bool | end () |
| bool | end () |
| QtScriptShell_QPaintEngine (QPaintEngine::PaintEngineFeatures features=0) | |
| QtScriptShell_QPaintEngine (QPaintEngine::PaintEngineFeatures features=0) | |
| QPaintEngine::Type | type () const |
| QPaintEngine::Type | type () const |
| void | updateState (const QPaintEngineState &state) |
| void | updateState (const QPaintEngineState &state) |
| ~QtScriptShell_QPaintEngine () | |
| ~QtScriptShell_QPaintEngine () | |
Public Attributes | |
| QScriptValue | __qtscript_self |
| QtScriptShell_QPaintEngine::QtScriptShell_QPaintEngine | ( | QPaintEngine::PaintEngineFeatures | features = 0 | ) |
| QtScriptShell_QPaintEngine::~QtScriptShell_QPaintEngine | ( | ) |
| QtScriptShell_QPaintEngine::QtScriptShell_QPaintEngine | ( | QPaintEngine::PaintEngineFeatures | features = 0 | ) |
| QtScriptShell_QPaintEngine::~QtScriptShell_QPaintEngine | ( | ) |
| bool QtScriptShell_QPaintEngine::begin | ( | QPaintDevice * | pdev | ) |
| bool QtScriptShell_QPaintEngine::begin | ( | QPaintDevice * | pdev | ) |
| QPoint QtScriptShell_QPaintEngine::coordinateOffset | ( | ) | const |
| QPoint QtScriptShell_QPaintEngine::coordinateOffset | ( | ) | const |
| void QtScriptShell_QPaintEngine::drawEllipse | ( | const QRect & | r | ) |
| void QtScriptShell_QPaintEngine::drawEllipse | ( | const QRect & | r | ) |
| void QtScriptShell_QPaintEngine::drawEllipse | ( | const QRectF & | r | ) |
| void QtScriptShell_QPaintEngine::drawEllipse | ( | const QRectF & | r | ) |
| void QtScriptShell_QPaintEngine::drawImage | ( | const QRectF & | r, |
| const QImage & | pm, | ||
| const QRectF & | sr, | ||
| Qt::ImageConversionFlags | flags = Qt::AutoColor |
||
| ) |
| void QtScriptShell_QPaintEngine::drawImage | ( | const QRectF & | r, |
| const QImage & | pm, | ||
| const QRectF & | sr, | ||
| Qt::ImageConversionFlags | flags = Qt::AutoColor |
||
| ) |
| void QtScriptShell_QPaintEngine::drawLines | ( | const QLine * | lines, |
| int | lineCount | ||
| ) |
| void QtScriptShell_QPaintEngine::drawLines | ( | const QLine * | lines, |
| int | lineCount | ||
| ) |
| void QtScriptShell_QPaintEngine::drawLines | ( | const QLineF * | lines, |
| int | lineCount | ||
| ) |
| void QtScriptShell_QPaintEngine::drawLines | ( | const QLineF * | lines, |
| int | lineCount | ||
| ) |
| void QtScriptShell_QPaintEngine::drawPath | ( | const QPainterPath & | path | ) |
| void QtScriptShell_QPaintEngine::drawPath | ( | const QPainterPath & | path | ) |
| void QtScriptShell_QPaintEngine::drawPixmap | ( | const QRectF & | r, |
| const QPixmap & | pm, | ||
| const QRectF & | sr | ||
| ) |
| void QtScriptShell_QPaintEngine::drawPixmap | ( | const QRectF & | r, |
| const QPixmap & | pm, | ||
| const QRectF & | sr | ||
| ) |
| void QtScriptShell_QPaintEngine::drawPoints | ( | const QPoint * | points, |
| int | pointCount | ||
| ) |
| void QtScriptShell_QPaintEngine::drawPoints | ( | const QPoint * | points, |
| int | pointCount | ||
| ) |
| void QtScriptShell_QPaintEngine::drawPoints | ( | const QPointF * | points, |
| int | pointCount | ||
| ) |
| void QtScriptShell_QPaintEngine::drawPoints | ( | const QPointF * | points, |
| int | pointCount | ||
| ) |
| void QtScriptShell_QPaintEngine::drawPolygon | ( | const QPoint * | points, |
| int | pointCount, | ||
| QPaintEngine::PolygonDrawMode | mode | ||
| ) |
| void QtScriptShell_QPaintEngine::drawPolygon | ( | const QPoint * | points, |
| int | pointCount, | ||
| QPaintEngine::PolygonDrawMode | mode | ||
| ) |
| void QtScriptShell_QPaintEngine::drawPolygon | ( | const QPointF * | points, |
| int | pointCount, | ||
| QPaintEngine::PolygonDrawMode | mode | ||
| ) |
| void QtScriptShell_QPaintEngine::drawPolygon | ( | const QPointF * | points, |
| int | pointCount, | ||
| QPaintEngine::PolygonDrawMode | mode | ||
| ) |
| void QtScriptShell_QPaintEngine::drawRects | ( | const QRect * | rects, |
| int | rectCount | ||
| ) |
| void QtScriptShell_QPaintEngine::drawRects | ( | const QRect * | rects, |
| int | rectCount | ||
| ) |
| void QtScriptShell_QPaintEngine::drawRects | ( | const QRectF * | rects, |
| int | rectCount | ||
| ) |
| void QtScriptShell_QPaintEngine::drawRects | ( | const QRectF * | rects, |
| int | rectCount | ||
| ) |
| void QtScriptShell_QPaintEngine::drawTextItem | ( | const QPointF & | p, |
| const QTextItem & | textItem | ||
| ) |
| void QtScriptShell_QPaintEngine::drawTextItem | ( | const QPointF & | p, |
| const QTextItem & | textItem | ||
| ) |
| void QtScriptShell_QPaintEngine::drawTiledPixmap | ( | const QRectF & | r, |
| const QPixmap & | pixmap, | ||
| const QPointF & | s | ||
| ) |
| void QtScriptShell_QPaintEngine::drawTiledPixmap | ( | const QRectF & | r, |
| const QPixmap & | pixmap, | ||
| const QPointF & | s | ||
| ) |
| bool QtScriptShell_QPaintEngine::end | ( | ) |
| bool QtScriptShell_QPaintEngine::end | ( | ) |
| QPaintEngine::Type QtScriptShell_QPaintEngine::type | ( | ) | const |
| QPaintEngine::Type QtScriptShell_QPaintEngine::type | ( | ) | const |
| void QtScriptShell_QPaintEngine::updateState | ( | const QPaintEngineState & | state | ) |
| void QtScriptShell_QPaintEngine::updateState | ( | const QPaintEngineState & | state | ) |
| QScriptValue QtScriptShell_QPaintEngine::__qtscript_self |