ARB
Main Page
Namespaces
Classes
Files
File List
File Members
SL
MAPKEY
map_key.hxx
Go to the documentation of this file.
1
// =========================================================== //
2
// //
3
// File : map_key.hxx //
4
// Purpose : customizable key mapping //
5
// //
6
// Institute of Microbiology (Technical University Munich) //
7
// http://www.arb-home.de/ //
8
// //
9
// =========================================================== //
10
11
#ifndef MAP_KEY_HXX
12
#define 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 map_key.hxx included twice
35
#endif // MAP_KEY_HXX
create_key_map_window
AW_window * create_key_map_window(AW_root *root)
Definition:
map_key.cxx:80
ed_key::map_key
char map_key(char) const
Definition:
map_key.cxx:31
ed_key::ed_key
ed_key()
Definition:
map_key.cxx:26
ed_key::create_awars
void create_awars(AW_root *root)
Definition:
map_key.cxx:62
ed_key::rehash_mapping
void rehash_mapping(AW_root *awr)
Definition:
map_key.cxx:44
AW_root
Definition:
aw_root.hxx:86
ed_key
Definition:
map_key.hxx:17
AW_window
Definition:
aw_window.hxx:245
Generated by
1.8.8