Membres publics | |
Calculator () | |
~Calculator () | |
void | Create () |
void | MajResult () |
void | Compute () |
void | OnKey (StateKey *key, int face) |
void | OnNum (int num) |
void | OnNum0 () |
void | OnNum1 () |
void | OnNum2 () |
void | OnNum3 () |
void | OnNum4 () |
void | OnNum5 () |
void | OnNum6 () |
void | OnNum7 () |
void | OnNum8 () |
void | OnNum9 () |
void | OnDot () |
void | OnClear () |
void | OnEqual () |
void | OnAdd () |
void | OnSub () |
void | OnMult () |
void | OnDiv () |
void | OnOk () |
Attributs Publics | |
Window | window |
Button | btnNumbers [10] |
Button | btnAdd |
Button | btnSub |
Button | btnDiv |
Button | btnMult |
Button | btnEqual |
Button | btnDot |
Button | btnClear |
Button | btnOk |
TextBox | txtResult |
TextBox | txtResultBase |
MyList< Opperation > | lOpperation |
MyString | lineCur |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|