|
GnuCash
2.6.99
|
CSV Import Settings. More...
Go to the source code of this file.
Data Structures | |
| struct | CsvSettings |
Enumerations | |
| enum | SEP_BUTTON_TYPES { SEP_SPACE, SEP_TAB, SEP_COMMA, SEP_COLON, SEP_SEMICOLON, SEP_HYPHEN, SEP_NUM_OF_TYPES } |
| enum | SETTINGS_COL { SET_GROUP, SET_NAME } |
Functions | |
| void | gnc_csv_trans_find_settings (GtkTreeModel *settings_store) |
| gboolean | gnc_csv_trans_save_settings (CsvSettings *settings_data, gchar *settings_name) |
| gboolean | gnc_csv_trans_load_settings (CsvSettings *settings_data, gchar *group) |
| CsvSettings * | gnc_csv_trans_new_settings_data (void) |
| void | gnc_csv_trans_settings_data_free (CsvSettings *settings_data) |
CSV Import Settings.
Definition in file gnc-csv-trans-settings.h.
| enum SEP_BUTTON_TYPES |
Enumeration for separator checkbutton types. These are the different types of checkbuttons that the user can click to configure separators in a delimited file.
Definition at line 33 of file gnc-csv-trans-settings.h.
| enum SETTINGS_COL |
Enumeration for the settings combo's
Definition at line 37 of file gnc-csv-trans-settings.h.
| void gnc_csv_trans_find_settings | ( | GtkTreeModel * | settings_store | ) |
Finds CSV settings entries in the key file and populates the tree model.
| settings_store | The liststore that is used for the combo's which holds the key name and visual text. |
Definition at line 102 of file gnc-csv-trans-settings.c.
| gboolean gnc_csv_trans_load_settings | ( | CsvSettings * | settings_data, |
| gchar * | group | ||
| ) |
Load the widget properties from a key File.
| settings_data | The settings structure where all the settings are located. |
| group | The group name where the settings are stored in the key file. |
Definition at line 171 of file gnc-csv-trans-settings.c.
| CsvSettings* gnc_csv_trans_new_settings_data | ( | void | ) |
Create a new CsvSettings structure and set default values.
Definition at line 60 of file gnc-csv-trans-settings.c.
| gboolean gnc_csv_trans_save_settings | ( | CsvSettings * | settings_data, |
| gchar * | settings_name | ||
| ) |
Save the gathered widget properties to a key File.
| settings_data | The settings structure where all the settings are located. |
| settings_name | The name the settings will be stored under. |
Definition at line 258 of file gnc-csv-trans-settings.c.
| void gnc_csv_trans_settings_data_free | ( | CsvSettings * | settings_data | ) |
Free the CsvSettings structure.
Definition at line 89 of file gnc-csv-trans-settings.c.
1.8.6