28#ifndef GNC_CSV_TRANS_IMPORT_SETTINGS_H
29#define GNC_CSV_TRANS_IMPORT_SETTINGS_H
37#include "gnc-imp-props-tx.hpp"
64std::vector<GncTransPropType> m_column_types;
67 const char* get_group_prefix (
void)
override;
70using preset_vec_trans = std::vector<std::shared_ptr<CsvTransImpSettings>>;
Account handling public routines.
Commodity handling public routines.
const preset_vec_trans & get_import_presets_trans(void)
Creates a vector of CsvTransImpSettings 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.