ARB
Typedefs | Enumerations | Functions
st_window.hxx File Reference
#include <aw_window.hxx>
Include dependency graph for st_window.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef unsigned char ST_ML_Color
 

Enumerations

enum  st_report_enum { ST_QUALITY_REPORT_NONE, ST_QUALITY_REPORT_TEMP, ST_QUALITY_REPORT_YES }
 

Functions

void STAT_set_postcalc_callback (ST_ML *st_ml, WindowCallbackSimple postcalc_cb, AW_window *cb_win)
 
AW_windowSTAT_create_main_window (AW_root *aw_root, ST_ML *st_ml)
 
ST_MLSTAT_create_ST_ML (GBDATA *gb_main)
 
void STAT_destroy_ST_ML (ST_ML *&st_ml)
 
AP_treeSTAT_find_node_by_name (ST_ML *st_ml, const char *species_name)
 
ST_ML_ColorSTAT_get_color_string (ST_ML *st_ml, char *species_name, AP_tree *node, int start_ali_pos, int end_ali_pos)
 
bool STAT_update_ml_likelihood (ST_ML *st_ml, char *result[4], int &latest_update, const char *species_name, AP_tree *node)
 
AW_windowSTAT_create_chimera_check_window (AW_root *aw_root, GBDATA *gb_main)
 

Typedef Documentation

typedef unsigned char ST_ML_Color

Definition at line 27 of file st_window.hxx.

Enumeration Type Documentation

Enumerator
ST_QUALITY_REPORT_NONE 
ST_QUALITY_REPORT_TEMP 
ST_QUALITY_REPORT_YES 

Definition at line 28 of file st_window.hxx.

Function Documentation

void STAT_set_postcalc_callback ( ST_ML st_ml,
WindowCallbackSimple  postcalc_cb,
AW_window cb_win 
)

Definition at line 66 of file ST_window.cxx.

References ST_ML::set_postcalc_callback().

Referenced by configureColumnStat().

AW_window* STAT_create_main_window ( AW_root aw_root,
ST_ML st_ml 
)
ST_ML* STAT_create_ST_ML ( GBDATA gb_main)

Definition at line 110 of file ST_window.cxx.

Referenced by ARB_main().

void STAT_destroy_ST_ML ( ST_ML *&  st_ml)

Definition at line 113 of file ST_window.cxx.

References NULp, and st_ml.

Referenced by ED4_root::~ED4_root().

AP_tree* STAT_find_node_by_name ( ST_ML st_ml,
const char species_name 
)
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 at line 118 of file ST_window.cxx.

References ST_ML::get_color_string().

bool STAT_update_ml_likelihood ( ST_ML st_ml,
char result[4],
int latest_update,
const char species_name,
AP_tree node 
)
See also
ST_ML::update_ml_likelihood()

Definition at line 122 of file ST_window.cxx.

References ST_ML::update_ml_likelihood().

AW_window* STAT_create_chimera_check_window ( AW_root aw_root,
GBDATA gb_main 
)