ARB
ed4_extern.hxx
Go to the documentation of this file.
1 // =============================================================== //
2 // //
3 // File : ed4_extern.hxx //
4 // Purpose : external interface (e.g. for secedit) //
5 // //
6 // Coded by Ralf Westram (coder@reallysoft.de) in August 2007 //
7 // Institute of Microbiology (Technical University Munich) //
8 // http://www.arb-home.de/ //
9 // //
10 // =============================================================== //
11 
12 #ifndef ED4_EXTERN_HXX
13 #define ED4_EXTERN_HXX
14 
15 #ifndef AW_COLOR_GROUPS_HXX
16 #include <aw_color_groups.hxx>
17 #endif
18 
19 // define GCs
20 // (used by plugins to sync colors)
21 
22 // Note: add all GCs (defining a font) to the array 'font_GC'; see ED4_root.cxx@recalc_font_group
23 
24 enum ED4_gc {
27 
28  ED4_G_SEQUENCES, // also used as sequence color 0
29  ED4_G_HELIX, // also used as sequence color 1
38 
39  ED4_G_CURSOR, // Color of cursor
40  ED4_G_MARKED, // Background for marked species
41  ED4_G_SELECTED, // Background for selected species
42 
43  ED4_G_CBACK_0, // Ranges for column statistics
53 
54  ED4_G_SBACK_0, // Background for search
63  ED4_G_MBACK, // Mismatches
64 
67 
68  ED4_G_FIRST_COLOR_GROUP, // Background colors for colored species
70 
71  ED4_G_DRAG, // must be last
72 };
73 
74 
75 #define ED4_AWAR_SEARCH_RESULT_CHANGED "tmp/search/result_changed" // triggered when search result changes
76 #define AWAR_EDIT_RIGHTWARD "tmp/edit4/edit_direction"
77 
78 #else
79 #error ed4_extern.hxx included twice
80 #endif // ED4_EXTERN_HXX
#define AW_COLOR_GROUPS
ED4_gc
Definition: ed4_extern.hxx:24