◆ AllPointsFetcherOp()
| AllPointsFetcherOp::AllPointsFetcherOp |
( |
QRectF | srcRect | ) |
|
|
inline |
◆ nextLine()
| void AllPointsFetcherOp::nextLine |
( |
| ) |
|
|
inline |
◆ processPoint()
| void AllPointsFetcherOp::processPoint |
( |
int | col, |
|
|
int | row, |
|
|
int | prevCol, |
|
|
int | prevRow, |
|
|
int | colIndex, |
|
|
int | rowIndex ) |
|
inline |
Definition at line 128 of file kis_liquify_transform_worker.cpp.
130 {
131
132 Q_UNUSED(prevCol);
133 Q_UNUSED(prevRow);
134 Q_UNUSED(colIndex);
135 Q_UNUSED(rowIndex);
136
137 QPointF pt(col, row);
139 }
QVector< QPointF > m_points
References m_points.
◆ m_points
| QVector<QPointF> AllPointsFetcherOp::m_points |
◆ m_srcRect
| QRectF AllPointsFetcherOp::m_srcRect |
The documentation for this struct was generated from the following file: