• Skip to content
  • Skip to link menu
KDE 4.1 API Reference
  • KDE API Reference
  • kdelibs
  • Sitemap
  • Contact Us
 

KDEUI

kkeyserver_x11.cpp File Reference

#include "kkeyserver_x11.h"
#include "kshortcut.h"
#include <config.h>
#include <QtCore/QCOORD>
#include <QtGui/QWidgetList>
#include <QFlags>
#include <kconfig.h>
#include <kdebug.h>
#include <kglobal.h>
#include <klocale.h>
#include <QX11Info>
#include <X11/X.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/keysymdef.h>

Include dependency graph for kkeyserver_x11.cpp:

Go to the source code of this file.


Namespaces

namespace  KKeyServer

Defines

#define X11_ONLY(arg)   arg,
#define XF86XK_AudioLowerVolume   0x1008FF11
#define XF86XK_AudioMedia   0x1008FF32
#define XF86XK_AudioMute   0x1008FF12
#define XF86XK_AudioNext   0x1008FF17
#define XF86XK_AudioPause   0x1008FF31
#define XF86XK_AudioPlay   0x1008FF14
#define XF86XK_AudioPrev   0x1008FF16
#define XF86XK_AudioRaiseVolume   0x1008FF13
#define XF86XK_AudioRecord   0x1008FF1C
#define XF86XK_AudioStop   0x1008FF15
#define XF86XK_Back   0x1008FF26
#define XF86XK_Calculator   0x1008FF1D
#define XF86XK_Favorites   0x1008FF30
#define XF86XK_Forward   0x1008FF27
#define XF86XK_HomePage   0x1008FF18
#define XF86XK_Launch0   0x1008FF40
#define XF86XK_Launch1   0x1008FF41
#define XF86XK_Launch2   0x1008FF42
#define XF86XK_Launch3   0x1008FF43
#define XF86XK_Launch4   0x1008FF44
#define XF86XK_Launch5   0x1008FF45
#define XF86XK_Launch6   0x1008FF46
#define XF86XK_Launch7   0x1008FF47
#define XF86XK_Launch8   0x1008FF48
#define XF86XK_Launch9   0x1008FF49
#define XF86XK_LaunchA   0x1008FF4A
#define XF86XK_LaunchB   0x1008FF4B
#define XF86XK_LaunchC   0x1008FF4C
#define XF86XK_LaunchD   0x1008FF4D
#define XF86XK_LaunchE   0x1008FF4E
#define XF86XK_LaunchF   0x1008FF4F
#define XF86XK_Mail   0x1008FF19
#define XF86XK_MyComputer   0x1008FF33
#define XF86XK_OpenURL   0x1008FF38
#define XF86XK_Refresh   0x1008FF29
#define XF86XK_Search   0x1008FF1B
#define XF86XK_Standby   0x1008FF10
#define XF86XK_Start   0x1008FF1A
#define XF86XK_Stop   0x1008FF28
#define XK_MISCELLANY
#define XK_XKB_KEYS

Functions

uint KKeyServer::accelModMaskX ()
void KKeyServer::checkDisplay ()
bool KKeyServer::codeXToSym (uchar codeX, uint modX, uint *sym)
uint KKeyServer::getModsRequired (uint sym)
bool KKeyServer::initializeMods ()
bool KKeyServer::keyboardHasMetaKey ()
bool KKeyServer::keyQtToCodeX (int keyQt, int *keyCode)
bool KKeyServer::keyQtToModX (int keyQt, uint *mod)
bool KKeyServer::keyQtToSymX (int keyQt, int *sym)
uint KKeyServer::modXAlt ()
uint KKeyServer::modXCtrl ()
uint KKeyServer::modXLock ()
uint KKeyServer::modXMeta ()
uint KKeyServer::modXModeSwitch ()
uint KKeyServer::modXNumLock ()
uint KKeyServer::modXScrollLock ()
uint KKeyServer::modXShift ()
bool KKeyServer::modXToQt (uint modX, int *modQt)
bool KKeyServer::symXToKeyQt (uint sym, int *keyQt)
bool KKeyServer::xEventToQt (XEvent *e, int *keyModQt)

Variables

static uint KKeyServer::g_alt_mask
static bool KKeyServer::g_bInitializedMods
static uint KKeyServer::g_meta_mask
static uint KKeyServer::g_modXModeSwitch
static uint KKeyServer::g_modXNumLock
static uint KKeyServer::g_modXScrollLock
static const TransKey KKeyServer::g_rgQtToSymX []
static const SymName KKeyServer::g_rgSymNames []
static X11ModInfo KKeyServer::g_rgX11ModInfo [4]

Define Documentation

#define X11_ONLY ( arg   )     arg,

Definition at line 44 of file kkeyserver_x11.cpp.

#define XF86XK_AudioLowerVolume   0x1008FF11

#define XF86XK_AudioMedia   0x1008FF32

#define XF86XK_AudioMute   0x1008FF12

#define XF86XK_AudioNext   0x1008FF17

#define XF86XK_AudioPause   0x1008FF31

#define XF86XK_AudioPlay   0x1008FF14

#define XF86XK_AudioPrev   0x1008FF16

#define XF86XK_AudioRaiseVolume   0x1008FF13

#define XF86XK_AudioRecord   0x1008FF1C

#define XF86XK_AudioStop   0x1008FF15

#define XF86XK_Back   0x1008FF26

#define XF86XK_Calculator   0x1008FF1D

#define XF86XK_Favorites   0x1008FF30

#define XF86XK_Forward   0x1008FF27

#define XF86XK_HomePage   0x1008FF18

#define XF86XK_Launch0   0x1008FF40

#define XF86XK_Launch1   0x1008FF41

#define XF86XK_Launch2   0x1008FF42

#define XF86XK_Launch3   0x1008FF43

#define XF86XK_Launch4   0x1008FF44

#define XF86XK_Launch5   0x1008FF45

#define XF86XK_Launch6   0x1008FF46

#define XF86XK_Launch7   0x1008FF47

#define XF86XK_Launch8   0x1008FF48

#define XF86XK_Launch9   0x1008FF49

#define XF86XK_LaunchA   0x1008FF4A

#define XF86XK_LaunchB   0x1008FF4B

#define XF86XK_LaunchC   0x1008FF4C

#define XF86XK_LaunchD   0x1008FF4D

#define XF86XK_LaunchE   0x1008FF4E

#define XF86XK_LaunchF   0x1008FF4F

#define XF86XK_Mail   0x1008FF19

#define XF86XK_MyComputer   0x1008FF33

#define XF86XK_OpenURL   0x1008FF38

#define XF86XK_Refresh   0x1008FF29

#define XF86XK_Search   0x1008FF1B

#define XF86XK_Standby   0x1008FF10

#define XF86XK_Start   0x1008FF1A

#define XF86XK_Stop   0x1008FF28

#define XK_MISCELLANY

Definition at line 38 of file kkeyserver_x11.cpp.

#define XK_XKB_KEYS

Definition at line 39 of file kkeyserver_x11.cpp.

KDEUI

Skip menu "KDEUI"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdelibs

Skip menu "kdelibs"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • Kate
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • KIO
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • Kross
  • KUtils
  • Nepomuk
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal