ARB
|
#include "ColumnStat.hxx"
#include "awt_sel_boxes.hxx"
#include "ga_local.h"
#include <AP_filter.hxx>
#include <BI_helix.hxx>
#include <aw_root.hxx>
#include <aw_awar.hxx>
#include <aw_msg.hxx>
#include <aw_select.hxx>
#include <arbdbt.h>
#include <arb_strbuf.h>
#include <arb_defs.h>
Go to the source code of this file.
Macros | |
#define | SRT_AWARCOLSTAT_NAME "/name=/name" |
#define | SRT_AWARCOLSTAT_ALIGNMENT "/name=/alignment" |
#define | SRT_AWARCOLSTAT_SMOOTH "/name=/smooth" |
#define | SRT_AWARCOLSTAT_ENABLE_HELIX "/name=/enable_helix" |
Functions | |
static void | refresh_columnstat_selection (AW_root *, ColumnStat *column_stat) |
static char * | filter_columnstat_SAIs (GBDATA *gb_extended, ColumnStat *column_stat) |
void | COLSTAT_create_selection_list (AW_window *aws, ColumnStat *column_stat) |
AW_window * | COLSTAT_create_selection_window (AW_root *aw_root, ColumnStat *column_stat) |
#define SRT_AWARCOLSTAT_NAME "/name=/name" |
Definition at line 26 of file ColumnStat.cxx.
Referenced by ColumnStat::ColumnStat().
#define SRT_AWARCOLSTAT_ALIGNMENT "/name=/alignment" |
Definition at line 27 of file ColumnStat.cxx.
Referenced by ColumnStat::ColumnStat().
#define SRT_AWARCOLSTAT_SMOOTH "/name=/smooth" |
Definition at line 28 of file ColumnStat.cxx.
Referenced by ColumnStat::ColumnStat().
#define SRT_AWARCOLSTAT_ENABLE_HELIX "/name=/enable_helix" |
Definition at line 29 of file ColumnStat.cxx.
Referenced by ColumnStat::ColumnStat().
|
static |
Definition at line 40 of file ColumnStat.cxx.
References ColumnStat::refresh_sai_selection_list().
Referenced by ColumnStat::ColumnStat().
|
static |
Definition at line 340 of file ColumnStat.cxx.
References GBS_strstruct::cat(), GB_FIND, GB_MIND_CASE, GB_read_char_pntr(), GB_search(), GBS_string_matches(), GBT_get_name_or_description(), ColumnStat::get_type_path(), ColumnStat::has_valid_alignment(), NULp, GBS_strstruct::put(), GBS_strstruct::release(), result, and type.
Referenced by ColumnStat::create_sai_selection_list().
void COLSTAT_create_selection_list | ( | AW_window * | aws, |
ColumnStat * | column_stat | ||
) |
Definition at line 369 of file ColumnStat.cxx.
References ColumnStat::create_sai_selection_list().
Referenced by COLSTAT_create_selection_window(), and NT_create_colstat_2_gnuplot_window().
AW_window* COLSTAT_create_selection_window | ( | AW_root * | aw_root, |
ColumnStat * | column_stat | ||
) |
Definition at line 373 of file ColumnStat.cxx.
References AW_POPDOWN(), COLSTAT_create_selection_list(), ColumnStat::get_awar_enable_helix(), ColumnStat::get_awar_smooth(), ColumnStat::get_gb_main(), makeHelpCallback(), and ta.
Referenced by create_pars_init_window(), DI_create_matrix_window(), STAT_create_chimera_check_window(), and STAT_create_main_window().