Qt 4.8
Functions
qkeymapper.cpp File Reference
#include "qapplication.h"
#include <private/qobject_p.h>
#include "qkeymapper_p.h"
#include <qwidget.h>

Go to the source code of this file.

Functions

QKeyMapperPrivateqt_keymapper_private ()
 
bool qt_sendSpontaneousEvent (QObject *receiver, QEvent *event)
 

Function Documentation

◆ qt_keymapper_private()

QKeyMapperPrivate* qt_keymapper_private ( )

Definition at line 113 of file qkeymapper.cpp.

Referenced by QMacInputContext::globalEventProcessor(), QApplicationPrivate::globalEventProcessor(), QApplication::keyboardInputDirection(), QApplication::keyboardInputLocale(), qt_dispatchKeyEvent(), QtWndProc(), and QApplication::x11ProcessEvent().

114 {
115  return QKeyMapper::instance()->d_func();
116 }
static QKeyMapper * instance()
Returns the pointer to the single instance of QKeyMapper in the application.
Definition: qkeymapper.cpp:108

◆ qt_sendSpontaneousEvent()

bool qt_sendSpontaneousEvent ( QObject receiver,
QEvent event 
)

Definition at line 5779 of file qapplication.cpp.

Referenced by QKeyMapper::changeKeyboard(), and QKeyMapper::possibleKeys().

5780 {
5781  return QCoreApplication::sendSpontaneousEvent(receiver, event);
5782 }
static bool sendSpontaneousEvent(QObject *receiver, QEvent *event)