ARB
Main Page
Namespaces
Classes
Files
File List
File Members
AWT
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
29
AW_window
*
create_key_map_window
(
AW_root
*root);
30
31
32
33
#else
34
#error awt_map_key.hxx included twice
35
#endif // AWT_MAP_KEY_HXX
create_key_map_window
AW_window * create_key_map_window(AW_root *root)
Definition:
AWT_map_key.cxx:77
ed_key::map_key
char map_key(char) const
Definition:
AWT_map_key.cxx:28
ed_key::ed_key
ed_key()
Definition:
AWT_map_key.cxx:23
ed_key::create_awars
void create_awars(AW_root *root)
Definition:
AWT_map_key.cxx:59
ed_key::rehash_mapping
void rehash_mapping(AW_root *awr)
Definition:
AWT_map_key.cxx:41
AW_root
Definition:
aw_root.hxx:86
ed_key
Definition:
awt_map_key.hxx:17
AW_window
Definition:
aw_window.hxx:245
Generated by
1.8.8