ARB
Classes | Functions | Variables
AWTI_export.cxx File Reference
#include "awti_export.hxx"
#include "awti_exp_local.hxx"
#include "awti_edit.hxx"
#include <xfergui.h>
#include <FileWatch.h>
#include <seqio.hxx>
#include <AP_filter.hxx>
#include <db_scanner.hxx>
#include <aw_awars.hxx>
#include <aw_file.hxx>
#include <aw_msg.hxx>
#include <arbdbt.h>
#include <gb_aci.h>
#include <arb_progress.h>
#include <arb_strbuf.h>
#include <arb_stdstring.h>
#include <set>
#include <string>
Include dependency graph for AWTI_export.cxx:

Go to the source code of this file.

Classes

class  ExportFieldTracker
 
class  ExportFieldScanner
 

Functions

static void export_go_cb (AW_window *aww, GBDATA *gb_main, adfiltercbstruct *acbs)
 
static void avoid_empty_target_name (char *&nameOnly)
 
static void export_filename_changed_cb (AW_root *aw_root)
 
static void create_export_awars (AW_root *awr)
 
static void update_format_description_and_suffix (const char *eft)
 
AW_windowcreate_AWTC_export_window (AW_root *awr, GBDATA *gb_main)
 

Variables

static bool in_export_filename_changed_cb = false
 
static ExportFieldScanner fieldScanner
 

Function Documentation

static void export_go_cb ( AW_window aww,
GBDATA gb_main,
adfiltercbstruct acbs 
)
static
static void avoid_empty_target_name ( char *&  nameOnly)
static

Definition at line 75 of file AWTI_export.cxx.

References ARB_strdup().

Referenced by export_filename_changed_cb(), and update_format_description_and_suffix().

static void export_filename_changed_cb ( AW_root aw_root)
static
static void create_export_awars ( AW_root awr)
static
static void update_format_description_and_suffix ( const char eft)
static
AW_window* create_AWTC_export_window ( AW_root awr,
GBDATA gb_main 
)

Variable Documentation

bool in_export_filename_changed_cb = false
static
ExportFieldScanner fieldScanner
static

Definition at line 301 of file AWTI_export.cxx.

Referenced by XFER_select_RuleSet().