GnuCash
5.6-150-g038405b370+
|
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. More... | |
void | preview_update_file_format () |
Event handler for clicking one of the format type radio buttons. More... | |
void | preview_update_account () |
void | preview_update_encoding (const char *encoding) |
Event handler for a new encoding. More... | |
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. More... | |
void | preview_update_fw_columns (GtkTreeView *treeview, GdkEventButton *event) |
Event handler for clicking on column headers. More... | |
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.
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 1181 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 1110 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 1055 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 1375 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 or the custom separator entry) is changed.
widget | The widget that was changed |
Definition at line 993 of file assistant-csv-trans-import.cpp.