| KWin
    | 
#include "effect/globals.h"#include <QHash>#include <QObject>#include <QPoint>#include <KSharedConfig>#include <xcb/xcb.h>Go to the source code of this file.
| Classes | |
| class | KWin::CursorShape | 
| Wrapper round Qt::CursorShape with extensions enums into a single entity.  More... | |
| class | KWin::Cursor | 
| Replacement for QCursor.  More... | |
| class | KWin::Cursors | 
| Namespaces | |
| namespace | KWin | 
| namespace | KWin::ExtendedCursor | 
| Enumerations | |
| enum | KWin::ExtendedCursor::Shape { KWin::ExtendedCursor::SizeNorthWest = 0x100 + 0 , KWin::ExtendedCursor::SizeNorth = 0x100 + 1 , KWin::ExtendedCursor::SizeNorthEast = 0x100 + 2 , KWin::ExtendedCursor::SizeEast = 0x100 + 3 , KWin::ExtendedCursor::SizeWest = 0x100 + 4 , KWin::ExtendedCursor::SizeSouthEast = 0x100 + 5 , KWin::ExtendedCursor::SizeSouth = 0x100 + 6 , KWin::ExtendedCursor::SizeSouthWest = 0x100 + 7 } |