BuildmLearn Toolkit  2.0.4
BuildmLearn Toolkit is an easy-to-use program that helps users make mobile apps without any knowledge of application development.
 All Classes Functions Enumerations Groups Pages
ShortcutButton Class Reference

Represents single button for changing keyboard shortcut. More...

#include <shortcutbutton.h>

Collaboration diagram for ShortcutButton:
Collaboration graph

Public Member Functions

 ShortcutButton (ShortcutCatcher *catcher, QWidget *parent=0)
 Constructor. More...
 

Protected Member Functions

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

Detailed Description

Represents single button for changing keyboard shortcut.

Definition at line 39 of file shortcutbutton.h.

Constructor & Destructor Documentation

ShortcutButton::ShortcutButton ( ShortcutCatcher catcher,
QWidget *  parent = 0 
)
explicit

Constructor.

Parameters
catcherPointer to catcher widget which contains the button.
parentPointer to parent widget.

Definition at line 36 of file shortcutbutton.cpp.

37  : QPushButton(parent), m_catcher(catcher) {
38 }

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