kdecore Library API Documentation

KKeyNative Class Reference

Representation of a key in the format native of the windowing system (eg. More...

#include <kkeynative.h>

List of all members.

Public Member Functions

 KKeyNative ()
 KKeyNative (const KKey &key)
 KKeyNative (const KKeyNative &)
 KKeyNative (uint code, uint mod, uint sym)
void clear ()
bool init (const XEvent *xevent)
bool init (const KKey &key)
bool init (const KKeyNative &key)
KKeyNativeoperator= (const KKeyNative &key)
int keyCodeQt () const
KKey key () const
 operator KKey () const
uint code () const
uint mod () const
uint sym () const
bool isNull () const
int compare (const KKeyNative &key) const
bool operator== (const KKeyNative &key) const
bool operator!= (const KKeyNative &key) const
bool operator< (const KKeyNative &key) const

Static Public Member Functions

KKeyNativenull ()
bool keyboardHasWinKey ()
uint modX (KKey::ModFlag modFlag)
uint accelModMaskX ()
uint modXNumLock ()
uint modXLock ()
uint modXScrollLock ()


Detailed Description

Representation of a key in the format native of the windowing system (eg.

X11).

See also:
KKey

Definition at line 34 of file kkeynative.h.


Constructor & Destructor Documentation

KKeyNative::KKeyNative  ) 
 

Creates a new null KKey.

See also:
clear()

isNull()

null()

KKeyNative::KKeyNative const KKey key  ) 
 

Creates a new native key for the given KKey code.

Parameters:
key the KKey that contains the generic key

KKeyNative::KKeyNative const KKeyNative  ) 
 

Copy constructor.


Member Function Documentation

void KKeyNative::clear  ) 
 

Clears the key.

The key is null after calling this function.

See also:
isNull()

bool KKeyNative::init const XEvent *  xevent  ) 
 

Initializes the native key by extracting the information from the given xevent.

Parameters:
xevent the XEvent that contains the key
Returns:
true if successful, false otherwise

Referenced by operator=().

bool KKeyNative::init const KKey key  ) 
 

Creates a new native key for the given KKey code.

Parameters:
key the KKey that contains the generic key
Returns:
true if successful, false otherwise

bool KKeyNative::init const KKeyNative key  ) 
 

Copies the given key into this key.

Parameters:
key the key to copy
Returns:
true if successful, false otherwise

KKeyNative& KKeyNative::operator= const KKeyNative key  )  [inline]
 

Copies the given key into this key.

Parameters:
key the key to copy
Returns:
this key

Definition at line 103 of file kkeynative.h.

References init().

int KKeyNative::keyCodeQt  )  const
 

Returns the qt key code.

Returns:
the qt key code or 0 if there is no key set.
See also:
Qt::Key

KKey KKeyNative::key  )  const
 

Returns the KKey representation of this key.

Returns:
the KKey representation

Referenced by KShortcut::contains(), and operator KKey().

KKeyNative::operator KKey  )  const [inline]
 

Converts this key to its KKey representation.

Returns:
the KKey representation
See also:
key()

Definition at line 125 of file kkeynative.h.

References key().

uint KKeyNative::code  )  const
 

The native keycode of the key.

Returns:
the native keycode

uint KKeyNative::mod  )  const
 

The native modifier flags of the key.

Returns:
the native modifier flags

uint KKeyNative::sym  )  const
 

The native symbol (KeySym) of the key.

Returns:
the native symbol (KeySym)

bool KKeyNative::isNull  )  const
 

Returns true if the key is null (after clear() or empty constructor).

Returns:
true if the key is null
See also:
clear()

null()

int KKeyNative::compare const KKeyNative key  )  const
 

Compares this key with the given KKeyNative object.

Returns a negative number if the given KKeyNative is larger, 0 if they are equal and a positive number this KKeyNative is larger. The returned value is the difference between the symbol, modifier or code, whatever is non-zero first.

Parameters:
key the key to compare with this key
Returns:
a negative number if the given KKeyNative is larger, 0 if they are equal and a positive number this KKeyNative is larger

Referenced by operator!=(), operator<(), and operator==().

bool KKeyNative::operator== const KKeyNative key  )  const [inline]
 

Compares the symbol, modifiers and code of both keys.

See also:
compare()

Definition at line 171 of file kkeynative.h.

References compare().

bool KKeyNative::operator!= const KKeyNative key  )  const [inline]
 

Compares the symbol, modifiers and code of both keys.

See also:
compare()

Definition at line 178 of file kkeynative.h.

References compare().

bool KKeyNative::operator< const KKeyNative key  )  const [inline]
 

Compares the symbol, modifiers and code of both keys.

See also:
compare()

Definition at line 185 of file kkeynative.h.

References compare().

KKeyNative& KKeyNative::null  )  [static]
 

Returns a null key.

Returns:
the null key
See also:
isNull()

clear()

bool KKeyNative::keyboardHasWinKey  )  [static]
 

Checks whether the keyboard has a Win key.

Returns:
true if the keyboard has a Win key

uint KKeyNative::modX KKey::ModFlag  modFlag  )  [static]
 

Returns the equivalent X modifier mask of the given modifier flag.

Parameters:
modFlag the mod flags to test
Returns:
the equivalent native flags of the window system

uint KKeyNative::accelModMaskX  )  [static]
 

Returns bitwise OR'ed mask containing Shift, Ctrl, Alt, and Win (if available).

Returns:
the mask of Shift, Ctrl, Alt and Win.

uint KKeyNative::modXNumLock  )  [static]
 

Returns the X11 NumLock modifier mask/flag.

Returns:
the X11 NumLock modifier mask/flag.
See also:
accelModMaskX()

uint KKeyNative::modXLock  )  [static]
 

Returns the X11 Lock modifier mask/flag.

Returns:
the X11 Lock modifier mask/flag.
See also:
accelModMaskX()

uint KKeyNative::modXScrollLock  )  [static]
 

Returns the X11 ScrollLock modifier mask/flag.

Returns:
the X11 ScrollLock modifier mask/flag.
See also:
accelModMaskX()


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for kdecore Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Apr 21 18:43:02 2004 by doxygen 1.3.6-20040222 written by Dimitri van Heesch, © 1997-2003