ARB
|
#include <db_scanner.hxx>
#include <AW_rename.hxx>
#include <aw_select.hxx>
#include <aw_msg.hxx>
#include <aw_root.hxx>
#include <ad_cb.h>
#include <arb_progress.h>
#include <arb_str.h>
#include <arb_strbuf.h>
#include <arb_strarray.h>
#include <StrUniquifier.h>
Go to the source code of this file.
Functions | |
STATIC_ASSERT (INFO_WIDTH<=AW_selection_list_entry::MAX_DISPLAY_LENGTH) | |
const char * | awarname (const char *scanner_id, const char *entry) |
bool | width_adjusted (int &prevMaxLen, int currMaxLen) |
void | collectKeysRegisteredInDatabase (StrArray &fields, GBDATA *gb_main, ItemSelector &sel, bool skipContainers, bool skipHidden) |
Variables | |
const size_t | INFO_WIDTH = 1000 |
STATIC_ASSERT | ( | INFO_WIDTH<=AW_selection_list_entry::MAX_DISPLAY_LENGTH | ) |
Definition at line 180 of file db_scanner.cxx.
References GBS_global_string().
Definition at line 395 of file db_scanner.cxx.
void collectKeysRegisteredInDatabase | ( | StrArray & | fields, |
GBDATA * | gb_main, | ||
ItemSelector & | sel, | ||
bool | skipContainers, | ||
bool | skipHidden | ||
) |
Definition at line 520 of file db_scanner.cxx.
References arb_assert, MutableItemSelector::change_key_path, CHANGEKEY, CHANGEKEY_HIDDEN, CHANGEKEY_NAME, CHANGEKEY_TYPE, GB_DB, GB_entry(), GB_FIND, GB_nextEntry(), GB_read_int(), GB_search(), GBT_read_int(), GBT_read_string(), NULp, and ta.
Referenced by ArbImporter::detectAvailableFields(), ExportFieldScanner::scanFields(), and MergeFieldScanner::scanFields().
const size_t INFO_WIDTH = 1000 |
Definition at line 27 of file db_scanner.cxx.