#include <vshortcutpropertyeditor.h>
|
void | setShortcut (const QString &shortcut, bool emit_signal) |
| Sets the shortcut. More...
|
|
void | setShortcut (const QKeySequence &shortcut, bool emit_signal) |
| Sets the shortcut. More...
|
|
|
void | onTextEdited (const QString &text) |
| This slot is called when the user edits the line edit (e.g. by removing or pasting text using the mouse) More...
|
|
Definition at line 39 of file vshortcutpropertyeditor.h.
◆ VShortcutEditWidget()
VPE::VShortcutEditWidget::VShortcutEditWidget |
( |
QWidget * |
parent | ) |
|
|
explicit |
◆ ~VShortcutEditWidget()
VPE::VShortcutEditWidget::~VShortcutEditWidget |
( |
| ) |
|
|
virtual |
◆ commitData
void VPE::VShortcutEditWidget::commitData |
( |
QWidget * |
editor | ) |
|
|
signal |
◆ dataChangedByUser
void VPE::VShortcutEditWidget::dataChangedByUser |
( |
const QKeySequence & |
sequence, |
|
|
VShortcutEditWidget * |
editor |
|
) |
| |
|
signal |
This signal is emitted when the user changed the current shortcut.
◆ eventFilter()
bool VPE::VShortcutEditWidget::eventFilter |
( |
QObject * |
obj, |
|
|
QEvent * |
event |
|
) |
| |
|
virtual |
◆ getShortcut()
QKeySequence VPE::VShortcutEditWidget::getShortcut |
( |
| ) |
|
◆ getShortcutAsString()
QString VPE::VShortcutEditWidget::getShortcutAsString |
( |
| ) |
const |
◆ onTextEdited
void VPE::VShortcutEditWidget::onTextEdited |
( |
const QString & |
text | ) |
|
|
privateslot |
◆ setShortcut [1/2]
void VPE::VShortcutEditWidget::setShortcut |
( |
const QKeySequence & |
shortcut, |
|
|
bool |
emit_signal |
|
) |
| |
|
slot |
◆ setShortcut [2/2]
void VPE::VShortcutEditWidget::setShortcut |
( |
const QString & |
shortcut, |
|
|
bool |
emit_signal |
|
) |
| |
|
slot |
◆ CurrentKeySequence
QKeySequence VPE::VShortcutEditWidget::CurrentKeySequence |
|
protected |
◆ LineEdit
QLineEdit* VPE::VShortcutEditWidget::LineEdit |
|
protected |
The documentation for this class was generated from the following files: