#include <ed4_extern.hxx>
#include "ed4_class.hxx"
#include "ed4_awars.hxx"
#include "ed4_edit_string.hxx"
#include "ed4_block.hxx"
#include "ed4_nds.hxx"
#include "ed4_ProteinViewer.hxx"
#include "ed4_seq_colors.hxx"
#include "ed4_flags.hxx"
#include <arbdbt.h>
#include <items.h>
#include <aw_preset.hxx>
#include <aw_awar.hxx>
#include <aw_awar_defs.hxx>
#include <aw_msg.hxx>
#include <aw_root.hxx>
#include <aw_question.hxx>
#include <st_window.hxx>
Go to the source code of this file.
|
static ED4_objspec | tree_terminal_spec (PROP_IS_TERMINAL, LEV_TREE, LEV_NONE, LEV_NONE, LEV_NONE) |
|
static ED4_objspec | bracket_terminal_spec (PROP_IS_TERMINAL, LEV_BRACKET, LEV_NONE, LEV_NONE, LEV_NONE) |
|
static ED4_objspec | species_name_terminal_spec (ED4_properties(PROP_IS_TERMINAL|PROP_DYNA_RESIZE), LEV_SPECIES_NAME, LEV_NONE, LEV_SPECIES, LEV_NONE) |
|
static ED4_objspec | flag_header_spec (ED4_properties(PROP_IS_TERMINAL|PROP_DYNA_RESIZE), LEV_FLAG_HEADER, LEV_NONE, LEV_NONE, LEV_NONE) |
|
static ED4_objspec | flag_spec (ED4_properties(PROP_IS_TERMINAL|PROP_DYNA_RESIZE), LEV_FLAG, LEV_NONE, LEV_NONE, LEV_NONE) |
|
static ED4_objspec | sequence_info_terminal_spec (ED4_properties(PROP_IS_TERMINAL|PROP_DYNA_RESIZE), LEV_SEQUENCE_INFO, LEV_NONE, LEV_SEQUENCE, LEV_NONE) |
|
static ED4_objspec | sequence_terminal_spec (PROP_IS_TERMINAL, LEV_SEQUENCE_STRING, LEV_NONE, LEV_NONE, LEV_NONE) |
|
static ED4_objspec | orf_terminal_spec (PROP_IS_TERMINAL, LEV_ORF, LEV_NONE, LEV_NONE, LEV_NONE) |
|
static ED4_objspec | pure_text_terminal_spec (PROP_IS_TERMINAL, LEV_PURE_TEXT, LEV_NONE, LEV_NONE, LEV_NONE) |
|
static ED4_objspec | spacer_terminal_spec (ED4_properties(PROP_IS_TERMINAL|PROP_DYNA_RESIZE), LEV_SPACER, LEV_NONE, LEV_NONE, LEV_NONE) |
|
static ED4_objspec | line_terminal_spec (ED4_properties(PROP_IS_TERMINAL|PROP_DYNA_RESIZE), LEV_LINE, LEV_NONE, LEV_NONE, LEV_NONE) |
|
static ED4_objspec | column_stat_terminal_spec (PROP_IS_TERMINAL, LEV_COL_STAT, LEV_NONE, LEV_NONE, LEV_NONE) |
|
#define dumpEvent |
( |
|
w, |
|
|
|
e |
|
) |
| |
void remove_from_consensus |
( |
ED4_manager * |
group_or_species_man | ) |
|
|
inline |
char stat2display |
( |
int |
val, |
|
|
bool |
is_upper_digit |
|
) |
| |
|
inline |
int find_significant_positions |
( |
int |
sig, |
|
|
int |
like_A, |
|
|
int |
like_C, |
|
|
int |
like_G, |
|
|
int |
like_TU, |
|
|
int * |
sumPtr |
|
) |
| |
|
inline |