#include <MemoryX/gui-plugins/SceneEditor/gui/dialog/LiveShortcutLineEdit.h>
|
void | keyPressEvent (QKeyEvent *event) override |
| Event triggered when a key is pressed. More...
|
|
void | resizeEvent (QResizeEvent *) override |
| This event handler is implemented to receive widget resize events which are passed in the event parameter. More...
|
|
Definition at line 37 of file LiveShortcutLineEdit.h.
◆ LiveShortcutLineEdit()
◆ keyPressEvent()
void keyPressEvent |
( |
QKeyEvent * |
event | ) |
|
|
overrideprotected |
Event triggered when a key is pressed.
- Parameters
-
event | QKeyEvent that has been triggered |
Definition at line 33 of file LiveShortcutLineEdit.cpp.
◆ publicKeyPressEvent()
void publicKeyPressEvent |
( |
QKeyEvent * |
event | ) |
|
Redirects given event to protected method keyPressEvent.
- Parameters
-
event | Event to be redirected |
Definition at line 87 of file LiveShortcutLineEdit.cpp.
The documentation for this class was generated from the following files: