source: tags/ms_r16q2/MULTI_PROBE/MP_externs.hxx

Last change on this file was 14730, checked in by westram, 8 years ago
  • replace callbacks bound to selection lists by awar-callbacks (#559)
  • stuff a leak in MP_selected_chosen
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
Line 
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
18class AW_selection_list;
19class arb_progress;
20
21void MP_show_probes_in_tree(AW_window *aww);
22void MP_show_probes_in_tree_move(AW_window *aww, bool backward, AW_selection_list *resultProbesList);
23void MP_popup_result_window(AW_window *aww);
24void MP_delete_selected(UNFIXED, AW_selection_list *sellist);
25void MP_result_combination_chosen(AW_root *aw_root);
26void MP_close_main(AW_window *aww);
27void MP_group_all_except_marked(AW_window *aww);
28void MP_normal_colors_in_tree(AW_window *aww);
29void MP_selected_chosen(AW_root *aw_root);
30
31bool MP_aborted(int gen_cnt, double avg_fit, double min_fit, double max_fit, arb_progress& progress);
32
33char *MP_get_comment(int which, const char *str);
34int MP_init_local_com_struct();
35
36const char *MP_probe_pt_look_for_server();
37
38#else
39#error MP_externs.hxx included twice
40#endif // MP_EXTERNS_HXX
Note: See TracBrowser for help on using the repository browser.