ARB
mp_proto.hxx
Go to the documentation of this file.
1 // ==================================================================== //
2 // //
3 // File : mp_proto.hxx //
4 // Purpose : Provide some prototypes //
5 // //
6 // //
7 // Coded by Ralf Westram (coder@reallysoft.de) in May 2003 //
8 // Copyright Department of Microbiology (Technical University Munich) //
9 // //
10 // Visit our web site at: http://www.arb-home.de/ //
11 // //
12 // //
13 // ==================================================================== //
14 
15 #ifndef MP_PROTO_HXX
16 #define MP_PROTO_HXX
17 
18 void MP_Comment(AW_window *, const char *new_comment);
19 
20 void MP_gen_quality(AW_root *awr);
21 
22 void MP_new_sequence(AW_window *aww);
23 
24 void MP_cache_sonden(AW_window *aww);
25 void MP_cache_sonden2(AW_root *aww);
26 
28 
29 void MP_gen_singleprobe(AW_root *awr);
30 void MP_modify_selected(AW_root *awr);
31 
32 #else
33 #error mp_proto.hxx included twice
34 #endif // MP_PROTO_HXX
void MP_new_sequence(AW_window *aww)
Definition: MP_noclass.cxx:381
void MP_gen_singleprobe(AW_root *awr)
Definition: MP_noclass.cxx:173
void MP_cache_sonden(AW_window *aww)
Definition: MP_noclass.cxx:401
void MP_gen_quality(AW_root *awr)
Definition: MP_noclass.cxx:88
void MP_cache_sonden2(AW_root *aww)
Definition: MP_noclass.cxx:402
void MP_mark_probes_in_tree(AW_window *aww)
Definition: MP_noclass.cxx:507
void MP_Comment(AW_window *, const char *new_comment)
Definition: MP_noclass.cxx:615
void MP_modify_selected(AW_root *awr)
Definition: MP_noclass.cxx:123