Qt:Документация 4.3.2/qinputevent
Материал из Wiki.crossplatform.ru
Внимание: Актуальная версия перевода документации находится здесь |
__NOTOC__
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции |
Содержание |
[править] QInputEvent Class Reference
[модуль QtGui ]
The QInputEvent class is the base class for events that describe user input. Далее...
#include <QInputEvent>
Inherits QEvent.
Inherited by QContextMenuEvent, QKeyEvent, QMouseEvent, QTabletEvent, and QWheelEvent.
[править] Открытые функции
- Qt::KeyboardModifiers modifiers () const
- 6 public functions inherited from QEvent
[править] Дополнительные унаследованные члены
- 1 property inherited from QEvent
[править] Подробное описание
The QInputEvent class is the base class for events that describe user input.
[править] Описание функций-членов
[править] Qt::KeyboardModifiers QInputEvent::modifiers () const
Returns the keyboard modifier flags that existed immediately before the event occurred.
See also QApplication::keyboardModifiers().
Copyright © 2007 Trolltech | Trademarks | Qt 4.3.2
|