LiveShortcutLineEdit Class Reference

#include <MemoryX/gui-plugins/SceneEditor/gui/dialog/LiveShortcutLineEdit.h>

+ Inheritance diagram for LiveShortcutLineEdit:

Public Member Functions

 LiveShortcutLineEdit (QWidget *parent=0)
 Constructor. More...
 
void publicKeyPressEvent (QKeyEvent *event)
 Redirects given event to protected method keyPressEvent. More...
 
- Public Member Functions inherited from ClearableLineEdit
 ClearableLineEdit (QWidget *parent=0)
 Constructor. More...
 
 ~ClearableLineEdit () override
 Destructor. More...
 

Protected Member Functions

void keyPressEvent (QKeyEvent *event) override
 Event triggered when a key is pressed. More...
 
- Protected Member Functions inherited from ClearableLineEdit
void resizeEvent (QResizeEvent *) override
 This event handler is implemented to receive widget resize events which are passed in the event parameter. More...
 

Detailed Description

Definition at line 37 of file LiveShortcutLineEdit.h.

Constructor & Destructor Documentation

◆ LiveShortcutLineEdit()

LiveShortcutLineEdit ( QWidget *  parent = 0)
explicit

Constructor.

Parameters
parentParent Widget
See also
UI::QWidget

Definition at line 28 of file LiveShortcutLineEdit.cpp.

Member Function Documentation

◆ keyPressEvent()

void keyPressEvent ( QKeyEvent *  event)
overrideprotected

Event triggered when a key is pressed.

Parameters
eventQKeyEvent that has been triggered

Definition at line 33 of file LiveShortcutLineEdit.cpp.

+ Here is the call graph for this function:

◆ publicKeyPressEvent()

void publicKeyPressEvent ( QKeyEvent *  event)

Redirects given event to protected method keyPressEvent.

Parameters
eventEvent to be redirected

Definition at line 87 of file LiveShortcutLineEdit.cpp.


The documentation for this class was generated from the following files: