KDEUI
kcursor.cpp File Reference
#include "kcursor.h"
#include "kcursor_p.h"
#include <kdebug.h>
#include <QBitmap>
#include <QCursor>
#include <QEvent>
#include <QAbstractScrollArea>
#include <QTimer>
#include <QWidget>
#include <QFile>
#include <kglobal.h>
#include <ksharedconfig.h>
#include <kconfiggroup.h>
#include <config.h>
#include <QX11Info>
#include <X11/Xlib.h>
#include <X11/cursorfont.h>
#include <fixx11h.h>
#include "kcursor_p.moc"
Include dependency graph for kcursor.cpp:

Go to the source code of this file.
Functions | |
static int | x11CursorShape (const QString &name) |
bool | x11HaveXfixes () |
static Qt::HANDLE | x11LoadFontCursor (const QString &name) |
static Qt::HANDLE | x11LoadXcursor (const QString &name) |
static void | x11SetCursorName (Qt::HANDLE handle, const QString &name) |
Variables | |
static const char * | standard_names [] |
Function Documentation
static int @236::x11CursorShape | ( | const QString & | name | ) | [static] |
Definition at line 104 of file kcursor.cpp.
bool @236::x11HaveXfixes | ( | ) | [static] |
Definition at line 141 of file kcursor.cpp.
static Qt::HANDLE @236::x11LoadFontCursor | ( | const QString & | name | ) | [static] |
Definition at line 131 of file kcursor.cpp.
static Qt::HANDLE @236::x11LoadXcursor | ( | const QString & | name | ) | [static] |
Definition at line 95 of file kcursor.cpp.
static void @236::x11SetCursorName | ( | Qt::HANDLE | handle, | |
const QString & | name | |||
) | [static] |
Definition at line 157 of file kcursor.cpp.
Variable Documentation
const char* standard_names[] [static] |
Definition at line 63 of file kcursor.cpp.