|
| PatchIndex | hitTestPatch (const QPointF &pt, QPointF *localPointResult) const |
| |
| void | renderMesh (const QPoint &dstQImageOffset, QImage *dstImage) const |
| |
| control_point_iterator | beginControlPoints () |
| |
| control_point_const_iterator | beginControlPoints () const |
| |
| patch_iterator | beginPatches () |
| |
| patch_const_iterator | beginPatches () const |
| |
| segment_iterator | beginSegments () |
| |
| segment_const_iterator | beginSegments () const |
| |
| control_point_const_iterator | constBeginControlPoints () const |
| |
| patch_const_iterator | constBeginPatches () const |
| |
| segment_const_iterator | constBeginSegments () const |
| |
| control_point_const_iterator | constEndControlPoints () const |
| |
| patch_const_iterator | constEndPatches () const |
| |
| segment_const_iterator | constEndSegments () const |
| |
| control_point_const_iterator | constFind (const ControlPointIndex &index) const |
| |
| control_point_const_iterator | constFind (const NodeIndex &index) const |
| |
| patch_const_iterator | constFind (const PatchIndex &index) const |
| |
| segment_const_iterator | constFind (const SegmentIndex &index) const |
| |
| QRectF | dstBoundingRect () const |
| |
| control_point_iterator | endControlPoints () |
| |
| control_point_const_iterator | endControlPoints () const |
| |
| patch_iterator | endPatches () |
| |
| patch_const_iterator | endPatches () const |
| |
| segment_iterator | endSegments () |
| |
| segment_const_iterator | endSegments () const |
| |
| control_point_iterator | find (const ControlPointIndex &index) |
| |
| control_point_const_iterator | find (const ControlPointIndex &index) const |
| |
| control_point_iterator | find (const NodeIndex &index) |
| |
| control_point_const_iterator | find (const NodeIndex &index) const |
| |
| patch_iterator | find (const PatchIndex &index) |
| |
| patch_const_iterator | find (const PatchIndex &index) const |
| |
| segment_iterator | find (const SegmentIndex &index) |
| |
| segment_const_iterator | find (const SegmentIndex &index) const |
| |
| ControlPointIndex | hitTestControlPoint (const QPointF &pt, qreal distanceThreshold) const |
| |
| ControlPointIndex | hitTestNode (const QPointF &pt, qreal distanceThreshold) const |
| |
| SegmentIndex | hitTestSegment (const QPointF &pt, qreal distanceThreshold, qreal *t=0) const |
| |
| bool | isIdentity () const |
| |
| template<typename T > |
| bool | isIndexValid (const T &index) const |
| |
| Patch | makePatch (const PatchIndex &index) const |
| |
| Patch | makePatch (int col, int row) const |
| |
| | Mesh () |
| |
| | Mesh (const QRectF &mapRect, const QSize &size=QSize(2, 2)) |
| |
| Node & | node (const NodeIndex &index) |
| |
| const Node & | node (const NodeIndex &index) const |
| |
| Node & | node (int col, int row) |
| |
| const Node & | node (int col, int row) const |
| |
| bool | operator== (const Mesh &rhs) const |
| |
| QRectF | originalRect () const |
| |
| void | removeColumn (int column) |
| |
| void | removeColumnOrRow (NodeIndex index, bool row) |
| |
| void | removeRow (int row) |
| |
| void | reshapeMeshHorizontally (int numColumns) |
| |
| void | reshapeMeshVertically (int numRows) |
| |
| QSize | size () const |
| |
| int | subdivideColumn (int leftColumn, qreal relProportionalT) |
| |
| int | subdivideColumn (qreal proportionalT) |
| |
| int | subdivideRow (int topRow, qreal relProportionalT) |
| |
| int | subdivideRow (qreal proportionalT) |
| |
| void | subdivideSegment (SegmentIndex index, qreal proportionalT) |
| |
| void | transform (const QTransform &t) |
| |
| void | transformSrcAndDst (const QTransform &t) |
| |
| void | translate (const QPointF &offset) |
| |
Definition at line 63 of file KisBezierGradientMesh.h.