ARB
GDE_extglob.h
Go to the documentation of this file.
1 // ================================================================ //
2 // //
3 // File : GDE_extglob.h //
4 // //
5 // Institute of Microbiology (Technical University Munich) //
6 // http://www.arb-home.de/ //
7 // //
8 // ================================================================ //
9 
10 #ifndef GDE_EXTGLOB_H
11 #define GDE_EXTGLOB_H
12 
18 };
19 
20 #define GDEMAXMENU 100
21 
22 class AP_filter;
23 
24 #ifndef GDE_PROTO_H
25 #include "GDE_proto.h"
26 #endif
27 
28 extern Gmenu menu[GDEMAXMENU];
29 extern int num_menus;
30 extern int DataType;
31 extern int FileFormat;
32 extern char FileName[80];
33 
34 // Months of the year
35 extern const char *GDEmonth[12];
36 
37 // Tables for DNA/RNA <--> ASCII translation
38 extern int Default_RNA_Trans[];
39 extern int Default_DNA_Trans[];
40 extern int Default_NA_RTrans[];
41 
42 // Character->color lookup table
43 extern int Default_NAColor_LKUP[];
44 extern int Default_PROColor_LKUP[];
45 
46 #else
47 #error GDE_extglob.h included twice
48 #endif // GDE_EXTGLOB_H
int DataType
Definition: GDE_global.cxx:11
int Default_NAColor_LKUP[]
Definition: GDE_global.cxx:58
int Default_DNA_Trans[]
Definition: GDE_global.cxx:33
int Default_RNA_Trans[]
Definition: GDE_global.cxx:22
int Default_NA_RTrans[]
Definition: GDE_global.cxx:44
Gmenu menu[GDEMAXMENU]
Definition: GDE.cxx:25
char FileName[80]
Definition: GDE_global.cxx:13
#define GDEMAXMENU
Definition: GDE_extglob.h:20
int Default_PROColor_LKUP[]
Definition: GDE_global.cxx:69
GapCompression
Definition: GDE_extglob.h:13
const char * GDEmonth[12]
Definition: GDE_global.cxx:16
int num_menus
Definition: GDE.cxx:26
Definition: GDE_menu.h:77
int FileFormat
Definition: GDE_global.cxx:12