GnuCash
5.6-150-g038405b370+
|
Public Member Functions | |
bool | save (void) |
Save the gathered widget properties to a key File. More... | |
bool | load (void) |
Load the widget properties from a key File. More... | |
void | remove (void) |
Remove the preset from the state file. | |
![]() | |
bool | save (void) |
Save the gathered widget properties to a key File. More... | |
bool | load (void) |
Load the widget properties from a key File. More... | |
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 |
![]() | |
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_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.
bool CsvPriceImpSettings::load | ( | void | ) |
Load the widget properties from a key File.
Definition at line 121 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.