|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <QmitkHotkeyLineEdit.h>


Public Member Functions | |
| QmitkHotkeyLineEdit (QWidget *parent=nullptr) | |
| QmitkHotkeyLineEdit (const QKeySequence &qKeySequence, QWidget *parent=nullptr) | |
| QmitkHotkeyLineEdit (const QString &qQString, QWidget *parent=nullptr) | |
| virtual void | SetKeySequence (const QKeySequence &qKeySequence) |
| virtual void | SetKeySequence (const QString &qKeySequenceAsString) |
| virtual QKeySequence | GetKeySequence () |
| virtual QString | GetKeySequenceAsString () |
| bool | Matches (QKeyEvent *event) |
Static Public Attributes | |
| static const std::string | TOOLTIP |
Protected Slots | |
| void | LineEditTextChanged (const QString &) |
Protected Member Functions | |
| void | keyPressEvent (QKeyEvent *event) override |
| void | Init () |
Protected Attributes | |
| QKeySequence | m_KeySequence |
Definition at line 22 of file QmitkHotkeyLineEdit.h.
| QmitkHotkeyLineEdit::QmitkHotkeyLineEdit | ( | QWidget * | parent = nullptr | ) |
Definition at line 22 of file QmitkHotkeyLineEdit.cpp.
References Init().
| QmitkHotkeyLineEdit::QmitkHotkeyLineEdit | ( | const QKeySequence & | qKeySequence, |
| QWidget * | parent = nullptr |
||
| ) |
Definition at line 28 of file QmitkHotkeyLineEdit.cpp.
References Init(), and SetKeySequence().
| QmitkHotkeyLineEdit::QmitkHotkeyLineEdit | ( | const QString & | qQString, |
| QWidget * | parent = nullptr |
||
| ) |
Definition at line 35 of file QmitkHotkeyLineEdit.cpp.
References Init(), and SetKeySequence().
|
virtual |
Definition at line 77 of file QmitkHotkeyLineEdit.cpp.
References m_KeySequence.
|
virtual |
Definition at line 82 of file QmitkHotkeyLineEdit.cpp.
References m_KeySequence.
|
protected |
Definition at line 42 of file QmitkHotkeyLineEdit.cpp.
References LineEditTextChanged(), and TOOLTIP.
Referenced by QmitkHotkeyLineEdit().
|
overrideprotected |
Definition at line 49 of file QmitkHotkeyLineEdit.cpp.
References mitk::Key_Escape, mitk::Key_unknown, m_KeySequence, and SetKeySequence().
|
protectedslot |
Definition at line 94 of file QmitkHotkeyLineEdit.cpp.
References m_KeySequence.
Referenced by Init().
| bool QmitkHotkeyLineEdit::Matches | ( | QKeyEvent * | event | ) |
Definition at line 87 of file QmitkHotkeyLineEdit.cpp.
References m_KeySequence.
|
virtual |
Definition at line 67 of file QmitkHotkeyLineEdit.cpp.
Referenced by keyPressEvent(), QmitkHotkeyLineEdit(), and SetKeySequence().
|
virtual |
Definition at line 72 of file QmitkHotkeyLineEdit.cpp.
References SetKeySequence().
|
protected |
Definition at line 49 of file QmitkHotkeyLineEdit.h.
Referenced by GetKeySequence(), GetKeySequenceAsString(), keyPressEvent(), LineEditTextChanged(), and Matches().
|
static |
Definition at line 28 of file QmitkHotkeyLineEdit.h.
Referenced by Init().