• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

KWinLibraries

KWin::PaintClipper::Iterator

KWin::PaintClipper::Iterator Class Reference
[KWin effects library]

Helper class to perform the clipped painting. More...

#include <kwineffects.h>

List of all members.


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:
  • kwineffects.h
  • kwineffects.cpp

KWinLibraries

Skip menu "KWinLibraries"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

API Reference

Skip menu "API Reference"
  • KWin
  •   KWin Libraries
  • Libraries
  •   libkworkspace
  •   libsolidcontrol
  •   libtaskmanager
  • Plasma
  •   Animators
  •   Applets
  •   Engines
  • Solid Modules
Generated for API Reference by doxygen 1.5.7
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal