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 // 01.03.2003 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_fx3600p.h"
33 #include "fx3600p_main_dlg.h"
34 
35 #define CALC_CLASS CalculatorFx3600p
36 #define CALC_DLG_CLASS Fx3600pMainDlg
37 
38 //******************************************************************************
39 
40 #endif // !CALC_TYPE_H
Dialogklasse des Casio fx-3600P (Modul special).
Klassen fuer den Casio fx-3600P (Modul special).