KWinLibraries
KWin::PaintClipper::Iterator Class Reference
[KWin effects library]
#include <kwineffects.h>
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 964 of file kwineffects.h.
Public Member Functions | |
| QRect | boundingRect () const |
| bool | isDone () |
| Iterator () | |
| void | next () |
| ~Iterator () | |
Constructor & Destructor Documentation
| KWin::PaintClipper::Iterator::Iterator | ( | ) |
Definition at line 807 of file kwineffects.cpp.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference