|
GnuCash
5.6-150-g038405b370+
|
CSV Import Settings. More...
#include "gnc-imp-settings-csv.hpp"#include "gnc-imp-settings-csv-price.hpp"#include <algorithm>#include <memory>#include <sstream>#include <string>#include <vector>#include <cstdint>#include <config.h>#include <gtk/gtk.h>#include <glib/gi18n.h>#include "Account.h"#include "gnc-state.h"#include "gnc-ui-util.h"Go to the source code of this file.
Macros | |
| #define | CSV_COL_TYPES "ColumnTypes" |
| #define | CSV_TO_CURR "PriceToCurrency" |
| #define | CSV_FROM_COMM "PriceFromCommodity" |
Functions | |
| const preset_vec_price & | get_import_presets_price (void) |
| Creates a vector of CsvPriceImpSettings which combines. More... | |
Variables | |
| constexpr auto | group_prefix = "Import csv,price - " |
| preset_vec_price | presets_price |
CSV Import Settings.
Definition in file gnc-imp-settings-csv-price.cpp.
| const preset_vec_price& get_import_presets_price | ( | void | ) |
Creates a vector of CsvPriceImpSettings which combines.
Definition at line 72 of file gnc-imp-settings-csv-price.cpp.
1.8.14