Home · All Classes · Main Classes · Grouped Classes · Modules · Functions

QKeyMapper Class Reference
[QtGui module]

<Add brief class description> More...

#include <QKeyMapper>

Inherits QObject.

Public Functions

Static Public Members

Additional Inherited Members


Detailed Description

<Add brief class description>

<Add detailed description>

See also QObject.


Member Function Documentation

QKeyMapper::~QKeyMapper ()

Destroys the QKeyMapper.

All this QKeyMapper's children are deleted first.

void QKeyMapper::changeKeyboard ()   [static]

QKeyMapper * QKeyMapper::instance ()   [static]

Returns the pointer to the single instance of QKeyMapper in the application. If none yet exists, the function ensures that one is created.

QList<int> QKeyMapper::possibleKeys ( QKeyEvent * e )   [static]

bool QKeyMapper::sendKeyEvent ( QWidget * widget, bool grab, QEvent::Type type, int code, Qt::KeyboardModifiers modifiers, const QString & text, bool autorepeat, int count, quint32 nativeScanCode, quint32 nativeVirtualKey, quint32 nativeModifiers )   [static]


Copyright © 2006 Trolltech Trademarks
Qt 4.2.0-tp1