Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

InputDeviceSettings Class Reference
[QtBaseModule]

The InputDeviceSettings class allows keyboard and mouse configuration to be adjusted at runtime. More...

    #include <InputDeviceSettings>

Inherits QObject.

Public Functions

Additional Inherited Members


Detailed Description

The InputDeviceSettings class allows keyboard and mouse configuration to be adjusted at runtime.

The current keyboard and mouse driver can be changed, at runtime by sending the following QCop messages to the QPE/System channel:

MessageDescription
setMouseProto(QString)setMouseProto(QString proto)

Set the new mouse protocol to proto. proto has the same form as would be used in the QWS_MOUSE_PROTO environment variable.

setKeyboard(QString)setKeyboard(QString keyboard)

Set the new keyboard driver to keyboard. keyboard has the same form as would be used in the QWS_KEYBOARD environment variable.

The InputDeviceSettings class provides the InputDeviceSettings task. It is part of the Qt Extended server and cannot be used by other Qt Extended applications.


Member Function Documentation

InputDeviceSettings::InputDeviceSettings ( QObject * parent = 0 )

Create a new InputDeviceSettings instance with the specified parent.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3