Almetare  1.15
Alle meine Taschenrechner - Eine C++-Bibliothek zur Entwicklung von Taschenrechnern
calc_type.h
gehe zur Dokumentation dieser Datei
1 //******************************************************************************
2 // Copyright (c) 2002-2004 by Friedemann Seebass, Germany.
3 // Dieses Programm ist freie Software. Siehe GNU GPL Notiz in Datei main.cpp.
4 // This program is free software. See the GNU GPL notice in file main.cpp.
5 // Projekt: Almetare - Alle meine Taschenrechner
6 //******************************************************************************
17 //******************************************************************************
18 // Wann Wer Was
19 // ---------- -------- ---------------------------------------------------------
20 // 15.09.2002 fse erzeugt
21 //******************************************************************************
22 
23 #ifndef CALC_TYPE_H
24 #define CALC_TYPE_H
25 
26 #ifndef __cplusplus
27 #error calc_type.h is only for C++!
28 #endif
29 
30 //******************************************************************************
31 
32 #include "calc_fx85v.h"
33 #include "fx85v_main_dlg.h"
34 
35 #define CALC_CLASS CalculatorFx85v
36 #define CALC_DLG_CLASS Fx85vMainDlg
37 
38 //******************************************************************************
39 
40 #endif // !CALC_TYPE_H
Klassen fuer den Casio fx-85v (Modul special).
Dialogklasse des Casio fx-85v (Modul special).