KWinLibraries
KWin::WindowVertex Class Reference
[KWin effects library]
Vertex class.
More...
#include <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) |
double | textureX () const |
double | textureY () const |
WindowVertex (double x, double y, double tx, double ty) | |
WindowVertex () | |
double | x () const |
double | y () const |
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 864 of file kwineffects.h.
The documentation for this class was generated from the following file: