|
GnuCash c935c2f+
|
CSV Import Settings. More...
#include <config.h>#include "Account.h"#include "gnc-commodity.h"#include <string>#include <vector>#include <optional>#include <cstdint>#include <gnc-datetime.hpp>#include "gnc-tokenizer.hpp"Go to the source code of this file.
Data Structures | |
| struct | CsvImportSettings |
Enumerations | |
| enum | SEP_BUTTON_TYPES { SEP_SPACE , SEP_TAB , SEP_COMMA , SEP_COLON , SEP_SEMICOLON , SEP_HYPHEN , SEP_NUM_OF_TYPES } |
| Enumeration for separator checkbutton types. More... | |
| enum | SETTINGS_COL { SET_GROUP , SET_NAME } |
| Enumeration for the settings combo's. More... | |
Functions | |
| std::string | get_no_settings (void) |
| std::string | get_gnc_exp (void) |
| std::string | get_gnc_exp_4 (void) |
| bool | preset_is_reserved_name (const std::string &name) |
| Check whether name can be used as a preset name. | |
| bool | handle_load_error (GError **key_error, const std::string &group) |
CSV Import Settings.
Definition in file gnc-imp-settings-csv.hpp.
| 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 45 of file gnc-imp-settings-csv.hpp.
| enum SETTINGS_COL |
Enumeration for the settings combo's.
Definition at line 49 of file gnc-imp-settings-csv.hpp.
| std::string get_gnc_exp | ( | void | ) |
Definition at line 107 of file gnc-imp-settings-csv.cpp.
| std::string get_gnc_exp_4 | ( | void | ) |
Definition at line 112 of file gnc-imp-settings-csv.cpp.
| std::string get_no_settings | ( | void | ) |
Definition at line 102 of file gnc-imp-settings-csv.cpp.
| bool handle_load_error | ( | GError ** | key_error, |
| const std::string & | group | ||
| ) |
Definition at line 78 of file gnc-imp-settings-csv.cpp.
| bool preset_is_reserved_name | ( | const std::string & | name | ) |
Check whether name can be used as a preset name.
The names of the internal presets are considered reserved. A preset with such a name should not be saved or deleted.
Definition at line 94 of file gnc-imp-settings-csv.cpp.