|
ARB
|
#include "merge.hxx"#include <sel_boxes.hxx>#include <selection_admin.h>#include <prompt.hxx>#include <aw_root.hxx>#include <aw_awar.hxx>#include <aw_awar_defs.hxx>#include <aw_msg.hxx>#include <ad_config.h>#include <arbdb.h>
Go to the source code of this file.
Classes | |
| class | MgSelectionAdmin |
Macros | |
| #define | AWAR_CONFIG_NAME(db) awar_name_tmp(db, "specsel_name") |
| #define | AWAR_SPECSEL_COMMENT_NAME(db) awar_name_tmp(db, "specsel_comment") |
Functions | |
| void | create_config_awars_for_db (AW_root *aw_root, AW_default aw_def, DbSel db) |
| void | MG_create_config_awar (AW_root *aw_root, AW_default aw_def) |
| void | MG_popup_selection_admin (AW_window *aw_parent, DbSel db) |
| static void | MG_transfer_selection (AW_window *aww, DbSel from_db) |
| AW_window * | MG_create_merge_selections_window (AW_root *awr) |
| #define AWAR_CONFIG_NAME | ( | db | ) | awar_name_tmp(db, "specsel_name") |
Definition at line 31 of file MG_configs.cxx.
Referenced by create_config_awars_for_db(), MgSelectionAdmin::get_selection_awarname(), MG_create_merge_selections_window(), and MG_transfer_selection().
| #define AWAR_SPECSEL_COMMENT_NAME | ( | db | ) | awar_name_tmp(db, "specsel_comment") |
Definition at line 32 of file MG_configs.cxx.
Referenced by create_config_awars_for_db(), and MgSelectionAdmin::get_selectionComment_awarname().
|
inline |
Definition at line 34 of file MG_configs.cxx.
References AWAR_CONFIG_NAME, AWAR_SPECSEL_COMMENT_NAME, and AW_root::awar_string().
Referenced by MG_create_config_awar().
| void MG_create_config_awar | ( | AW_root * | aw_root, |
| AW_default | aw_def | ||
| ) |
Definition at line 38 of file MG_configs.cxx.
References AW_root::awar_int(), AWAR_TREE_REFRESH, create_config_awars_for_db(), DST_DB, and SRC_DB.
Referenced by MERGE_create_all_awars().
Definition at line 70 of file MG_configs.cxx.
References AW_window::activate(), create_species_selection_window(), AW_window::get_root(), and NULp.
Referenced by MG_create_merge_selections_window(), and MG_create_merge_species_window().
Definition at line 83 of file MG_configs.cxx.
References aw_message(), AW_root::awar(), AWAR_CONFIG_NAME, CONFIG_DATA_PATH, dbSide(), error(), GB_begin_transaction(), GB_copy_dropProtectMarksAndTempstate(), GB_CREATE_CONTAINER, GB_create_container(), GB_end_transaction(), GB_find_string(), GB_get_father(), GB_IGNORE_CASE, GB_search(), GBS_global_string(), get_gb_main(), AW_window::get_root(), otherDb(), AW_awar::read_string(), SEARCH_GRANDCHILD, and AW_awar::write_string().
Referenced by MG_create_merge_selections_window().
Definition at line 125 of file MG_configs.cxx.
References aw_message(), AW_POPDOWN(), AWAR_CONFIG_NAME, awt_create_CONFIG_selection_list(), DST_DB, error(), GLOBAL_gb_dst, GLOBAL_gb_src, makeHelpCallback(), MG_expect_renamed(), MG_popup_selection_admin(), MG_transfer_selection(), NULp, and SRC_DB.
Referenced by MERGE_create_main_window().
1.8.8