|
GnuCash c935c2f+
|
CSV Export Assistant. More...
#include <config.h>#include <gtk/gtk.h>#include <glib/gi18n.h>#include "gnc-ui.h"#include "gnc-uri-utils.h"#include "gnc-component-manager.h"#include "gnc-date-edit.h"#include "gnc-prefs.h"#include "gnc-tree-view-account.h"#include "dialog-utils.h"#include "Query.h"#include "Transaction.h"#include "assistant-csv-export.h"#include "csv-tree-export.h"#include "csv-transactions-export.h"Go to the source code of this file.
Macros | |
| #define | GNC_PREFS_GROUP "dialogs.export.csv" |
| #define | GNC_PREF_PANED_POS "paned-position" |
| #define | ASSISTANT_CSV_EXPORT_CM_CLASS "assistant-csv-export" |
Functions | |
| void | csv_export_assistant_prepare (GtkAssistant *assistant, GtkWidget *page, gpointer user_data) |
| void | csv_export_assistant_finish (GtkAssistant *gtkassistant, gpointer user_data) |
| void | csv_export_assistant_cancel (GtkAssistant *gtkassistant, gpointer user_data) |
| void | csv_export_assistant_close (GtkAssistant *gtkassistant, gpointer user_data) |
| void | csv_export_assistant_start_page_prepare (GtkAssistant *assistant, gpointer user_data) |
| void | csv_export_assistant_account_page_prepare (GtkAssistant *gtkassistant, gpointer user_data) |
| void | csv_export_assistant_file_page_prepare (GtkAssistant *assistant, gpointer user_data) |
| void | csv_export_assistant_finish_page_prepare (GtkAssistant *assistant, gpointer user_data) |
| void | csv_export_assistant_summary_page_prepare (GtkAssistant *assistant, gpointer user_data) |
| void | csv_export_quote_cb (GtkToggleButton *button, gpointer user_data) |
| void | csv_export_simple_cb (GtkToggleButton *button, gpointer user_data) |
| void | csv_export_sep_cb (GtkWidget *radio, gpointer user_data) |
| void | csv_export_custom_entry_cb (GtkWidget *widget, gpointer user_data) |
| void | csv_export_show_range_cb (GtkRadioButton *button, gpointer user_data) |
| void | csv_export_start_date_cb (GtkWidget *radio, gpointer user_data) |
| void | csv_export_end_date_cb (GtkWidget *radio, gpointer user_data) |
| void | csv_export_file_chooser_file_activated_cb (GtkFileChooser *chooser, CsvExportInfo *info) |
| void | csv_export_file_chooser_selection_changed_cb (GtkFileChooser *chooser, CsvExportInfo *info) |
| void | gnc_file_csv_export (CsvExportType export_type) |
| The gnc_file_csv_export() will let the user export the account tree or transactions to a delimited file. | |
| void | gnc_file_csv_export_register (CsvExportType export_type, Query *q, Account *acc) |
| The gnc_file_csv_export_register() will let the user export the active register transactions to a delimited file. | |
CSV Export Assistant.
Definition in file assistant-csv-export.c.
| #define ASSISTANT_CSV_EXPORT_CM_CLASS "assistant-csv-export" |
Definition at line 49 of file assistant-csv-export.c.
| #define GNC_PREF_PANED_POS "paned-position" |
Definition at line 48 of file assistant-csv-export.c.
| #define GNC_PREFS_GROUP "dialogs.export.csv" |
Definition at line 47 of file assistant-csv-export.c.
| void csv_export_assistant_account_page_prepare | ( | GtkAssistant * | gtkassistant, |
| gpointer | user_data | ||
| ) |
Definition at line 683 of file assistant-csv-export.c.
| void csv_export_assistant_cancel | ( | GtkAssistant * | gtkassistant, |
| gpointer | user_data | ||
| ) |
Definition at line 807 of file assistant-csv-export.c.
| void csv_export_assistant_close | ( | GtkAssistant * | gtkassistant, |
| gpointer | user_data | ||
| ) |
Definition at line 814 of file assistant-csv-export.c.
| void csv_export_assistant_file_page_prepare | ( | GtkAssistant * | assistant, |
| gpointer | user_data | ||
| ) |
Definition at line 697 of file assistant-csv-export.c.
| void csv_export_assistant_finish | ( | GtkAssistant * | gtkassistant, |
| gpointer | user_data | ||
| ) |
Definition at line 821 of file assistant-csv-export.c.
| void csv_export_assistant_finish_page_prepare | ( | GtkAssistant * | assistant, |
| gpointer | user_data | ||
| ) |
Definition at line 713 of file assistant-csv-export.c.
| void csv_export_assistant_prepare | ( | GtkAssistant * | assistant, |
| GtkWidget * | page, | ||
| gpointer | user_data | ||
| ) |
Definition at line 774 of file assistant-csv-export.c.
| void csv_export_assistant_start_page_prepare | ( | GtkAssistant * | assistant, |
| gpointer | user_data | ||
| ) |
Definition at line 663 of file assistant-csv-export.c.
| void csv_export_assistant_summary_page_prepare | ( | GtkAssistant * | assistant, |
| gpointer | user_data | ||
| ) |
Definition at line 751 of file assistant-csv-export.c.
| void csv_export_custom_entry_cb | ( | GtkWidget * | widget, |
| gpointer | user_data | ||
| ) |
Definition at line 283 of file assistant-csv-export.c.
| void csv_export_end_date_cb | ( | GtkWidget * | radio, |
| gpointer | user_data | ||
| ) |
Definition at line 592 of file assistant-csv-export.c.
| void csv_export_file_chooser_file_activated_cb | ( | GtkFileChooser * | chooser, |
| CsvExportInfo * | info | ||
| ) |
Definition at line 166 of file assistant-csv-export.c.
| void csv_export_file_chooser_selection_changed_cb | ( | GtkFileChooser * | chooser, |
| CsvExportInfo * | info | ||
| ) |
Definition at line 187 of file assistant-csv-export.c.
| void csv_export_quote_cb | ( | GtkToggleButton * | button, |
| gpointer | user_data | ||
| ) |
Definition at line 245 of file assistant-csv-export.c.
| void csv_export_sep_cb | ( | GtkWidget * | radio, |
| gpointer | user_data | ||
| ) |
Definition at line 204 of file assistant-csv-export.c.
| void csv_export_show_range_cb | ( | GtkRadioButton * | button, |
| gpointer | user_data | ||
| ) |
Definition at line 524 of file assistant-csv-export.c.
| void csv_export_simple_cb | ( | GtkToggleButton * | button, |
| gpointer | user_data | ||
| ) |
Definition at line 261 of file assistant-csv-export.c.
| void csv_export_start_date_cb | ( | GtkWidget * | radio, |
| gpointer | user_data | ||
| ) |
Definition at line 565 of file assistant-csv-export.c.
| void gnc_file_csv_export | ( | CsvExportType | export_type | ) |
The gnc_file_csv_export() will let the user export the account tree or transactions to a delimited file.
Definition at line 1032 of file assistant-csv-export.c.
The gnc_file_csv_export_register() will let the user export the active register transactions to a delimited file.
Definition at line 1047 of file assistant-csv-export.c.