◆ 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 138 of file kis_liquify_transform_worker.cpp.
140 {
141
142 Q_UNUSED(prevCol);
143 Q_UNUSED(prevRow);
144 Q_UNUSED(colIndex);
145 Q_UNUSED(rowIndex);
146
147 QPointF pt(col, row);
149 }
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: