|
GnuCash c935c2f+
|
Public Member Functions | |
| CsvImpTransAssist (const CsvImpTransAssist &)=delete | |
| CsvImpTransAssist & | operator= (const CsvImpTransAssist &)=delete |
| CsvImpTransAssist (CsvImpTransAssist &&)=delete | |
| CsvImpTransAssist & | operator= (CsvImpTransAssist &&)=delete |
| void | assist_prepare_cb (GtkWidget *page) |
| void | assist_file_page_prepare () |
| void | assist_preview_page_prepare () |
| void | assist_account_match_page_prepare () |
| void | assist_doc_page_prepare () |
| void | assist_match_page_prepare () |
| void | assist_summary_page_prepare () |
| void | assist_finish () |
| void | assist_compmgr_close () |
| void | file_activated_cb () |
| void | file_selection_changed_cb () |
| void | preview_settings_delete () |
| void | preview_settings_save () |
| void | preview_settings_name (GtkEntry *entry) |
| void | preview_settings_load () |
| void | preview_update_skipped_rows () |
| void | preview_multi_split (bool multi) |
| void | preview_update_separators (GtkWidget *widget) |
| Event handler for separator changes. | |
| void | preview_update_file_format () |
| Event handler for clicking one of the format type radio buttons. | |
| void | preview_update_account () |
| void | preview_update_encoding (const char *encoding) |
| Event handler for a new encoding. | |
| void | preview_update_date_format () |
| void | preview_update_currency_format () |
| void | preview_update_col_type (GtkComboBox *cbox) |
| Event handler for the user selecting a new column type. | |
| void | preview_update_fw_columns (GtkTreeView *treeview, GdkEventButton *event) |
| Event handler for clicking on column headers. | |
| void | preview_populate_settings_combo () |
| void | preview_handle_save_del_sensitivity (GtkComboBox *combo) |
| void | preview_split_column (int col, int offset) |
| void | preview_refresh_table () |
| void | preview_refresh () |
| void | preview_validate_settings () |
| void | acct_match_via_button () |
| bool | acct_match_via_view_dblclick (GdkEventButton *event) |
| void | acct_match_select (GtkTreeModel *model, GtkTreeIter *iter) |
| void | acct_match_set_accounts () |
Friends | |
| gboolean | fixed_context_menu_handler (GnumericPopupMenuElement const *element, gpointer userdata) |
Definition at line 152 of file assistant-csv-trans-import.cpp.
| CsvImpTransAssist::CsvImpTransAssist | ( | ) |
Definition at line 469 of file assistant-csv-trans-import.cpp.
| CsvImpTransAssist::~CsvImpTransAssist | ( | ) |
Definition at line 696 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::acct_match_select | ( | GtkTreeModel * | model, |
| GtkTreeIter * | iter | ||
| ) |
Definition at line 1897 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::acct_match_set_accounts | ( | ) |
Definition at line 1788 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::acct_match_via_button | ( | ) |
Definition at line 1953 of file assistant-csv-trans-import.cpp.
| bool CsvImpTransAssist::acct_match_via_view_dblclick | ( | GdkEventButton * | event | ) |
Definition at line 1966 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::assist_account_match_page_prepare | ( | ) |
Definition at line 2071 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::assist_compmgr_close | ( | ) |
Definition at line 2287 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::assist_doc_page_prepare | ( | ) |
Definition at line 2098 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::assist_file_page_prepare | ( | ) |
Definition at line 1999 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::assist_finish | ( | ) |
Definition at line 2268 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::assist_match_page_prepare | ( | ) |
Definition at line 2135 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::assist_prepare_cb | ( | GtkWidget * | page | ) |
Definition at line 2250 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::assist_preview_page_prepare | ( | ) |
Definition at line 2021 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::assist_summary_page_prepare | ( | ) |
Definition at line 2222 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::file_activated_cb | ( | ) |
Definition at line 744 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::file_selection_changed_cb | ( | ) |
Definition at line 761 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::preview_handle_save_del_sensitivity | ( | GtkComboBox * | combo | ) |
Definition at line 800 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::preview_multi_split | ( | bool | multi | ) |
Definition at line 986 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::preview_populate_settings_combo | ( | ) |
Definition at line 775 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::preview_refresh | ( | ) |
Definition at line 1662 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::preview_refresh_table | ( | ) |
Definition at line 1565 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::preview_settings_delete | ( | ) |
Definition at line 875 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::preview_settings_load | ( | ) |
Definition at line 848 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::preview_settings_name | ( | GtkEntry * | entry | ) |
Definition at line 831 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::preview_settings_save | ( | ) |
Definition at line 901 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::preview_split_column | ( | int | col, |
| int | offset | ||
| ) |
Definition at line 1359 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::preview_update_account | ( | ) |
Definition at line 1103 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::preview_update_col_type | ( | GtkComboBox * | cbox | ) |
Event handler for the user selecting a new column type.
When the user selects a new column type, that column's text must be changed to the selection, and any other columns containing that selection must be changed to "None" because we don't allow duplicates.
| cbox | The combo box the user just clicked to make a change |
Definition at line 1188 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::preview_update_currency_format | ( | ) |
Definition at line 1154 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::preview_update_date_format | ( | ) |
Definition at line 1146 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::preview_update_encoding | ( | const char * | encoding | ) |
Event handler for a new encoding.
This is called when the user selects a new encoding; the data is reparsed and shown to the user.
| encoding | The encoding that the user selected |
Definition at line 1117 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::preview_update_file_format | ( | ) |
Event handler for clicking one of the format type radio buttons.
This occurs if the format (Fixed-Width or CSV) is changed.
Definition at line 1062 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::preview_update_fw_columns | ( | GtkTreeView * | treeview, |
| GdkEventButton * | event | ||
| ) |
Event handler for clicking on column headers.
This function is called whenever the user clicks on column headers in preview->treeview to modify columns when in fixed-width mode.
| event | The event that happened (where the user clicked) |
Definition at line 1382 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::preview_update_separators | ( | GtkWidget * | widget | ) |
Event handler for separator changes.
This function is called whenever one of the widgets for configuring the separators (the separator checkbuttons, the escape checkbutton or the custom separator entry) is changed.
| widget | The widget that was changed |
Definition at line 999 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::preview_update_skipped_rows | ( | ) |
Definition at line 966 of file assistant-csv-trans-import.cpp.
| void CsvImpTransAssist::preview_validate_settings | ( | ) |
Definition at line 1762 of file assistant-csv-trans-import.cpp.
|
friend |
Definition at line 1291 of file assistant-csv-trans-import.cpp.