#include <QtxShortcutEdit.h>
|
| static QString | parseEvent (QKeyEvent *) |
| | Gets the key sequence from keys that were pressed. More...
|
| |
| static bool | isValidKey (int) |
| | Check if the key event contains a 'valid' key. More...
|
| |
| QtxShortcutEdit::QtxShortcutEdit |
( |
QWidget * |
parent = 0 | ) |
|
| QtxShortcutEdit::~QtxShortcutEdit |
( |
| ) |
|
|
virtual |
| bool QtxShortcutEdit::eventFilter |
( |
QObject * |
obj, |
|
|
QEvent * |
event |
|
) |
| |
|
protectedvirtual |
| void QtxShortcutEdit::initialize |
( |
| ) |
|
|
private |
| bool QtxShortcutEdit::isValidKey |
( |
int |
aKey | ) |
|
|
static |
- Parameters
-
- Returns
true if the key is 'valid'
| void QtxShortcutEdit::onCliked |
( |
| ) |
|
|
privateslot |
| void QtxShortcutEdit::onEditingFinished |
( |
| ) |
|
|
privateslot |
| QString QtxShortcutEdit::parseEvent |
( |
QKeyEvent * |
e | ) |
|
|
static |
- Parameters
-
- Returns
- a string representation of the key sequence
References isValidKey().
| void QtxShortcutEdit::setShortcut |
( |
const QKeySequence & |
seq | ) |
|
| QKeySequence QtxShortcutEdit::shortcut |
( |
| ) |
|
| QString QtxShortcutEdit::myPrevShortcutText |
|
private |
The documentation for this class was generated from the following files: