|
GnuCash c935c2f+
|
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. | |
Definition at line 40 of file assistant-csv-account-import.h.
| GtkWidget* CsvImportInfo::account_page |
Definition at line 54 of file assistant-csv-account-import.h.
| GtkWidget* CsvImportInfo::assistant |
Definition at line 42 of file assistant-csv-account-import.h.
| gchar* CsvImportInfo::error |
Definition at line 58 of file assistant-csv-account-import.h.
| GtkWidget* CsvImportInfo::file_chooser |
Definition at line 44 of file assistant-csv-account-import.h.
| gchar* CsvImportInfo::file_name |
Definition at line 57 of file assistant-csv-account-import.h.
| GtkWidget* CsvImportInfo::file_page |
Definition at line 53 of file assistant-csv-account-import.h.
| GtkWidget* CsvImportInfo::finish_label |
Definition at line 49 of file assistant-csv-account-import.h.
| GtkWidget* CsvImportInfo::header_row_spin |
Definition at line 48 of file assistant-csv-account-import.h.
| int CsvImportInfo::header_rows |
Definition at line 60 of file assistant-csv-account-import.h.
| 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.
| int CsvImportInfo::num_new |
Definition at line 61 of file assistant-csv-account-import.h.
| int CsvImportInfo::num_updates |
Definition at line 62 of file assistant-csv-account-import.h.
| GString* CsvImportInfo::regexp |
Definition at line 47 of file assistant-csv-account-import.h.
| gchar* CsvImportInfo::starting_dir |
Definition at line 56 of file assistant-csv-account-import.h.
| GtkListStore* CsvImportInfo::store |
Definition at line 46 of file assistant-csv-account-import.h.
| GtkWidget* CsvImportInfo::summary_error_view |
Definition at line 51 of file assistant-csv-account-import.h.
| GtkWidget* CsvImportInfo::summary_label |
Definition at line 50 of file assistant-csv-account-import.h.
| GtkWidget* CsvImportInfo::tree_view |
Definition at line 45 of file assistant-csv-account-import.h.