Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members | Related Pages

TypesDef.h

Go to the documentation of this file.
00001 
00014 #ifndef _TypesDef_h
00015 #define _TypesDef_h
00016 
00017 typedef char                    Char;
00018 typedef int                     Int;
00019 typedef float                   Float;
00020 typedef double                  Double;
00021 typedef bool                    Bool;
00022 
00023 
00024 // All Global Constants.
00025 const Int iVGAP = 10;                                                                   // For wxFlexGridSizer.
00026 const Int iHGAP = 10;                                                                   // For wxFlexGridSizer.
00027 const Int iBORDER_SPACE = 5;                                                    // For ...Sizer.Add().
00028 const Int iBUTTON_BORDER_SPACE = 2*iBORDER_SPACE;               // For ...Sizer.Add().
00029 const Int iENTRY_MAX_LENGTH = 255;                                              // For "normal" wxTextCtrl.
00030 const Int iTEXT_ENTRY_MAX_LENGTH = iENTRY_MAX_LENGTH*4; // For text wxTextCtrl.
00031 
00032 const Int YEAR          = 0     ; // number assigned has to be in ORDER.
00033 const Int MONTH         = 1     ;
00034 const Int DAY           = 2     ;
00035 
00036 #include <iostream>
00037 using std::cout;
00038 using std::endl;
00039 
00040 #define DEBUG_EFM 0
00041 #define wxLINUX 1
00042 #endif // _TypesDef_h

Generated on Wed Feb 25 01:15:11 2004 for eDonkeyFilesManager by doxygen 1.3.2