ARB
|
#include <cxxforward.h>
Go to the source code of this file.
Classes | |
struct | AW_world |
struct | AW_screen_area |
Macros | |
#define | AW_NO_COLOR (-1UL) |
#define | AW_ROOT_DEFAULT get_AW_ROOT_DEFAULT() |
Typedefs | |
typedef long | AW_CL |
typedef void(* | AW_postcb_cb )(AW_window *) |
typedef GBDATA * | AW_default |
typedef double | AW_pos |
typedef AW_screen_area | AW_borders |
typedef int | AW_font |
typedef long | AW_bitset |
typedef AW_bitset | AW_active |
typedef float | AW_grey_level |
typedef struct _WidgetRec * | Widget |
typedef unsigned long | AW_rgb |
Enumerations | |
enum | AW_VARIABLE_TYPE { AW_NONE = 0, AW_BIT = 1, AW_BYTE = 2, AW_INT = 3, AW_FLOAT = 4, AW_POINTER = 5, AW_BITS = 6, AW_BYTES = 8, AW_INTS = 9, AW_FLOATS = 10, AW_STRING = 12, AW_DB = 15, AW_TYPE_MAX = 16 } |
enum | AW_area { AW_INFO_AREA, AW_MIDDLE_AREA, AW_BOTTOM_AREA, AW_MAX_AREA } |
enum | AW_color_idx { AW_WINDOW_BG, AW_WINDOW_FG, AW_WINDOW_C1, AW_WINDOW_C2, AW_WINDOW_C3, AW_WINDOW_DRAG, AW_DATA_BG, AW_STD_COLOR_IDX_MAX } |
enum | GcChange { GC_COLOR_CHANGED = 1, GC_FONT_CHANGED, GC_COLOR_GROUP_USE_CHANGED } |
Functions | |
AW_default | get_AW_ROOT_DEFAULT () |
#define AW_NO_COLOR (-1UL) |
Definition at line 50 of file aw_base.hxx.
Referenced by AW_window::alloc_named_data_color(), and ColorMap::printUserColorDefinitions().
#define AW_ROOT_DEFAULT get_AW_ROOT_DEFAULT() |
Definition at line 106 of file aw_base.hxx.
Referenced by addOrUpdateTransTable(), ALI_create_admin_window(), AP_create_con_expert_window(), AP_create_pos_var_pars_window(), ARB_main(), AW_create_fileselection_awars(), AW_help_popup(), aw_question(), AW_reactivate_all_questions(), awt_create_PTSERVER_selection_button(), AWT_create_root(), awt_create_select_filter(), AWT_create_www_window(), bindAdmin(), colorDefChanged_callback(), colorDefTabNameChanged_callback(), create_colorize_window(), create_colorTranslationTable_window(), create_common_next_neighbour_fields(), DBUI::create_dbui_awars(), create_export_awars(), create_fig_export_awars(), create_fileSelection_awars(), create_helix_props_window(), create_input_awars(), create_insertDeleteBySAI_window(), create_key_map_window(), create_loadsave_colored_window(), create_matrix_settings_window(), create_mg_check_fields_window(), create_modify_fields_window(), create_primer_design_window(), create_print_awars(), create_probe_design_window(), create_probe_match_window(), QUERY::create_query_box(), RefEntries::create_refentries_window(), create_save_box_for_selection_lists(), create_seq_color_awars(), create_syncroot_awars(), create_tree_export_window(), createOptimizeWindow(), CreateRNA3DAwars(), CreateRNA3DMainWindow(), createSaiProbeAwars(), DI_create_matrix_variables(), ED4_configure_species_flags(), ed4_create_all_awars(), ED4_create_consensus_definition_window(), ED4_create_editor_options_window(), ED4_pfold_create_props_window(), ED4_popup_dot_missing_bases_window(), ED4_popup_search_window(), ED4_window::ED4_window(), FastAligner_create_window(), GDE_menuitem_cb(), GEN_create_map(), GEN_map_window::init(), RegFieldSelection::init_awars(), init_itemspecific_DBUI_awars(), init_rule_definition_awars(), initXferAwars(), MG_gene_species_create_field_transfer_def_window(), NDS_create_window(), nds_restore_config(), new_sina_simple(), nt_create_all_awars(), NT_create_colstat_2_gnuplot_window(), NT_create_moveGroupInfo_window(), NT_create_species_join_window(), NT_create_splitAlignment_window(), NT_create_syncScroll_window(), PH_create_filter_window(), PH_save_markerline(), popup_group_search_window(), SAI_init_calculator_awars(), SAI_popup_calculator_window(), sai_transtab_awar(), SEC_create_display_window(), SEC_db_interface::SEC_db_interface(), SQ_create_seq_quality_window(), startup_gui(), startup_merge_main_window(), STAT_create_chimera_check_window(), and TREE_create_settings_window().
Definition at line 20 of file aw_base.hxx.
typedef void(* AW_postcb_cb)(AW_window *) |
Definition at line 24 of file aw_base.hxx.
typedef GBDATA* AW_default |
Definition at line 26 of file aw_base.hxx.
typedef double AW_pos |
Definition at line 29 of file aw_base.hxx.
typedef AW_screen_area AW_borders |
Definition at line 40 of file aw_base.hxx.
Definition at line 42 of file aw_base.hxx.
Definition at line 44 of file aw_base.hxx.
Definition at line 45 of file aw_base.hxx.
typedef float AW_grey_level |
Definition at line 46 of file aw_base.hxx.
typedef struct _WidgetRec* Widget |
Definition at line 48 of file aw_base.hxx.
Definition at line 51 of file aw_base.hxx.
enum AW_VARIABLE_TYPE |
Enumerator | |
---|---|
AW_NONE | |
AW_BIT | |
AW_BYTE | |
AW_INT | |
AW_FLOAT | |
AW_POINTER | |
AW_BITS | |
AW_BYTES | |
AW_INTS | |
AW_FLOATS | |
AW_STRING | |
AW_DB | |
AW_TYPE_MAX |
Definition at line 53 of file aw_base.hxx.
enum AW_area |
Enumerator | |
---|---|
AW_INFO_AREA | |
AW_MIDDLE_AREA | |
AW_BOTTOM_AREA | |
AW_MAX_AREA |
Definition at line 76 of file aw_base.hxx.
enum AW_color_idx |
Enumerator | |
---|---|
AW_WINDOW_BG | |
AW_WINDOW_FG | |
AW_WINDOW_C1 | |
AW_WINDOW_C2 | |
AW_WINDOW_C3 | |
AW_WINDOW_DRAG | |
AW_DATA_BG | |
AW_STD_COLOR_IDX_MAX |
Definition at line 83 of file aw_base.hxx.
enum GcChange |
Enumerator | |
---|---|
GC_COLOR_CHANGED | |
GC_FONT_CHANGED | |
GC_COLOR_GROUP_USE_CHANGED |
Definition at line 94 of file aw_base.hxx.
|
inline |
Definition at line 203 of file aw_root.hxx.
References AW_root::check_properties(), NULp, and AW_root::SINGLETON.