|
KWin
|
#include <shadow.h>
Public Member Functions | |
| ~ShadowInterface () override | |
| GraphicsBuffer * | left () const |
| GraphicsBuffer * | topLeft () const |
| GraphicsBuffer * | top () const |
| GraphicsBuffer * | topRight () const |
| GraphicsBuffer * | right () const |
| GraphicsBuffer * | bottomRight () const |
| GraphicsBuffer * | bottom () const |
| GraphicsBuffer * | bottomLeft () const |
| QMarginsF | offset () const |
Friends | |
| class | ShadowManagerInterfacePrivate |
|
overridedefault |
| GraphicsBuffer * KWin::ShadowInterface::bottom | ( | ) | const |
| GraphicsBuffer * KWin::ShadowInterface::bottomLeft | ( | ) | const |
| GraphicsBuffer * KWin::ShadowInterface::bottomRight | ( | ) | const |
| GraphicsBuffer * KWin::ShadowInterface::left | ( | ) | const |
| QMarginsF KWin::ShadowInterface::offset | ( | ) | const |
Definition at line 307 of file shadow.cpp.
| GraphicsBuffer * KWin::ShadowInterface::right | ( | ) | const |
| GraphicsBuffer * KWin::ShadowInterface::top | ( | ) | const |
| GraphicsBuffer * KWin::ShadowInterface::topLeft | ( | ) | const |
| GraphicsBuffer * KWin::ShadowInterface::topRight | ( | ) | const |
|
friend |