|
GnuCash c935c2f+
|
CSV Import Assistant. More...
#include <config.h>#include <gtk/gtk.h>#include <glib/gi18n.h>#include "dialog-utils.h"#include "gnc-ui.h"#include "gnc-uri-utils.h"#include "gnc-ui-util.h"#include "gnc-component-manager.h"#include "assistant-csv-account-import.h"#include "csv-account-import.h"Go to the source code of this file.
Macros | |
| #define | GNC_PREFS_GROUP "dialogs.import.csv" |
| #define | ASSISTANT_CSV_IMPORT_CM_CLASS "assistant-csv-account-import" |
| #define | CREATE_COLUMN(description, column_id) |
Functions | |
| void | csv_import_assistant_prepare (GtkAssistant *assistant, GtkWidget *page, gpointer user_data) |
| void | csv_import_assistant_finish (GtkAssistant *gtkassistant, gpointer user_data) |
| void | csv_import_assistant_cancel (GtkAssistant *gtkassistant, gpointer user_data) |
| void | csv_import_assistant_close (GtkAssistant *gtkassistant, gpointer user_data) |
| void | csv_import_assistant_start_page_prepare (GtkAssistant *gtkassistant, gpointer user_data) |
| void | csv_import_assistant_account_page_prepare (GtkAssistant *gtkassistant, gpointer user_data) |
| void | csv_import_assistant_file_page_prepare (GtkAssistant *assistant, gpointer user_data) |
| void | csv_import_assistant_finish_page_prepare (GtkAssistant *assistant, gpointer user_data) |
| void | csv_import_assistant_summary_page_prepare (GtkAssistant *assistant, gpointer user_data) |
| void | csv_import_sep_cb (GtkWidget *radio, gpointer user_data) |
| void | csv_import_hrows_cb (GtkWidget *spin, gpointer user_data) |
| void | csv_import_file_chooser_file_activated_cb (GtkFileChooser *chooser, CsvImportInfo *info) |
| void | csv_import_file_chooser_selection_changed_cb (GtkFileChooser *chooser, CsvImportInfo *info) |
| void | gnc_file_csv_account_import (void) |
| The gnc_file_csv_account_import() will let the user import accounts from a delimited file. | |
CSV Import Assistant.
Definition in file assistant-csv-account-import.c.
| #define ASSISTANT_CSV_IMPORT_CM_CLASS "assistant-csv-account-import" |
Definition at line 44 of file assistant-csv-account-import.c.
| #define CREATE_COLUMN | ( | description, | |
| column_id | |||
| ) |
| #define GNC_PREFS_GROUP "dialogs.import.csv" |
Definition at line 43 of file assistant-csv-account-import.c.
| void csv_import_assistant_account_page_prepare | ( | GtkAssistant * | gtkassistant, |
| gpointer | user_data | ||
| ) |
Definition at line 378 of file assistant-csv-account-import.c.
| void csv_import_assistant_cancel | ( | GtkAssistant * | gtkassistant, |
| gpointer | user_data | ||
| ) |
Definition at line 521 of file assistant-csv-account-import.c.
| void csv_import_assistant_close | ( | GtkAssistant * | gtkassistant, |
| gpointer | user_data | ||
| ) |
Definition at line 528 of file assistant-csv-account-import.c.
| void csv_import_assistant_file_page_prepare | ( | GtkAssistant * | assistant, |
| gpointer | user_data | ||
| ) |
Definition at line 363 of file assistant-csv-account-import.c.
| void csv_import_assistant_finish | ( | GtkAssistant * | gtkassistant, |
| gpointer | user_data | ||
| ) |
Definition at line 535 of file assistant-csv-account-import.c.
| void csv_import_assistant_finish_page_prepare | ( | GtkAssistant * | assistant, |
| gpointer | user_data | ||
| ) |
Definition at line 416 of file assistant-csv-account-import.c.
| void csv_import_assistant_prepare | ( | GtkAssistant * | assistant, |
| GtkWidget * | page, | ||
| gpointer | user_data | ||
| ) |
Definition at line 478 of file assistant-csv-account-import.c.
| void csv_import_assistant_start_page_prepare | ( | GtkAssistant * | gtkassistant, |
| gpointer | user_data | ||
| ) |
Definition at line 351 of file assistant-csv-account-import.c.
| void csv_import_assistant_summary_page_prepare | ( | GtkAssistant * | assistant, |
| gpointer | user_data | ||
| ) |
Definition at line 442 of file assistant-csv-account-import.c.
| void csv_import_file_chooser_file_activated_cb | ( | GtkFileChooser * | chooser, |
| CsvImportInfo * | info | ||
| ) |
Definition at line 179 of file assistant-csv-account-import.c.
| void csv_import_file_chooser_selection_changed_cb | ( | GtkFileChooser * | chooser, |
| CsvImportInfo * | info | ||
| ) |
Definition at line 200 of file assistant-csv-account-import.c.
| void csv_import_hrows_cb | ( | GtkWidget * | spin, |
| gpointer | user_data | ||
| ) |
Definition at line 217 of file assistant-csv-account-import.c.
| void csv_import_sep_cb | ( | GtkWidget * | radio, |
| gpointer | user_data | ||
| ) |
Definition at line 276 of file assistant-csv-account-import.c.
| void gnc_file_csv_account_import | ( | void | ) |
The gnc_file_csv_account_import() will let the user import accounts from a delimited file.
Definition at line 672 of file assistant-csv-account-import.c.