ARB
|
#include <aw_device.hxx>
Go to the source code of this file.
Classes | |
class | PH_display |
class | PH_display_status |
Macros | |
#define | SPECIES_NAME_LEN 10 |
Functions | |
void | ph_view_species_cb () |
void | ph_calc_filter_cb () |
GB_ERROR | ph_check_initialized () |
Variables | |
const char * | filter_text [] |
#define SPECIES_NAME_LEN 10 |
Definition at line 18 of file PH_display.hxx.
Referenced by PH_display::initialize_display().
void ph_view_species_cb | ( | ) |
Definition at line 27 of file PH_display.cxx.
References AW_root::awar(), AWAR_PHYLO_FILTER_AUTOCALC, DISP_SPECIES, PH_display::display(), AW_window::get_root(), horizontal_change_cb(), PH_display::initialize_display(), PH_display::ph_display, PH_used_windows::phylo_main_window, AW_window::set_horizontal_change_callback(), AW_window::set_vertical_change_callback(), AW_awar::touch(), vertical_change_cb(), and PH_used_windows::windowList.
Referenced by startup_sequence_cb().
void ph_calc_filter_cb | ( | ) |
Definition at line 44 of file PH_display.cxx.
References aw_message(), PH_filter::calculate_column_homology(), DISP_FILTER, PH_display::display(), horizontal_change_cb(), PH_filter::init(), PH_display::initialize_display(), PHDATA::markerline, ph_check_initialized(), PH_display::ph_display, PH_used_windows::phylo_main_window, PHDATA::ROOT, AW_window::set_horizontal_change_callback(), AW_window::set_vertical_change_callback(), vertical_change_cb(), and PH_used_windows::windowList.
Referenced by create_phyl_main_window(), and update_on_config_change_cb().
GB_ERROR ph_check_initialized | ( | ) |
Definition at line 39 of file PH_display.cxx.
References NULp, and PHDATA::ROOT.
Referenced by ph_calc_filter_cb(), PH_create_ml_multiline_SAI(), and PH_save_ml_cb().
const char* filter_text[] |
Definition at line 29 of file PH_main.cxx.
Referenced by display_status_cb(), and PH_create_filter_window().