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