KWinLibraries
KWin::WindowQuad Class Reference
[KWin effects library]
#include <kwineffects.h>
Detailed Description
Class representing one area of a window.WindowQuads consists of four WindowVertex objects and represents one part of a window.
Definition at line 798 of file kwineffects.h.
Public Member Functions | |
double | bottom () const |
bool | decoration () const |
bool | isTransformed () const |
double | left () const |
WindowQuad | makeSubQuad (double x1, double y1, double x2, double y2) const |
const WindowVertex & | operator[] (int index) const |
WindowVertex & | operator[] (int index) |
double | originalBottom () const |
double | originalLeft () const |
double | originalRight () const |
double | originalTop () const |
double | right () const |
bool | smoothNeeded () const |
double | top () const |
WindowQuad (WindowQuadType type) |
The documentation for this class was generated from the following files: