Qt:Документация 4.3.2/qshortcutevent
Материал из Wiki.crossplatform.ru
| Внимание: Актуальная версия перевода документации находится здесь | 
__NOTOC__
| 
 Главная · Все классы · Основные классы · Классы по группам · Модули · Функции  | 
Содержание | 
[править] QShortcutEvent Class Reference
[модуль  QtGui ] 
The QShortcutEvent class provides an event which is generated when the user presses a key combination. Далее...
 #include <QShortcutEvent>Inherits QEvent.
[править] Открытые функции
- QShortcutEvent ( const QKeySequence & key, int id, bool ambiguous = false )
 - ~QShortcutEvent ()
 - bool isAmbiguous () const
 - const QKeySequence & key () const
 - int shortcutId () const
 
- 6 public functions inherited from QEvent
 
[править] Дополнительные унаследованные члены
- 1 property inherited from QEvent
 
[править] Подробное описание
The QShortcutEvent class provides an event which is generated when the user presses a key combination.
Normally you don't need to use this class directly; QShortcut provides a higher-level interface to handle shortcut keys.
See also QShortcut.
[править] Описание функций-членов
[править] QShortcutEvent::QShortcutEvent ( const QKeySequence & key, int id, bool ambiguous = false )
Constructs a shortcut event for the given key press, associated with the QShortcut ID id.
ambiguous specifies whether there is more than one QShortcut for the same key sequence.
[править] QShortcutEvent::~QShortcutEvent ()
Destroys the event object.
[править] bool QShortcutEvent::isAmbiguous () const
Returns true if the key sequence that triggered the event is ambiguous.
See also QShortcut::activatedAmbiguously().
[править] const QKeySequence & QShortcutEvent::key () const
Returns the key sequence that triggered the event.
[править] int QShortcutEvent::shortcutId () const
Returns the ID of the QShortcut object for which this event was generated.
See also QShortcut::id().
| Copyright © 2007 Trolltech | Trademarks |   Qt 4.3.2 
 | 
