Qt:Документация 4.3.2/qkbddriverfactory

Материал из Wiki.crossplatform.ru

Версия от 09:29, 29 января 2009; Root (Обсуждение | вклад)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск
40px Внимание: Актуальная версия перевода документации находится здесь

__NOTOC__

Image:qt-logo.png

Главная · Все классы · Основные классы · Классы по группам · Модули · Функции

Image:trolltech-logo.png

Содержание

[править] QKbdDriverFactory Class Reference
[модуль QtGui ]

The QKbdDriverFactory class creates keyboard drivers in Qtopia Core. Далее...

 #include <QKbdDriverFactory>

[править] Статические открытые члены

  • QWSKeyboardHandler * create ( const QString & key, const QString & device )
  • QStringList keys ()

[править] Подробное описание

The QKbdDriverFactory class creates keyboard drivers in Qtopia Core.

Note that this class is only available in Qtopia Core.

QKbdDriverFactory is used to detect and instantiate the available keyboard drivers, allowing Qtopia Core to load the preferred driver into the server application at runtime. The create() function returns a QWSKeyboardHandler object representing the keyboard driver identified by a given key. The valid keys (i.e. the supported drivers) can be retrieved using the keys() function.

Qtopia Core provides several built-in keyboard drivers. In addition, custom keyboard drivers can be added using Qt's plugin mechanism, i.e. by subclassing the QWSKeyboardHandler class and creating a keyboard driver plugin ( QKbdDriverPlugin). See the character input documentation for details.

See also QWSKeyboardHandler and QKbdDriverPlugin.


[править] Описание функций-членов

[править]
QWSKeyboardHandler * QKbdDriverFactory::create ( const QString & key, const QString & device ) [static]

Creates the keyboard driver specified by the given key, using the display specified by the given device.

Note that the keys are case-insensitive.

See also keys().

[править]
QStringList QKbdDriverFactory::keys () [static]

Returns the list of valid keys, i.e. the available keyboard drivers.

See also create().



Copyright © 2007 Trolltech Trademarks
Qt 4.3.2