|
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 | |
| Account * | m_base_account |
| bool | m_multi_split |
| std::vector< GncTransPropType > | m_column_types |
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-tx.hpp.
|
inline |
Definition at line 43 of file gnc-imp-settings-csv-tx.hpp.
|
overrideprotectedvirtual |
Implements CsvImportSettings.
Definition at line 353 of file gnc-imp-settings-csv-tx.cpp.
| bool CsvTransImpSettings::load | ( | void | ) |
Load the widget properties from a key File.
Definition at line 193 of file gnc-imp-settings-csv-tx.cpp.
| void CsvTransImpSettings::remove | ( | void | ) |
Remove the preset from the state file.
Definition at line 344 of file gnc-imp-settings-csv-tx.cpp.
| bool CsvTransImpSettings::save | ( | void | ) |
Save the gathered widget properties to a key File.
Definition at line 293 of file gnc-imp-settings-csv-tx.cpp.
| Account* CsvTransImpSettings::m_base_account |
Definition at line 62 of file gnc-imp-settings-csv-tx.hpp.
| std::vector<GncTransPropType> CsvTransImpSettings::m_column_types |
Definition at line 64 of file gnc-imp-settings-csv-tx.hpp.
| bool CsvTransImpSettings::m_multi_split |
Definition at line 63 of file gnc-imp-settings-csv-tx.hpp.