ARB
Macros
awti_exp_local.hxx File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#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"
#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"
#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"
#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"
#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"
#define AWAR_EXPORT_CUTSTOP   EXPORT_AWAR_PREFIX "cutstop"
#define awti_assert (   cond)    arb_assert(cond)