ARB
|
#include <arbdb.h>
#include "phylo.hxx"
#include "phwin.hxx"
#include "PH_display.hxx"
#include <aw_awar.hxx>
#include <aw_msg.hxx>
#include <aw_root.hxx>
Go to the source code of this file.
Functions | |
static void | vertical_change_cb (AW_window *aww) |
static void | horizontal_change_cb (AW_window *aww) |
void | ph_view_species_cb () |
GB_ERROR | ph_check_initialized () |
void | ph_calc_filter_cb () |
void | display_status_cb () |
|
static |
Definition at line 19 of file PH_display.cxx.
References PH_display::monitor_vertical_scroll_cb(), and PH_display::ph_display.
Referenced by ph_calc_filter_cb(), and ph_view_species_cb().
|
static |
Definition at line 23 of file PH_display.cxx.
References PH_display::monitor_horizontal_scroll_cb(), and PH_display::ph_display.
Referenced by ph_calc_filter_cb(), and ph_view_species_cb().
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().
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().
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().
void display_status_cb | ( | ) |
Definition at line 331 of file PH_display.cxx.
References AW_BOTTOM_AREA, AW_root::awar(), AWAR_PHYLO_FILTER_AMBIG, AWAR_PHYLO_FILTER_DOT, AWAR_PHYLO_FILTER_LOWER, AWAR_PHYLO_FILTER_MAXHOM, AWAR_PHYLO_FILTER_MINHOM, AWAR_PHYLO_FILTER_MINUS, AWAR_PHYLO_FILTER_STARTCOL, AWAR_PHYLO_FILTER_STOPCOL, PH_display_status::clear(), DISP_FILTER, DISP_NONE, DISP_SPECIES, filter_text, PH_display::ph_display, AW_awar::read_int(), AW_root::SINGLETON, and PH_used_windows::windowList.
Referenced by create_phyl_main_window(), and update_on_config_change_cb().