|
GnuCash
2.6.99
|
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-utils.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_confirm_cb (GtkWidget *button, CsvImportInfo *info) |
| void | gnc_file_csv_account_import (void) |
CSV Import Assistant.
Definition in file assistant-csv-account-import.c.
| #define CREATE_COLUMN | ( | description, | |
| column_id | |||
| ) |
| 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 686 of file assistant-csv-account-import.c.
1.8.6