QKeyMapper Class Reference
[QtGui module]
<Add brief class description> More...
#include <QKeyMapper>
Inherits QObject.
Public Functions
- 28 public functions inherited from QObject
Static Public Members
- void changeKeyboard ()
- QKeyMapper * instance ()
- QList<int> possibleKeys ( QKeyEvent * e )
- bool 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 )
- 5 static public members inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 1 signal inherited from QObject
- 7 protected functions inherited from QObject
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]