28#ifndef GNC_CSV_PRICE_IMPORT_SETTINGS_H
29#define GNC_CSV_PRICE_IMPORT_SETTINGS_H
37#include "gnc-imp-props-price.hpp"
62gnc_commodity *m_from_commodity;
63gnc_commodity *m_to_currency;
64std::vector<GncPricePropType> m_column_types_price;
67 const char* get_group_prefix (
void)
override;
70using preset_vec_price = std::vector<std::shared_ptr<CsvPriceImpSettings>>;
Account handling public routines.
Commodity handling public routines.
const preset_vec_price & get_import_presets_price(void)
Creates a vector of CsvPriceImpSettings which combines.
Class convert a file into vector of string vectors.
bool save(void)
Save the gathered widget properties to a key File.
void remove(void)
Remove the preset from the state file.
bool load(void)
Load the widget properties from a key File.