ARB
|
Go to the source code of this file.
Macros | |
#define | EXPORT_AWAR_PREFIX "export/" |
#define | EXPORT_AWAR_TMP_PREFIX "tmp/" EXPORT_AWAR_PREFIX |
#define | AWAR_EXPORT_FILEBASE EXPORT_AWAR_TMP_PREFIX "file" |
#define | AWAR_EXPORT_FILENAME AWAR_EXPORT_FILEBASE "/file_name" |
#define | AWAR_EXPORT_FILESUFFIX AWAR_EXPORT_FILEBASE "/filter" |
#define | AWAR_EXPORT_FORMATBASE EXPORT_AWAR_TMP_PREFIX "form" |
#define | AWAR_EXPORT_FORMATNAME AWAR_EXPORT_FORMATBASE "/file_name" |
#define | AWAR_EXPORT_MULTIPLE_FILES EXPORT_AWAR_TMP_PREFIX "multiple_files" |
#define | AWAR_EXPORT_FORMAT_DESC EXPORT_AWAR_TMP_PREFIX "description" |
#define | AWAR_EXPORT_FILTER_NAME EXPORT_AWAR_TMP_PREFIX "filter/name" |
#define | AWAR_EXPORT_FTS EXPORT_AWAR_TMP_PREFIX "fts" |
#define | AWAR_EXPORT_MARKED EXPORT_AWAR_PREFIX "marked" |
#define | AWAR_EXPORT_COMPRESS EXPORT_AWAR_PREFIX "compress" |
#define | AWAR_EXPORT_CUTSTOP EXPORT_AWAR_PREFIX "cutstop" |
#define | awti_assert(cond) arb_assert(cond) |
#define EXPORT_AWAR_PREFIX "export/" |
Definition at line 14 of file awti_exp_local.hxx.
#define EXPORT_AWAR_TMP_PREFIX "tmp/" EXPORT_AWAR_PREFIX |
Definition at line 15 of file awti_exp_local.hxx.
#define AWAR_EXPORT_FILEBASE EXPORT_AWAR_TMP_PREFIX "file" |
Definition at line 17 of file awti_exp_local.hxx.
Referenced by create_AWTC_export_window(), create_export_awars(), and export_go_cb().
#define AWAR_EXPORT_FILENAME AWAR_EXPORT_FILEBASE "/file_name" |
Definition at line 18 of file awti_exp_local.hxx.
Referenced by create_export_awars(), export_filename_changed_cb(), export_go_cb(), and update_format_description_and_suffix().
#define AWAR_EXPORT_FILESUFFIX AWAR_EXPORT_FILEBASE "/filter" |
Definition at line 19 of file awti_exp_local.hxx.
Referenced by update_format_description_and_suffix().
#define AWAR_EXPORT_FORMATBASE EXPORT_AWAR_TMP_PREFIX "form" |
Definition at line 21 of file awti_exp_local.hxx.
Referenced by create_AWTC_export_window(), and create_export_awars().
#define AWAR_EXPORT_FORMATNAME AWAR_EXPORT_FORMATBASE "/file_name" |
Definition at line 22 of file awti_exp_local.hxx.
Referenced by AWTI_activate_export_test_window(), create_AWTC_export_window(), export_go_cb(), ExportFieldScanner::scanFields(), and update_exportTest_result_cb().
#define AWAR_EXPORT_MULTIPLE_FILES EXPORT_AWAR_TMP_PREFIX "multiple_files" |
Definition at line 24 of file awti_exp_local.hxx.
Referenced by create_AWTC_export_window(), create_export_awars(), and export_go_cb().
#define AWAR_EXPORT_FORMAT_DESC EXPORT_AWAR_TMP_PREFIX "description" |
Definition at line 25 of file awti_exp_local.hxx.
Referenced by create_AWTC_export_window(), create_export_awars(), and update_format_description_and_suffix().
#define AWAR_EXPORT_FILTER_NAME EXPORT_AWAR_TMP_PREFIX "filter/name" |
Definition at line 26 of file awti_exp_local.hxx.
Referenced by create_AWTC_export_window(), and create_export_awars().
#define AWAR_EXPORT_FTS EXPORT_AWAR_TMP_PREFIX "fts" |
Definition at line 27 of file awti_exp_local.hxx.
Referenced by AWTI_activate_export_test_window(), create_AWTC_export_window(), create_export_awars(), export_go_cb(), and update_exportTest_result_cb().
#define AWAR_EXPORT_MARKED EXPORT_AWAR_PREFIX "marked" |
Definition at line 29 of file awti_exp_local.hxx.
Referenced by create_AWTC_export_window(), create_export_awars(), and export_go_cb().
#define AWAR_EXPORT_COMPRESS EXPORT_AWAR_PREFIX "compress" |
Definition at line 30 of file awti_exp_local.hxx.
Referenced by AWTI_activate_export_test_window(), create_AWTC_export_window(), create_export_awars(), export_go_cb(), and update_exportTest_result_cb().
#define AWAR_EXPORT_CUTSTOP EXPORT_AWAR_PREFIX "cutstop" |
Definition at line 31 of file awti_exp_local.hxx.
Referenced by AWTI_activate_export_test_window(), create_AWTC_export_window(), create_export_awars(), export_go_cb(), and update_exportTest_result_cb().
#define awti_assert | ( | cond | ) | arb_assert(cond) |
Definition at line 33 of file awti_exp_local.hxx.
Referenced by AWTI_acquire_imported_DB_and_cleanup_importer(), AWTI_open_import_window(), AWTI_set_importDB_pointer(), ImportTestData::countSpeciesAndData(), ArbImporter::detect_format(), export_go_cb(), FormatTester::FormatTester(), FormatTester::handle_action_cb(), ArbImporter::import_data(), neverCalledDummy_cb(), ArbImporter::next_file(), ArbImporter::read_data(), read_import_format(), ArbImporter::read_line(), ExportFieldScanner::scanFields(), and write_entry().