◆ AllPointsFetcherOp()
| AllPointsFetcherOp::AllPointsFetcherOp |
( |
QRectF | srcRect, |
|
|
QSize | gridSize ) |
|
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 136 of file kis_liquify_transform_worker.cpp.
138 {
139
140 Q_UNUSED(prevCol);
141 Q_UNUSED(prevRow);
142
143
144
146 col++;
147 }
149 row++;
150 }
151
152 QPointF pt(col, row);
154 }
QVector< QPointF > m_points
References m_gridSize, and m_points.
◆ m_gridSize
| QSize AllPointsFetcherOp::m_gridSize |
◆ m_points
| QVector<QPointF> AllPointsFetcherOp::m_points |
◆ m_srcRect
| QRectF AllPointsFetcherOp::m_srcRect |
The documentation for this struct was generated from the following file: