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 356 of file PlatformUnitGuiPlugin.cpp.

◆ keyReleaseEvent()

void keyReleaseEvent ( QKeyEvent *  event)
overrideprotected

Definition at line 375 of file PlatformUnitGuiPlugin.cpp.


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