ARB
|
Go to the source code of this file.
Macros | |
#define | ED4_IUPAC_EMPTY " " |
#define | IS_NUCLEOTIDE() (ED4_ROOT->alignment_type==GB_AT_RNA || ED4_ROOT->alignment_type==GB_AT_DNA) |
#define | IS_RNA() (ED4_ROOT->alignment_type==GB_AT_RNA) |
#define | IS_DNA() (ED4_ROOT->alignment_type==GB_AT_DNA) |
#define | IS_AMINO() (ED4_ROOT->alignment_type==GB_AT_AA) |
Functions | |
void | ED4_set_clipping_rectangle (AW_screen_area *rect) |
#define ED4_IUPAC_EMPTY " " |
Definition at line 14 of file ed4_tools.hxx.
Referenced by ED4_window::delete_window(), ED4_window::ED4_window(), and ED4_window::reset_all_for_new_config().
#define IS_NUCLEOTIDE | ( | ) | (ED4_ROOT->alignment_type==GB_AT_RNA || ED4_ROOT->alignment_type==GB_AT_DNA) |
Definition at line 16 of file ed4_tools.hxx.
Referenced by SearchTree::SearchTree().
Definition at line 17 of file ed4_tools.hxx.
Definition at line 18 of file ed4_tools.hxx.
Definition at line 19 of file ed4_tools.hxx.
Referenced by SearchSettings::update().
void ED4_set_clipping_rectangle | ( | AW_screen_area * | rect | ) |
Definition at line 14 of file ED4_tools.cxx.
References AW_screen_area::b, current_device(), AW_screen_area::l, AW_screen_area::r, AW_clipable::set_bottom_clip_border(), AW_clipable::set_left_clip_border(), AW_clipable::set_right_clip_border(), AW_clipable::set_top_clip_border(), and AW_screen_area::t.
Referenced by clear_and_update_rectangle(), move_and_update_rectangle(), and update_rectangle().