#include <SUIT_ShortcutEditor.h>
|
| static QString | parseEvent (QKeyEvent *theEvent) |
| | Extracts key sequnce string from theEvent. More...
|
| |
| static bool | isValidKey (int theKey) |
| | Check if the key event contains a 'valid' key. More...
|
| |
◆ SUIT_KeySequenceEdit()
| SUIT_KeySequenceEdit::SUIT_KeySequenceEdit |
( |
QWidget * |
parent = nullptr | ) |
|
◆ ~SUIT_KeySequenceEdit()
| virtual SUIT_KeySequenceEdit::~SUIT_KeySequenceEdit |
( |
| ) |
|
|
virtualdefault |
◆ editedKeySequence()
| QKeySequence SUIT_KeySequenceEdit::editedKeySequence |
( |
| ) |
const |
◆ editingFinished
| void SUIT_KeySequenceEdit::editingFinished |
( |
| ) |
|
|
signal |
◆ editingStarted
| void SUIT_KeySequenceEdit::editingStarted |
( |
| ) |
|
|
signal |
◆ eventFilter()
| bool SUIT_KeySequenceEdit::eventFilter |
( |
QObject * |
theObject, |
|
|
QEvent * |
theEvent |
|
) |
| |
|
protectedvirtual |
◆ initialize()
| void SUIT_KeySequenceEdit::initialize |
( |
| ) |
|
|
private |
◆ isKeySequenceModified()
| bool SUIT_KeySequenceEdit::isKeySequenceModified |
( |
| ) |
const |
◆ isValidKey()
| bool SUIT_KeySequenceEdit::isValidKey |
( |
int |
theKey | ) |
|
|
static |
Check if the key event contains a 'valid' key.
- Parameters
-
◆ onClear
| void SUIT_KeySequenceEdit::onClear |
( |
| ) |
|
|
privateslot |
◆ onEditingFinished
| void SUIT_KeySequenceEdit::onEditingFinished |
( |
| ) |
|
|
privateslot |
◆ parseEvent()
| QString SUIT_KeySequenceEdit::parseEvent |
( |
QKeyEvent * |
theEvent | ) |
|
|
static |
Extracts key sequnce string from theEvent.
References isValidKey().
◆ restoreFromShortcutMgrClicked
| void SUIT_KeySequenceEdit::restoreFromShortcutMgrClicked |
( |
| ) |
|
|
signal |
◆ restoreKeySequence()
| void SUIT_KeySequenceEdit::restoreKeySequence |
( |
| ) |
|
◆ setConfirmedKeySequence()
| void SUIT_KeySequenceEdit::setConfirmedKeySequence |
( |
const QKeySequence & |
theKeySequence | ) |
|
◆ setEditedKeySequence()
| void SUIT_KeySequenceEdit::setEditedKeySequence |
( |
const QKeySequence & |
theKeySequence | ) |
|
◆ myConfirmedKeySequenceString
| QString SUIT_KeySequenceEdit::myConfirmedKeySequenceString |
|
private |
◆ myKeySequenceLineEdit
| QLineEdit* SUIT_KeySequenceEdit::myKeySequenceLineEdit |
|
private |
◆ myPrevKeySequenceString
| QString SUIT_KeySequenceEdit::myPrevKeySequenceString |
|
private |
The documentation for this class was generated from the following files: