ARB
Classes | Macros | Functions | Variables
ED4_dots.cxx File Reference
#include "ed4_dots.hxx"
#include "ed4_class.hxx"
#include <awt_sel_boxes.hxx>
#include <aw_awar.hxx>
#include <aw_msg.hxx>
#include <aw_root.hxx>
#include <arbdbt.h>
#include <cctype>
#include <awt_config_manager.hxx>
Include dependency graph for ED4_dots.cxx:

Go to the source code of this file.

Classes

struct  dot_insert_stat
 

Macros

#define AWAR_DOT_BASE   "dotmiss/"
 
#define AWAR_DOT_SAI   AWAR_DOT_BASE "sainame"
 
#define AWAR_DOT_SAI_CHARS   AWAR_DOT_BASE "chars"
 
#define AWAR_DOT_MARKED   AWAR_DOT_BASE "marked"
 

Functions

static ARB_ERROR dot_sequence_by_consensus (ED4_base *base, dot_insert_stat *statPtr)
 
static void dot_missing_bases (AW_window *aww)
 
void ED4_create_dot_missing_bases_awars (AW_root *aw_root, AW_default aw_def)
 
void ED4_popup_dot_missing_bases_window (AW_window *editor_window)
 

Variables

static AWT_config_mapping_def dotbases_config_mapping []
 

Macro Definition Documentation

#define AWAR_DOT_BASE   "dotmiss/"

Definition at line 25 of file ED4_dots.cxx.

#define AWAR_DOT_SAI   AWAR_DOT_BASE "sainame"
#define AWAR_DOT_SAI_CHARS   AWAR_DOT_BASE "chars"
#define AWAR_DOT_MARKED   AWAR_DOT_BASE "marked"

Function Documentation

static ARB_ERROR dot_sequence_by_consensus ( ED4_base base,
dot_insert_stat statPtr 
)
static
static void dot_missing_bases ( AW_window aww)
static
void ED4_create_dot_missing_bases_awars ( AW_root aw_root,
AW_default  aw_def 
)
void ED4_popup_dot_missing_bases_window ( AW_window editor_window)

Variable Documentation

AWT_config_mapping_def dotbases_config_mapping[]
static
Initial value:
= {
{ AWAR_DOT_MARKED, "marked" },
{ AWAR_DOT_SAI, "sai" },
{ AWAR_DOT_SAI_CHARS, "saichars" },
{ NULp, NULp }
}
#define AWAR_DOT_MARKED
Definition: ED4_dots.cxx:28
#define NULp
Definition: cxxforward.h:116
#define AWAR_DOT_SAI_CHARS
Definition: ED4_dots.cxx:27
#define AWAR_DOT_SAI
Definition: ED4_dots.cxx:26

Definition at line 226 of file ED4_dots.cxx.