PyKDE - Python Bindings for KDE
class KKeyNative
Table of contents
Modules
tdecore Classes
All Classes
Module
tdecore
Class
KKeyNative
Inherits
methods
KKeyNative
()
returns
a KKeyNative instance
KKeyNative
(xevent)
Not Implemented
KKeyNative
(key)
returns
a KKeyNative instance
Argument
Type
Default
key
KKey
KKeyNative
(a0)
returns
a KKeyNative instance
Argument
Type
Default
a0
KKeyNative
KKeyNative
(code, mod, sym)
returns
a KKeyNative instance
Argument
Type
Default
code
uint
mod
uint
sym
uint
accelModMaskX
()
returns
(uint)
static
clear
()
returns
nothing
code
()
returns
(uint)
compare
(key)
returns
(int)
Argument
Type
Default
key
KKeyNative
init
(xevent)
Not Implemented
init
(key)
returns
(bool)
Argument
Type
Default
key
KKey
init
(key)
returns
(bool)
Argument
Type
Default
key
KKeyNative
isNull
()
returns
(bool)
key
()
returns
(KKey)
keyCodeQt
()
returns
(int)
keyboardHasWinKey
()
returns
(bool)
static
mod
()
returns
(uint)
modX
(modFlag)
returns
(uint)
static
Argument
Type
Default
modFlag
KKey.ModFlag
modXLock
()
returns
(uint)
In versions KDE 3.1.3 and above only
static
modXModeSwitch
()
returns
(uint)
In versions KDE 3.4.3 and above only
static
modXNumLock
()
returns
(uint)
In versions KDE 3.1.3 and above only
static
modXScrollLock
()
returns
(uint)
In versions KDE 3.1.3 and above only
static
null
()
returns
(KKeyNative)
static
sym
()
returns
(uint)
operators
operator !=
(a0)
returns
(bool)
In versions KDE 3.1.4 and above only
Argument
Type
Default
a0
KKeyNative
operator <
(a0)
returns
(bool)
In versions KDE 3.1.4 and above only
Argument
Type
Default
a0
KKeyNative
operator ==
(a0)
returns
(bool)
In versions KDE 3.1.4 and above only
Argument
Type
Default
a0
KKeyNative
operator KKey
()
Not Implemented