ARB
|
#include <aw_base.hxx>
#include <awt_filter.hxx>
Go to the source code of this file.
Functions | |
void | AWTI_activate_import_test_window (AW_window *awp) |
void | AWTI_activate_export_test_window (AW_window *awp, GBDATA *gb_main, adfiltercbstruct *acbs) |
void AWTI_activate_import_test_window | ( | AW_window * | awp | ) |
Definition at line 464 of file AWTI_edit.cxx.
References AW_awar::add_callback(), AW_root::awar(), AWAR_IMPORT_ALI, AWAR_IMPORT_FILENAME, AWAR_IMPORT_FORMATNAME, AWAR_IMPORT_FTS, AWAR_TESTER_IMPORT_FILENAME, AWAR_TESTER_IMPORT_SPECIES, AWAR_TESTER_IMPORT_STATUS, DbScanner::create(), create_tester_awars(), DB_SCANNER, disable_test_import(), ImportTestData::field_scanner, FT_IMPORT, get_importedSpecies_selector(), AW_window::get_root(), import_file_changed_cb(), NULp, remap_scanner_cb(), rerun_importTest_cb(), ImportTestData::species_sellist, test_import_active, AW_awar::touch(), and update_import_filename_cb().
Referenced by AWTI_open_import_window().
void AWTI_activate_export_test_window | ( | AW_window * | awp, |
GBDATA * | gb_main, | ||
adfiltercbstruct * | acbs | ||
) |
Definition at line 510 of file AWTI_edit.cxx.
References AW_awar::add_callback(), AW_root::awar(), AWAR_EXPORT_COMPRESS, AWAR_EXPORT_CUTSTOP, AWAR_EXPORT_FORMATNAME, AWAR_EXPORT_FTS, AWAR_SPECIES_NAME, AWAR_TESTER_EXPORT_RESULT, AWAR_TESTER_LINK_EX2IMPORT, create_tester_awars(), adfiltercbstruct::def_filter, disable_test_export(), exportImportLinkChanged_cb(), FT_EXPORT, AW_window::get_root(), NULp, test_export_active, AW_awar::touch(), and update_exportTest_result_cb().
Referenced by create_AWTC_export_window().