krita
KisRectIteratorPixel Class Reference
Inheritance diagram for KisRectIteratorPixel:
Detailed Description
Definition at line 104 of file kis_iterators_pixel.h.
Public Member Functions | |
| KisRectIteratorPixel (KisPaintDevice *ndevice, KisDataManager *dm, KisDataManager *sel_dm, Q_INT32 x, Q_INT32 y, Q_INT32 w, Q_INT32 h, Q_INT32 offsetx, Q_INT32 offsety, bool writable) | |
| KisRectIteratorPixel (const KisRectIteratorPixel &rhs) | |
| KisRectIteratorPixel & | operator= (const KisRectIteratorPixel &rhs) |
| KisRectIteratorPixel & | operator++ () |
| Q_INT32 | x () const |
| Q_INT32 | y () const |
| Q_INT32 | nConseqPixels () const |
Protected Attributes | |
| Q_INT32 | m_offsetx |
| Q_INT32 | m_offsety |
Member Function Documentation
| KisRectIteratorPixel& KisRectIteratorPixel::operator++ | ( | ) | [inline] |
Advances one pixel going to the beginning of the next line when it reaches the end of a line.
Reimplemented from KisRectIterator.
Definition at line 121 of file kis_iterators_pixel.h.
| Q_INT32 KisRectIteratorPixel::nConseqPixels | ( | ) | const [inline] |
Returns the number of consequtive pixels that we point at This is useful for optimizing.
Reimplemented from KisRectIterator.
Definition at line 127 of file kis_iterators_pixel.h.
The documentation for this class was generated from the following files:

