| addArc(const RArc &arc) | RPainterPath | |
| addBox(const RBox &box) | RPainterPath | |
| addLine(const RLine &line) | RPainterPath | |
| addOriginalShape(QSharedPointer< RShape > shape) | RPainterPath | |
| addPath(const RPainterPath &path) | RPainterPath | |
| addPoint(const RVector &position) | RPainterPath | |
| addPolyline(const RPolyline &pl) | RPainterPath | |
| addRect(double x1, double y1, double x2, double y2) | RPainterPath | |
| addRect(const QRectF &rect) | RPainterPath | |
| addShape(QSharedPointer< RShape > shape) | RPainterPath | |
| addSpline(const RSpline &spline) | RPainterPath | |
| AlwaysRegen enum value | RPainterPath | |
| appendPath(const RPainterPath &path) | RPainterPath | |
| AutoRegen enum value | RPainterPath | |
| brush | RPainterPath | private |
| closeSubpath() | RPainterPath | inline |
| containsPoint(const RVector &v) const | RPainterPath | inline |
| countOriginalShapes() const | RPainterPath | |
| cubicTo(const RVector &cp1, const RVector &cp2, const RVector &v) | RPainterPath | inline |
| cubicTo(qreal ctrlPt1x, qreal ctrlPt1y, qreal ctrlPt2x, qreal ctrlPt2y, qreal endPtx, qreal endPty) | RPainterPath | inline |
| featureSize | RPainterPath | private |
| FixedBrushColor enum value | RPainterPath | |
| FixedPenColor enum value | RPainterPath | |
| Frameless enum value | RPainterPath | |
| getAlwaysRegen() const | RPainterPath | |
| getAutoRegen() const | RPainterPath | |
| getBoundingBox() const | RPainterPath | |
| getBrush() const | RPainterPath | |
| getCurrentPosition() const | RPainterPath | inline |
| getDistanceTo(const RVector &point) const | RPainterPath | |
| getElementCount() const | RPainterPath | |
| getEndPoint() const | RPainterPath | |
| getFeatureSize() const | RPainterPath | |
| getFrameless() const | RPainterPath | |
| getInheritPen() const | RPainterPath | |
| getMaxList(QList< RPainterPath > &pps) | RPainterPath | static |
| getMinList(QList< RPainterPath > &pps) | RPainterPath | static |
| getMode(RPainterPath::Mode mode) const | RPainterPath | |
| getNoClipping() const | RPainterPath | |
| getNoColorMode() const | RPainterPath | |
| getNoPattern() const | RPainterPath | |
| getOriginalShape(int i) const | RPainterPath | |
| getPen() const | RPainterPath | |
| getPixelSizeHint() const | RPainterPath | |
| getPixelUnit() const | RPainterPath | |
| getPixelWidth() const | RPainterPath | |
| getPoints() const | RPainterPath | |
| getPolylineGen() const | RPainterPath | |
| getScreenBasedLinetype() const | RPainterPath | |
| getShapes() const | RPainterPath | |
| getSimplePointDisplay() const | RPainterPath | |
| getStartPoint() const | RPainterPath | |
| getTypeAt(int i) const | RPainterPath | |
| getWipeout() const | RPainterPath | |
| getXAt(int i) const | RPainterPath | |
| getYAt(int i) const | RPainterPath | |
| getZLevel() const | RPainterPath | |
| hasOriginalShapes() const | RPainterPath | |
| hasPoints() | RPainterPath | |
| Highlighted enum value | RPainterPath | |
| InheritPen enum value | RPainterPath | |
| Invalid enum value | RPainterPath | |
| isAtPosition(const RVector &p, double tolerance=RS::PointTolerance) const | RPainterPath | |
| isEmpty() const | RPainterPath | |
| isFixedBrushColor() const | RPainterPath | |
| isFixedPenColor() const | RPainterPath | |
| isHighlighted() const | RPainterPath | |
| isSane() const | RPainterPath | |
| isSelected() const | RPainterPath | |
| isValid() const | RPainterPath | |
| lineTo(const RVector &v) | RPainterPath | inline |
| lineTo(qreal x, qreal y) | RPainterPath | inline |
| lineTo(const QPointF &p) | RPainterPath | inline |
| Mode enum name | RPainterPath | |
| modes | RPainterPath | private |
| move(const RVector &offset) | RPainterPath | |
| moveTo(const RVector &v) | RPainterPath | inline |
| moveTo(qreal x, qreal y) | RPainterPath | inline |
| moveTo(const QPointF &p) | RPainterPath | inline |
| moveToOrNop(const RVector &v) | RPainterPath | inline |
| NoClipping enum value | RPainterPath | |
| NoColorMode enum value | RPainterPath | |
| NoModes enum value | RPainterPath | |
| NoPattern enum value | RPainterPath | |
| originalShapes | RPainterPath | private |
| pen | RPainterPath | private |
| pixelSizeHint | RPainterPath | private |
| PixelUnit enum value | RPainterPath | |
| PixelWidth enum value | RPainterPath | |
| points | RPainterPath | private |
| PolylineGen enum value | RPainterPath | |
| quadTo(const RVector &cp, const RVector &v) | RPainterPath | inline |
| quadTo(qreal ctrlPtx, qreal ctrlPty, qreal endPtx, qreal endPty) | RPainterPath | inline |
| rotate(double angle) | RPainterPath | |
| rotateList(QList< RPainterPath > &pps, double angle) | RPainterPath | static |
| RPainterPath() | RPainterPath | |
| RPainterPath(const QPainterPath &path) | RPainterPath | |
| RPainterPath(const RPainterPath &other) | RPainterPath | |
| scale(double fx, double fy) | RPainterPath | |
| scaleList(QList< RPainterPath > &pps, double fx, double fy) | RPainterPath | static |
| ScreenBasedLinetype enum value | RPainterPath | |
| Selected enum value | RPainterPath | |
| setAlwaysRegen(bool on) | RPainterPath | |
| setAutoRegen(bool on) | RPainterPath | |
| setBrush(const QBrush &b) | RPainterPath | |
| setFeatureSize(double s) | RPainterPath | |
| setFixedBrushColor(bool on) | RPainterPath | |
| setFixedPenColor(bool on) | RPainterPath | |
| setFrameless(bool on) | RPainterPath | |
| setHighlighted(bool on) | RPainterPath | |
| setInheritPen(bool on) | RPainterPath | |
| setMode(RPainterPath::Mode mode, bool on=true) | RPainterPath | |
| setNoClipping(bool on) | RPainterPath | |
| setNoColorMode(bool on) | RPainterPath | |
| setNoPattern(bool on) | RPainterPath | |
| setPath(const QPainterPath &path) | RPainterPath | |
| setPen(const QPen &p) | RPainterPath | |
| setPixelSizeHint(double s) | RPainterPath | |
| setPixelUnit(bool on) | RPainterPath | |
| setPixelWidth(bool on) | RPainterPath | |
| setPoints(const QList< RVector > &p) | RPainterPath | |
| setPolylineGen(bool on) | RPainterPath | |
| setScreenBasedLinetype(bool on) | RPainterPath | |
| setSelected(bool on) | RPainterPath | |
| setSimplePointDisplay(bool on) | RPainterPath | |
| setValid(bool on) | RPainterPath | |
| setWipeout(bool on) | RPainterPath | |
| setZLevel(int zl) | RPainterPath | |
| SimplePointDisplay enum value | RPainterPath | |
| transform(const QTransform &t) | RPainterPath | |
| translateList(QList< RPainterPath > &pps, const RVector &offset) | RPainterPath | static |
| Wipeout enum value | RPainterPath | |
| zLevel | RPainterPath | private |
| ~RPainterPath() | RPainterPath | virtual |