#include <qevent.h>

Public Member Functions |
|
| QShortcutEvent (const QKeySequence &key, int id, bool ambiguous=false) | |
| ~QShortcutEvent () | |
| const QKeySequence & | key () |
| const QKeySequence & | key () const |
| int | shortcutId () |
| int | shortcutId () const |
| bool | isAmbiguous () |
| bool | isAmbiguous () const |
Protected Attributes |
|
| QKeySequence | sequence |
| bool | ambig |
| int | sid |
| QShortcutEvent | ( | const QKeySequence & | key, |
| int | id, | ||
| bool | ambiguous =
false |
||
| ) |
| ~QShortcutEvent | ( | ) |
| const QKeySequence& key | ( | ) | [inline] |
| const QKeySequence& key | ( | ) | const [inline] |
| int shortcutId | ( | ) | [inline] |
| int shortcutId | ( | ) | const [inline] |
| bool isAmbiguous | ( | ) | [inline] |
| bool isAmbiguous | ( | ) | const [inline] |
QKeySequence sequence
[protected] |
bool ambig
[protected] |
int sid
[protected] |