QKeyMapper Class
| Header: | #include <QKeyMapper> |
| Inherits: | QObject |
Public Functions
| QKeyMapper() | |
| virtual | ~QKeyMapper() |
Static Public Members
| QKeyMapper * | instance() |
Detailed Description
\since4.2 \internal
See also QObject.
Member Function Documentation
[explicit] QKeyMapper::QKeyMapper()
Constructs a new key mapper.
[virtual noexcept] QKeyMapper::~QKeyMapper()
Destroys the key mapper.
[static] QKeyMapper *QKeyMapper::instance()
Returns the pointer to the single instance of QKeyMapper in the application. If none yet exists, the function ensures that one is created.