ARB
Functions | Variables
PH_filt.cxx File Reference
#include "phylo.hxx"
#include "phwin.hxx"
#include "PH_display.hxx"
#include <arbdbt.h>
#include <aw_awar.hxx>
#include <arb_progress.h>
#include <aw_root.hxx>
#include <aw_msg.hxx>
#include <cctype>
#include <awt_config_manager.hxx>
Include dependency graph for PH_filt.cxx:

Go to the source code of this file.

Functions

static long PH_timer ()
 
void strlwr (char *s)
 
static void update_on_config_change_cb (AW_root *aw_root)
 
static void correct_startstop_cb (AW_root *aw_root, bool start_changed)
 
static void correct_minmaxhom_cb (AW_root *aw_root, bool min_changed)
 
void PH_create_filter_variables (AW_root *aw_root, AW_default default_file, GBDATA *gb_main)
 
AW_windowPH_create_filter_window (AW_root *aw_root)
 

Variables

static AWT_config_mapping_def phyl_filter_config_mapping []
 

Function Documentation

static long PH_timer ( )
static

Definition at line 22 of file PH_filt.cxx.

Referenced by PH_filter::init().

void strlwr ( char s)
inline

Definition at line 46 of file PH_filt.cxx.

Referenced by PH_filter::calculate_column_homology().

static void update_on_config_change_cb ( AW_root aw_root)
static
static void correct_startstop_cb ( AW_root aw_root,
bool  start_changed 
)
static
static void correct_minmaxhom_cb ( AW_root aw_root,
bool  min_changed 
)
static
void PH_create_filter_variables ( AW_root aw_root,
AW_default  default_file,
GBDATA gb_main 
)
AW_window* PH_create_filter_window ( AW_root aw_root)

Variable Documentation

AWT_config_mapping_def phyl_filter_config_mapping[]
static
Initial value:
= {
{ AWAR_PHYLO_FILTER_STARTCOL, "startcol" },
{ AWAR_PHYLO_FILTER_STOPCOL, "stopcol" },
{ AWAR_PHYLO_FILTER_MINHOM, "minhom" },
{ AWAR_PHYLO_FILTER_MAXHOM, "maxhom" },
{ AWAR_PHYLO_FILTER_DOT, "filtdot" },
{ AWAR_PHYLO_FILTER_MINUS, "filtminus" },
{ AWAR_PHYLO_FILTER_AMBIG, "filtambig" },
{ AWAR_PHYLO_FILTER_LOWER, "filtlower" },
{ NULp, NULp }
}
#define AWAR_PHYLO_FILTER_STARTCOL
Definition: phylo.hxx:29
#define AWAR_PHYLO_FILTER_AMBIG
Definition: phylo.hxx:35
#define AWAR_PHYLO_FILTER_DOT
Definition: phylo.hxx:33
#define AWAR_PHYLO_FILTER_STOPCOL
Definition: phylo.hxx:30
#define AWAR_PHYLO_FILTER_LOWER
Definition: phylo.hxx:36
#define AWAR_PHYLO_FILTER_MAXHOM
Definition: phylo.hxx:32
#define AWAR_PHYLO_FILTER_MINHOM
Definition: phylo.hxx:31
#define AWAR_PHYLO_FILTER_MINUS
Definition: phylo.hxx:34
#define NULp
Definition: cxxforward.h:116

Definition at line 403 of file PH_filt.cxx.