|
GnuCash c935c2f+
|
Public Member Functions | |
| bool | save (void) |
| Save the gathered widget properties to a key File. | |
| bool | load (void) |
| Load the widget properties from a key File. | |
| void | remove (void) |
| Remove the preset from the state file. | |
Public Member Functions inherited from CsvImportSettings | |
| bool | save (void) |
| Save the gathered widget properties to a key File. | |
| bool | load (void) |
| Load the widget properties from a key File. | |
| void | remove (void) |
| Remove the preset from the state file. | |
Data Fields | |
| gnc_commodity * | m_from_commodity |
| gnc_commodity * | m_to_currency |
| std::vector< GncPricePropType > | m_column_types_price |
Data Fields inherited from CsvImportSettings | |
| std::string | m_name |
| GncImpFileFormat | m_file_format |
| std::string | m_encoding |
| int | m_date_format |
| int | m_currency_format |
| uint32_t | m_skip_start_lines |
| uint32_t | m_skip_end_lines |
| bool | m_skip_alt_lines |
| std::string | m_separators |
| bool | m_enable_escape |
| bool | m_load_error |
| std::vector< uint32_t > | m_column_widths |
Protected Member Functions | |
| const char * | get_group_prefix (void) override |
Definition at line 41 of file gnc-imp-settings-csv-price.hpp.
|
inline |
Definition at line 43 of file gnc-imp-settings-csv-price.hpp.
|
overrideprotectedvirtual |
Implements CsvImportSettings.
Definition at line 240 of file gnc-imp-settings-csv-price.cpp.
| bool CsvPriceImpSettings::load | ( | void | ) |
Load the widget properties from a key File.
Definition at line 121 of file gnc-imp-settings-csv-price.cpp.
| void CsvPriceImpSettings::remove | ( | void | ) |
Remove the preset from the state file.
Definition at line 231 of file gnc-imp-settings-csv-price.cpp.
| bool CsvPriceImpSettings::save | ( | void | ) |
Save the gathered widget properties to a key File.
Definition at line 177 of file gnc-imp-settings-csv-price.cpp.
| std::vector<GncPricePropType> CsvPriceImpSettings::m_column_types_price |
Definition at line 64 of file gnc-imp-settings-csv-price.hpp.
| gnc_commodity* CsvPriceImpSettings::m_from_commodity |
Definition at line 62 of file gnc-imp-settings-csv-price.hpp.
| gnc_commodity* CsvPriceImpSettings::m_to_currency |
Definition at line 63 of file gnc-imp-settings-csv-price.hpp.