Inherits QObject.
List of all members.
Detailed Description
Class responsible for tracking the hardware keyboard properties and signaling events. It is designed as singleton. Using isPresent() can query whether the device supports hardware keyboard or not. If hardware keyboard is supported, using isOpen() to query its current state. Signal stateChanged will be emitted when hardware keyboard state is changed.
Member Function Documentation
bool MKeyboardStateTracker::isOpen |
( |
|
) |
const |
Returns true if the hardware keyboard is opened.
bool MKeyboardStateTracker::isPresent |
( |
|
) |
const |
Returns true if the device has a hardware keyboard.
void MKeyboardStateTracker::stateChanged |
( |
|
) |
[signal] |
A signal which is emitted whenever the hardware keyboard state has been changed.
Member Data Documentation