KWinLibraries
KWin::PaintClipper::Iterator Class Reference
[KWin effects library]
Helper class to perform the clipped painting.
More...
#include <kwineffects.h>
Public Member Functions | |
QRect | boundingRect () const |
bool | isDone () |
Iterator () | |
void | next () |
~Iterator () |
Detailed Description
Helper class to perform the clipped painting.The usage is:
for( PaintClipper::Iterator iterator; !iterator.isDone(); iterator.next()) { // do the painting, possibly use iterator.boundingRect() }
Definition at line 1086 of file kwineffects.h.
Constructor & Destructor Documentation
KWin::PaintClipper::Iterator::Iterator | ( | ) |
Definition at line 871 of file kwineffects.cpp.
The documentation for this class was generated from the following files: