krita
KisVLineIteratorPixel Class Reference
Inheritance diagram for KisVLineIteratorPixel:

Detailed Description
Definition at line 76 of file kis_iterators_pixel.h.
Public Member Functions | |
KisVLineIteratorPixel (KisPaintDevice *ndevice, KisDataManager *dm, KisDataManager *sel_dm, Q_INT32 xpos, Q_INT32 ypos, Q_INT32 height, Q_INT32 offsetx, Q_INT32 offsety, bool writable) | |
KisVLineIteratorPixel (const KisVLineIteratorPixel &rhs) | |
KisVLineIteratorPixel & | operator= (const KisVLineIteratorPixel &rhs) |
KisVLineIteratorPixel & | operator++ () |
Q_INT32 | x () const |
Q_INT32 | y () const |
Protected Attributes | |
Q_INT32 | m_offsetx |
Q_INT32 | m_offsety |
Member Function Documentation
KisVLineIteratorPixel& KisVLineIteratorPixel::operator++ | ( | ) | [inline] |
Advances one pixel until it reaches the end of the line.
Reimplemented from KisVLineIterator.
Definition at line 93 of file kis_iterators_pixel.h.
Q_INT32 KisVLineIteratorPixel::x | ( | ) | const [inline] |
current x position
Reimplemented from KisVLineIterator.
Definition at line 95 of file kis_iterators_pixel.h.
Q_INT32 KisVLineIteratorPixel::y | ( | ) | const [inline] |
current y position
Reimplemented from KisVLineIterator.
Definition at line 97 of file kis_iterators_pixel.h.
The documentation for this class was generated from the following files: