ARB
|
#include "ed4_class.hxx"
#include "ed4_awars.hxx"
#include "ed4_seq_colors.hxx"
#include <aw_root.hxx>
#include <aw_awar.hxx>
#include <consensus.h>
Go to the source code of this file.
Macros | |
#define | CONSENSUS_AWAR_SOURCE CAS_EDIT4 |
Functions | |
void | ED4_consensus_definition_changed (AW_root *) |
static ARB_ERROR | toggle_consensus_display (ED4_base *base, bool show) |
void | ED4_consensus_display_changed (AW_root *root) |
#define CONSENSUS_AWAR_SOURCE CAS_EDIT4 |
Definition at line 19 of file ED4_consensus.cxx.
void ED4_consensus_definition_changed | ( | AW_root * | ) |
Definition at line 37 of file ED4_consensus.cxx.
References ED4_reference::data_changed_cb(), ED4_ROOT, LEV_SEQUENCE_STRING, NULp, ED4_root::reference, ED4_reference::reference_is_a_consensus(), ED4_root::request_refresh_for_consensus_terminals(), ED4_root::request_refresh_for_specific_terminals(), and ED4_root::reset_consensus_params().
Referenced by consensus_upper_lower_changed_cb(), and ED4_create_consensus_awars().
Definition at line 50 of file ED4_consensus.cxx.
References ED4_manager::get_defined_level(), ED4_manager::hide_children(), ED4_base::is_consensus_manager(), LEV_SPACER, NULp, ED4_base::parent, and ED4_manager::unhide_children().
Referenced by ED4_consensus_display_changed().
void ED4_consensus_display_changed | ( | AW_root * | root | ) |
Definition at line 67 of file ED4_consensus.cxx.
References AW_root::awar(), ED4_AWAR_CONSENSUS_SHOW, ED4_ROOT, ARB_ERROR::expect_no_error(), AW_awar::read_int(), ED4_root::root_group_man, ED4_manager::route_down_hierarchy(), and toggle_consensus_display().
Referenced by ED4_create_consensus_awars().