ARB
|
#include <string>
#include <arbdbt.h>
#include <awti_import.hxx>
#include <arb_strarray.h>
#include <xferset.h>
#include <xfergui.h>
Go to the source code of this file.
Classes | |
struct | import_match |
class | SetVariables |
struct | import_format |
class | ArbImporter |
Macros | |
#define | awti_assert(cond) arb_assert(cond) |
#define | AWAR_IMPORT_FILEBASE AWAR_IMPORT_TMP_PREFIX "pattern" |
#define | AWAR_IMPORT_FILENAME AWAR_IMPORT_FILEBASE "/file_name" |
#define | AWAR_IMPORT_FORMATBASE AWAR_IMPORT_TMP_PREFIX "form" |
#define | AWAR_IMPORT_FORMATNAME AWAR_IMPORT_FORMATBASE "/file_name" |
#define | AWAR_IMPORT_FORMATFILTER AWAR_IMPORT_FORMATBASE "/filter" |
#define | AWAR_IMPORT_FORMATDIR AWAR_IMPORT_FORMATBASE "/directory" |
#define | AWAR_IMPORT_FORMAT_DESC AWAR_IMPORT_TMP_PREFIX "description" |
#define | AWAR_IMPORT_ALI AWAR_IMPORT_TMP_PREFIX "alignment" |
#define | AWAR_IMPORT_ALI_TYPE AWAR_IMPORT_TMP_PREFIX "alignment_type" |
#define | AWAR_IMPORT_ALI_PROTECTION AWAR_IMPORT_TMP_PREFIX "alignment_protection" |
#define | AWAR_IMPORT_FTS AWAR_IMPORT_TMP_PREFIX "fts" |
#define | AWTI_IMPORT_CHECK_BUFFER_SIZE 10000 |
#define | IFS_VARIABLES 26 |
#define awti_assert | ( | cond | ) | arb_assert(cond) |
Definition at line 34 of file awti_imp_local.hxx.
Referenced by ArbImporter::ArbImporter(), SetVariables::get(), SetVariables::set(), and ArbImporter::~ArbImporter().
#define AWAR_IMPORT_FILEBASE AWAR_IMPORT_TMP_PREFIX "pattern" |
Definition at line 37 of file awti_imp_local.hxx.
Referenced by AWTI_open_import_window(), and create_import_awars().
#define AWAR_IMPORT_FILENAME AWAR_IMPORT_FILEBASE "/file_name" |
Definition at line 38 of file awti_imp_local.hxx.
Referenced by AWTI_activate_import_test_window(), AWTI_open_import_window(), ArbImporter::detect_format(), exportImportLinkChanged_cb(), ArbImporter::import_and_continueOnSuccess(), and update_import_filename_cb().
#define AWAR_IMPORT_FORMATBASE AWAR_IMPORT_TMP_PREFIX "form" |
Definition at line 40 of file awti_imp_local.hxx.
Referenced by AWTI_open_import_window(), and create_import_awars().
#define AWAR_IMPORT_FORMATNAME AWAR_IMPORT_FORMATBASE "/file_name" |
Definition at line 41 of file awti_imp_local.hxx.
Referenced by AWTI_activate_import_test_window(), AWTI_open_import_window(), and ArbImporter::detect_format().
#define AWAR_IMPORT_FORMATFILTER AWAR_IMPORT_FORMATBASE "/filter" |
Definition at line 42 of file awti_imp_local.hxx.
Referenced by genom_flag_changed().
#define AWAR_IMPORT_FORMATDIR AWAR_IMPORT_FORMATBASE "/directory" |
Definition at line 43 of file awti_imp_local.hxx.
Referenced by ArbImporter::detect_format().
#define AWAR_IMPORT_FORMAT_DESC AWAR_IMPORT_TMP_PREFIX "description" |
Definition at line 45 of file awti_imp_local.hxx.
Referenced by AWTI_open_import_window(), create_import_awars(), and update_format_description().
#define AWAR_IMPORT_ALI AWAR_IMPORT_TMP_PREFIX "alignment" |
Definition at line 46 of file awti_imp_local.hxx.
Referenced by AWTI_activate_import_test_window(), AWTI_import_set_ali_and_type(), AWTI_open_import_window(), create_import_awars(), ArbImporter::import_data(), and rerun_importTest_cb().
#define AWAR_IMPORT_ALI_TYPE AWAR_IMPORT_TMP_PREFIX "alignment_type" |
Definition at line 47 of file awti_imp_local.hxx.
Referenced by AWTI_import_set_ali_and_type(), AWTI_open_import_window(), create_import_awars(), and ArbImporter::import_data().
#define AWAR_IMPORT_ALI_PROTECTION AWAR_IMPORT_TMP_PREFIX "alignment_protection" |
Definition at line 48 of file awti_imp_local.hxx.
Referenced by AWTI_import_set_ali_and_type(), AWTI_open_import_window(), create_import_awars(), and ArbImporter::import_data().
#define AWAR_IMPORT_FTS AWAR_IMPORT_TMP_PREFIX "fts" |
Definition at line 50 of file awti_imp_local.hxx.
Referenced by AWTI_activate_import_test_window(), AWTI_open_import_window(), create_import_awars(), and ArbImporter::import_data().
#define AWTI_IMPORT_CHECK_BUFFER_SIZE 10000 |
Definition at line 52 of file awti_imp_local.hxx.
Referenced by ArbImporter::detect_format().
#define IFS_VARIABLES 26 |
Definition at line 85 of file awti_imp_local.hxx.
Referenced by ArbImporter::read_format().