ARB
|
Go to the source code of this file.
Macros | |
#define | GENE_DATA_PATH_LEN (sizeof(GENE_DATA_PATH)-1) |
#define | EXPERIMENT_DATA_PATH_LEN (sizeof(EXPERIMENT_DATA_PATH)-1) |
Variables | |
static const char | GENE_DATA_PATH [] = "gene_data/gene/" |
static const char | EXPERIMENT_DATA_PATH [] = "experiment_data/experiment/" |
#define GENE_DATA_PATH_LEN (sizeof(GENE_DATA_PATH)-1) |
Definition at line 22 of file changekey.cxx.
Referenced by is_in_GENE_path().
#define EXPERIMENT_DATA_PATH_LEN (sizeof(EXPERIMENT_DATA_PATH)-1) |
Definition at line 23 of file changekey.cxx.
Referenced by experiment_field_selection_list_rescan(), and is_in_EXPERIMENT_path().
|
inline |
Definition at line 25 of file changekey.cxx.
References GENE_DATA_PATH_LEN.
Referenced by is_in_reserved_path().
|
inline |
Definition at line 26 of file changekey.cxx.
References EXPERIMENT_DATA_PATH_LEN.
Referenced by experiment_field_selection_list_rescan(), and is_in_reserved_path().
|
inline |
Definition at line 28 of file changekey.cxx.
References is_in_EXPERIMENT_path(), and is_in_GENE_path().
Referenced by species_field_selection_list_rescan().
|
static |
Definition at line 37 of file changekey.cxx.
References CHANGEKEY, CHANGEKEY_NAME, CHANGEKEY_TYPE, GB_CREATE_CONTAINER, GB_DB, GB_delete(), GB_entry(), GB_has_key(), GB_nextEntry(), GB_search(), GBT_read_char_pntr(), GBT_read_int(), it_assert, and NULp.
Referenced by experiment_field_selection_list_rescan(), gene_field_selection_list_rescan(), and species_field_selection_list_rescan().
Definition at line 84 of file changekey.cxx.
References CHANGEKEY, CHANGEKEY_HIDDEN, GB_CREATE_CONTAINER, GB_entry(), GB_nextEntry(), GB_read_int(), GB_search(), GB_write_int(), and NULp.
Referenced by experiment_field_selection_list_rescan(), gene_field_selection_list_rescan(), and species_field_selection_list_rescan().
void species_field_selection_list_rescan | ( | GBDATA * | gb_main, |
RescanMode | mode | ||
) |
Definition at line 97 of file changekey.cxx.
References CHANGE_KEY_PATH, delete_unused_changekeys(), FIELD_FILTER_STRING_READABLE, GB_pop_transaction(), GB_push_transaction(), gb_species_data, GB_STRING, GB_warning_if(), GBT_add_new_species_changekey(), GBT_get_species_data(), GBT_scan_db(), is_in_reserved_path(), names, NULp, RESCAN_REFRESH, RESCAN_SHOW_ALL, and show_all_changekeys().
Referenced by ArbImporter::import_data(), species_field_selection_list_unhide_all_cb(), and species_field_selection_list_update_cb().
void gene_field_selection_list_rescan | ( | GBDATA * | gb_main, |
RescanMode | mode | ||
) |
Definition at line 129 of file changekey.cxx.
References CHANGE_KEY_PATH_GENES, delete_unused_changekeys(), FIELD_FILTER_STRING_READABLE, GB_INT, GB_pop_transaction(), GB_push_transaction(), gb_species_data, GB_STRING, GB_warning_if(), GBT_add_new_gene_changekey(), GBT_get_species_data(), GBT_scan_db(), names, RESCAN_REFRESH, RESCAN_SHOW_ALL, and show_all_changekeys().
Referenced by gene_field_selection_list_unhide_all_cb(), gene_field_selection_list_update_cb(), and ArbImporter::import_data().
|
static |
Definition at line 161 of file changekey.cxx.
References CHANGE_KEY_PATH_EXPERIMENTS, delete_unused_changekeys(), EXPERIMENT_DATA_PATH_LEN, FIELD_FILTER_STRING_READABLE, GB_pop_transaction(), GB_push_transaction(), gb_species_data, GB_STRING, GB_warning_if(), GBT_add_new_experiment_changekey(), GBT_get_species_data(), GBT_scan_db(), is_in_EXPERIMENT_path(), names, RESCAN_REFRESH, RESCAN_SHOW_ALL, and show_all_changekeys().
Referenced by experiment_field_selection_list_unhide_all_cb(), and experiment_field_selection_list_update_cb().
Definition at line 188 of file changekey.cxx.
References RESCAN_SHOW_ALL, and species_field_selection_list_rescan().
Referenced by DBUI::insert_field_admin_menuitems().
Definition at line 189 of file changekey.cxx.
References RESCAN_REFRESH, and species_field_selection_list_rescan().
Referenced by DBUI::insert_field_admin_menuitems().
Definition at line 191 of file changekey.cxx.
References gene_field_selection_list_rescan(), and RESCAN_SHOW_ALL.
Referenced by GEN_create_field_items().
Definition at line 192 of file changekey.cxx.
References gene_field_selection_list_rescan(), and RESCAN_REFRESH.
Referenced by GEN_create_field_items().
Definition at line 194 of file changekey.cxx.
References experiment_field_selection_list_rescan(), and RESCAN_SHOW_ALL.
Referenced by EXP_create_field_items().
Definition at line 195 of file changekey.cxx.
References experiment_field_selection_list_rescan(), and RESCAN_REFRESH.
Referenced by EXP_create_field_items().
|
static |
Definition at line 19 of file changekey.cxx.
|
static |
Definition at line 20 of file changekey.cxx.