KWinLibraries
KWin::WindowVertex Class Reference
[KWin effects library]
#include <kwineffects.h>
Detailed Description
Vertex class.A vertex is one position in a window. WindowQuad consists of four WindowVertex objects and represents one part of a window.
Definition at line 765 of file kwineffects.h.
Public Member Functions | |
| void | move (double x, double y) |
| double | originalX () const |
| double | originalY () const |
| void | setX (double x) |
| void | setY (double y) |
| WindowVertex (double x, double y, double tx, double ty) | |
| WindowVertex () | |
| double | x () const |
| double | y () const |
The documentation for this class was generated from the following file:
KDE 4.1 API Reference