QShortcutEvent Class Reference [модуль QtGui]
The QShortcutEvent class provides an event which is generated when the user presses a key combination. Далее...
#include <QShortcutEvent> Унаследован от QEvent.
Открытые функции
- 6 открытых функций, унаследованных от QEvent
Дополнительные унаследованные члены
- 1 свойство, унаследованное от QEvent
- 1 статический открытый член, унаследованный от 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 © 2009 Nokia Corporation and/or its subsidiary(-ies) |
Торговые марки |
Qt 4.5.3 |
|