ARB
st_window.hxx
Go to the documentation of this file.
1 // =========================================================== //
2 // //
3 // File : st_window.hxx //
4 // Purpose : //
5 // //
6 // Institute of Microbiology (Technical University Munich) //
7 // http://www.arb-home.de/ //
8 // //
9 // =========================================================== //
10 
11 #ifndef ST_WINDOW_HXX
12 #define ST_WINDOW_HXX
13 
14 #ifndef AW_WINDOW_HXX
15 #include <aw_window.hxx>
16 #endif
17 
18 class ST_ML;
19 class AP_tree;
20 
23 
26 
27 typedef unsigned char ST_ML_Color;
32 };
33 
34 AP_tree *STAT_find_node_by_name(ST_ML *st_ml, const char *species_name);
35 ST_ML_Color *STAT_get_color_string(ST_ML *st_ml, char *species_name, AP_tree *node, int start_ali_pos, int end_ali_pos);
36 bool STAT_update_ml_likelihood(ST_ML *st_ml, char *result[4], int& latest_update, const char *species_name, AP_tree *node);
38 
39 
40 #else
41 #error st_window.hxx included twice
42 #endif // ST_WINDOW_HXX
AP_tree * STAT_find_node_by_name(ST_ML *st_ml, const char *species_name)
Definition: ST_window.cxx:127
string result
ST_ML_Color * STAT_get_color_string(ST_ML *st_ml, char *species_name, AP_tree *node, int start_ali_pos, int end_ali_pos)
Definition: ST_window.cxx:118
AW_window * STAT_create_main_window(AW_root *aw_root, ST_ML *st_ml)
Definition: ST_window.cxx:70
void(* WindowCallbackSimple)(AW_window *)
Definition: cb.h:29
unsigned char ST_ML_Color
Definition: st_ml.hxx:42
ST_ML * st_ml
bool STAT_update_ml_likelihood(ST_ML *st_ml, char *result[4], int &latest_update, const char *species_name, AP_tree *node)
Definition: ST_window.cxx:122
Definition: st_ml.hxx:111
void STAT_set_postcalc_callback(ST_ML *st_ml, WindowCallbackSimple postcalc_cb, AW_window *cb_win)
Definition: ST_window.cxx:66
ST_ML * STAT_create_ST_ML(GBDATA *gb_main)
Definition: ST_window.cxx:110
st_report_enum
Definition: st_window.hxx:28
AW_window * STAT_create_chimera_check_window(AW_root *aw_root, GBDATA *gb_main)
Definition: ST_window.cxx:270
unsigned char ST_ML_Color
Definition: st_window.hxx:27
void STAT_destroy_ST_ML(ST_ML *&st_ml)
Definition: ST_window.cxx:113
GBDATA * gb_main
Definition: adname.cxx:32