|
SHAPER
9.15.0
|
Processes "Delete" key event of application. More...

Public Member Functions | |
| XGUI_ShortCutListener (XGUI_OperationMgr *theOperationMgr) | |
| Constructor. More... | |
| void | setActive (const bool theIsActive) |
| Switch on short cut listener. More... | |
| virtual bool | eventFilter (QObject *theObject, QEvent *theEvent) |
| Redefinition of virtual function to process Delete key release. More... | |
Processes "Delete" key event of application.
This key is used by several application actions. There is a logical order of the actions processing. So the key can not be set for actions as a shortcut. The class listens the key event and call operation manager processor.
|
inline |
Constructor.
| theParent | the parent to be deleted when the parent is deleted |
| theOperationMgr | the class to perform deletion |
|
inline |
Switch on short cut listener.