ARB
Classes | Macros | Functions | Variables
ED4_terminal.cxx File Reference
#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>
Include dependency graph for ED4_terminal.cxx:

Go to the source code of this file.

Classes

struct  ED4_dragNdrop_info
 
class  FlagLayout
 

Macros

#define ARROW_LENGTH   3
 
#define dumpEvent(w, e)
 
#define MAXNAMELEN   MAXNAME_WIDTH
 
#define BUFFERSIZE   (MAXNAMELEN<<1)
 

Functions

void remove_from_consensus (ED4_manager *group_or_species_man)
 
char stat2display (int val, bool is_upper_digit)
 
int find_significant_positions (int sig, int like_A, int like_C, int like_G, int like_TU, int *sumPtr)
 

Variables

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)
 

Macro Definition Documentation

#define ARROW_LENGTH   3
#define dumpEvent (   w,
 
)

Definition at line 375 of file ED4_terminal.cxx.

#define MAXNAMELEN   MAXNAME_WIDTH
#define BUFFERSIZE   (MAXNAMELEN<<1)

Definition at line 805 of file ED4_terminal.cxx.

Function Documentation

void remove_from_consensus ( ED4_manager group_or_species_man)
inline
char stat2display ( int  val,
bool  is_upper_digit 
)
inline

Definition at line 1001 of file ED4_terminal.cxx.

References e4_assert.

int find_significant_positions ( int  sig,
int  like_A,
int  like_C,
int  like_G,
int  like_TU,
int sumPtr 
)
inline

Definition at line 1014 of file ED4_terminal.cxx.

Variable Documentation