#include </home/clem/local/src/opie/noncore/tools/euroconv/calckeypad.h>
Collaboration diagram for KeyPad:

Public Slots | |
| void | enterDigits (int) |
| void | operatorPressed (int) |
| void | clearLCD (void) |
| void | aboutDialog (void) |
| void | gotoDec (void) |
Public Member Functions | |
| KeyPad (LCDDisplay *LCD, QWidget *parent=0, const char *name=0) | |
Private Member Functions | |
| void | setAppearance (void) |
Private Attributes | |
| LCDDisplay * | display |
| double | dCurrent |
| int | iLenCurrent |
| bool | bIsDec |
| double | dDecCurrent |
| int | iPreviousOperator |
| double | dPreviousValue |
| QPushButton * | btn0 |
| QPushButton * | btn1 |
| QPushButton * | btn2 |
| QPushButton * | btn3 |
| QPushButton * | btn4 |
| QPushButton * | btn5 |
| QPushButton * | btn6 |
| QPushButton * | btn7 |
| QPushButton * | btn8 |
| QPushButton * | btn9 |
| QButtonGroup * | grpbtnDigits |
| QPushButton * | btnDot |
| QPushButton * | btnClear |
| QPushButton * | btnPlus |
| QPushButton * | btnMinus |
| QPushButton * | btnMultiply |
| QPushButton * | btnDivide |
| QPushButton * | btnEqual |
| QPushButton * | btnPercent |
| QPushButton * | btnF1 |
| QPushButton * | btnAbout |
| QButtonGroup * | grpbtnOperators |
|
||||||||||||||||
|
Definition at line 21 of file calckeypad.cpp. References aboutDialog(), bIsDec, btn0, btn1, btn2, btn3, btn4, btn5, btn6, btn7, btn8, btn9, btnAbout, btnClear, btnDivide, btnDot, btnEqual, btnF1, btnMinus, btnMultiply, btnPercent, btnPlus, clearLCD(), dCurrent, dDecCurrent, display, dPreviousValue, enterDigits(), gotoDec(), grpbtnDigits, grpbtnOperators, i, iLenCurrent, iPreviousOperator, and operatorPressed(). |
|
|
Definition at line 207 of file calckeypad.cpp. Referenced by KeyPad(). |
|
|
Definition at line 182 of file calckeypad.cpp. References bIsDec, dCurrent, dDecCurrent, display, dPreviousValue, iLenCurrent, iPreviousOperator, and LCDDisplay::setValue(). Referenced by KeyPad(). |
|
|
Definition at line 113 of file calckeypad.cpp. References bIsDec, dCurrent, dDecCurrent, display, iLenCurrent, and LCDDisplay::setValue(). Referenced by KeyPad(). |
|
|
Definition at line 196 of file calckeypad.cpp. References bIsDec, and dDecCurrent. Referenced by KeyPad(). |
|
|
Definition at line 139 of file calckeypad.cpp. References bIsDec, dCurrent, dDecCurrent, display, dPreviousValue, iLenCurrent, iPreviousOperator, and LCDDisplay::setValue(). Referenced by KeyPad(). |
|
|
|
|
|
Definition at line 42 of file calckeypad.h. Referenced by clearLCD(), enterDigits(), gotoDec(), KeyPad(), and operatorPressed(). |
|
|
Definition at line 47 of file calckeypad.h. Referenced by KeyPad(). |
|
|
Definition at line 48 of file calckeypad.h. Referenced by KeyPad(). |
|
|
Definition at line 49 of file calckeypad.h. Referenced by KeyPad(). |
|
|
Definition at line 50 of file calckeypad.h. Referenced by KeyPad(). |
|
|
Definition at line 51 of file calckeypad.h. Referenced by KeyPad(). |
|
|
Definition at line 52 of file calckeypad.h. Referenced by KeyPad(). |
|
|
Definition at line 53 of file calckeypad.h. Referenced by KeyPad(). |
|
|
Definition at line 54 of file calckeypad.h. Referenced by KeyPad(). |
|
|
Definition at line 55 of file calckeypad.h. Referenced by KeyPad(). |
|
|
Definition at line 56 of file calckeypad.h. Referenced by KeyPad(). |
|
|
Definition at line 70 of file calckeypad.h. Referenced by KeyPad(). |
|
|
Definition at line 61 of file calckeypad.h. Referenced by KeyPad(). |
|
|
Definition at line 66 of file calckeypad.h. Referenced by KeyPad(). |
|
|
Definition at line 59 of file calckeypad.h. Referenced by KeyPad(). |
|
|
Definition at line 67 of file calckeypad.h. Referenced by KeyPad(). |
|
|
Definition at line 69 of file calckeypad.h. Referenced by KeyPad(). |
|
|
Definition at line 64 of file calckeypad.h. Referenced by KeyPad(). |
|
|
Definition at line 65 of file calckeypad.h. Referenced by KeyPad(). |
|
|
Definition at line 68 of file calckeypad.h. Referenced by KeyPad(). |
|
|
Definition at line 63 of file calckeypad.h. Referenced by KeyPad(). |
|
|
Definition at line 40 of file calckeypad.h. Referenced by clearLCD(), enterDigits(), KeyPad(), and operatorPressed(). |
|
|
Definition at line 43 of file calckeypad.h. Referenced by clearLCD(), enterDigits(), gotoDec(), KeyPad(), and operatorPressed(). |
|
|
Definition at line 39 of file calckeypad.h. Referenced by clearLCD(), enterDigits(), KeyPad(), and operatorPressed(). |
|
|
Definition at line 45 of file calckeypad.h. Referenced by clearLCD(), KeyPad(), and operatorPressed(). |
|
|
Definition at line 57 of file calckeypad.h. Referenced by KeyPad(). |
|
|
Definition at line 72 of file calckeypad.h. Referenced by KeyPad(). |
|
|
Definition at line 41 of file calckeypad.h. Referenced by clearLCD(), enterDigits(), KeyPad(), and operatorPressed(). |
|
|
Definition at line 44 of file calckeypad.h. Referenced by clearLCD(), KeyPad(), and operatorPressed(). |
1.4.2