GnuCash c935c2f+
Loading...
Searching...
No Matches
Data Fields
CsvImportInfo Struct Reference

Data Fields

GtkWidget * assistant
 
GtkWidget * file_chooser
 
GtkWidget * tree_view
 
GtkListStore * store
 
GString * regexp
 
GtkWidget * header_row_spin
 
GtkWidget * finish_label
 
GtkWidget * summary_label
 
GtkWidget * summary_error_view
 
GtkWidget * file_page
 
GtkWidget * account_page
 
gchar * starting_dir
 
gchar * file_name
 
gchar * error
 
int header_rows
 
int num_new
 
int num_updates
 
gboolean new_book
 Are we importing into a new book?; if yes, call book options.
 

Detailed Description

Definition at line 40 of file assistant-csv-account-import.h.

Field Documentation

◆ account_page

GtkWidget* CsvImportInfo::account_page

Definition at line 54 of file assistant-csv-account-import.h.

◆ assistant

GtkWidget* CsvImportInfo::assistant

Definition at line 42 of file assistant-csv-account-import.h.

◆ error

gchar* CsvImportInfo::error

Definition at line 58 of file assistant-csv-account-import.h.

◆ file_chooser

GtkWidget* CsvImportInfo::file_chooser

Definition at line 44 of file assistant-csv-account-import.h.

◆ file_name

gchar* CsvImportInfo::file_name

Definition at line 57 of file assistant-csv-account-import.h.

◆ file_page

GtkWidget* CsvImportInfo::file_page

Definition at line 53 of file assistant-csv-account-import.h.

◆ finish_label

GtkWidget* CsvImportInfo::finish_label

Definition at line 49 of file assistant-csv-account-import.h.

◆ header_row_spin

GtkWidget* CsvImportInfo::header_row_spin

Definition at line 48 of file assistant-csv-account-import.h.

◆ header_rows

int CsvImportInfo::header_rows

Definition at line 60 of file assistant-csv-account-import.h.

◆ new_book

gboolean CsvImportInfo::new_book

Are we importing into a new book?; if yes, call book options.

Definition at line 63 of file assistant-csv-account-import.h.

◆ num_new

int CsvImportInfo::num_new

Definition at line 61 of file assistant-csv-account-import.h.

◆ num_updates

int CsvImportInfo::num_updates

Definition at line 62 of file assistant-csv-account-import.h.

◆ regexp

GString* CsvImportInfo::regexp

Definition at line 47 of file assistant-csv-account-import.h.

◆ starting_dir

gchar* CsvImportInfo::starting_dir

Definition at line 56 of file assistant-csv-account-import.h.

◆ store

GtkListStore* CsvImportInfo::store

Definition at line 46 of file assistant-csv-account-import.h.

◆ summary_error_view

GtkWidget* CsvImportInfo::summary_error_view

Definition at line 51 of file assistant-csv-account-import.h.

◆ summary_label

GtkWidget* CsvImportInfo::summary_label

Definition at line 50 of file assistant-csv-account-import.h.

◆ tree_view

GtkWidget* CsvImportInfo::tree_view

Definition at line 45 of file assistant-csv-account-import.h.


The documentation for this struct was generated from the following file: