Inherits QWidget.
Public Slots | |
void | animateClick (const QString &b, int msec=100) |
Performs an animated click. | |
Signals | |
void | asteriskClicked () |
'*' key clicked | |
void | hashClicked () |
'#' key clicked | |
void | keyClicked (QString) |
text of the key clicked | |
void | numberClicked (int) |
numeric key clicked | |
Public Member Functions | |
QwwNumPad (QWidget *parent=0) | |
~QwwNumPad () |
Definition at line 18 of file qwwnumpad.h.
void QwwNumPad::animateClick | ( | const QString & | b, | |
int | msec = 100 | |||
) | [slot] |
Performs an animated click.
button | button text to click | |
msec | button time to keep the key pressed |
Calling this function again on the same button before it was released will reset the release timer. All signals associated with a click are emitted as appropriate. This function does nothing if the button is disabled.
Definition at line 108 of file qwwnumpad.cpp.