ARB
MP_externs.hxx
Go to the documentation of this file.
1 // ============================================================= //
2 // //
3 // File : MP_externs.hxx //
4 // Purpose : global functions (inside MULTI_PROBE) //
5 // //
6 // Institute of Microbiology (Technical University Munich) //
7 // http://www.arb-home.de/ //
8 // //
9 // ============================================================= //
10 
11 #ifndef MP_EXTERNS_HXX
12 #define MP_EXTERNS_HXX
13 
14 #ifndef CB_H
15 #include <cb.h>
16 #endif
17 
18 class AW_selection_list;
19 class arb_progress;
20 
22 void MP_show_probes_in_tree_move(AW_window *aww, bool backward, AW_selection_list *resultProbesList);
26 void MP_close_main(AW_window *aww);
29 void MP_selected_chosen(AW_root *aw_root);
30 
31 bool MP_aborted(int gen_cnt, double avg_fit, double min_fit, double max_fit, arb_progress& progress);
32 
33 char *MP_get_comment(int which, const char *str);
34 int MP_init_local_com_struct(struct mp_gl_struct& mp_pd_gl);
35 
36 #else
37 #error MP_externs.hxx included twice
38 #endif // MP_EXTERNS_HXX
void MP_close_main(AW_window *aww)
Definition: MP_noclass.cxx:54
void MP_normal_colors_in_tree(AW_window *aww)
Definition: MP_noclass.cxx:701
void MP_show_probes_in_tree(AW_window *aww)
Definition: MP_noclass.cxx:409
void MP_result_combination_chosen(AW_root *aw_root)
Definition: MP_noclass.cxx:749
bool MP_aborted(int gen_cnt, double avg_fit, double min_fit, double max_fit, arb_progress &progress)
Definition: MP_noclass.cxx:278
struct Unfixed_cb_parameter * UNFIXED
Definition: cb_base.h:15
char * MP_get_comment(int which, const char *str)
Definition: MP_noclass.cxx:725
int MP_init_local_com_struct(struct mp_gl_struct &mp_pd_gl)
Definition: MP_noclass.cxx:764
void MP_group_all_except_marked(AW_window *aww)
Definition: MP_noclass.cxx:696
void MP_popup_result_window(AW_window *aww)
Definition: MP_noclass.cxx:273
void MP_delete_selected(UNFIXED, AW_selection_list *sellist)
Definition: MP_noclass.cxx:715
void MP_selected_chosen(AW_root *aw_root)
Definition: MP_noclass.cxx:665
void MP_show_probes_in_tree_move(AW_window *aww, bool backward, AW_selection_list *resultProbesList)
Definition: MP_noclass.cxx:404