ARB
awt_map_key.hxx
Go to the documentation of this file.
1 // =========================================================== //
2 // //
3 // File : awt_map_key.hxx //
4 // Purpose : //
5 // //
6 // Institute of Microbiology (Technical University Munich) //
7 // http://www.arb-home.de/ //
8 // //
9 // =========================================================== //
10 
11 #ifndef AWT_MAP_KEY_HXX
12 #define AWT_MAP_KEY_HXX
13 
14 class AW_root;
15 class AW_window;
16 
17 class ed_key {
18  char mapping[256];
19 
20 public:
21  ed_key();
22 
23  char map_key(char) const;
24  void create_awars(AW_root *root);
25 
26  void rehash_mapping(AW_root *awr);
27 };
28 
30 
31 
32 
33 #else
34 #error awt_map_key.hxx included twice
35 #endif // AWT_MAP_KEY_HXX
AW_window * create_key_map_window(AW_root *root)
Definition: AWT_map_key.cxx:77
char map_key(char) const
Definition: AWT_map_key.cxx:28
void create_awars(AW_root *root)
Definition: AWT_map_key.cxx:59
void rehash_mapping(AW_root *awr)
Definition: AWT_map_key.cxx:41