KeyboardPlatformHookWidget Class Reference

#include <RobotAPI/gui-plugins/PlatformUnitPlugin/PlatformUnitGuiPlugin.h>

+ Inheritance diagram for KeyboardPlatformHookWidget:

Signals

void commandKeyPressed (int key)
 
void commandKeyReleased (int key)
 

Public Member Functions

 KeyboardPlatformHookWidget (QWidget *parent=NULL)
 

Protected Member Functions

void keyPressEvent (QKeyEvent *event) override
 
void keyReleaseEvent (QKeyEvent *event) override
 

Detailed Description

Definition at line 46 of file PlatformUnitGuiPlugin.h.

Constructor & Destructor Documentation

◆ KeyboardPlatformHookWidget()

KeyboardPlatformHookWidget ( QWidget * parent = NULL)
inline

Definition at line 50 of file PlatformUnitGuiPlugin.h.

Member Function Documentation

◆ commandKeyPressed

void commandKeyPressed ( int key)
signal
+ Here is the caller graph for this function:

◆ commandKeyReleased

void commandKeyReleased ( int key)
signal
+ Here is the caller graph for this function:

◆ keyPressEvent()

void keyPressEvent ( QKeyEvent * event)
overrideprotected

Definition at line 380 of file PlatformUnitGuiPlugin.cpp.

+ Here is the call graph for this function:

◆ keyReleaseEvent()

void keyReleaseEvent ( QKeyEvent * event)
overrideprotected

Definition at line 399 of file PlatformUnitGuiPlugin.cpp.

+ Here is the call graph for this function:

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