|
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. | |
Data Fields | |
| 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 | |
| virtual const char * | get_group_prefix (void)=0 |
Definition at line 51 of file gnc-imp-settings-csv.hpp.
|
inline |
Definition at line 53 of file gnc-imp-settings-csv.hpp.
| bool CsvImportSettings::load | ( | void | ) |
Load the widget properties from a key File.
Definition at line 123 of file gnc-imp-settings-csv.cpp.
| void CsvImportSettings::remove | ( | void | ) |
Remove the preset from the state file.
Definition at line 255 of file gnc-imp-settings-csv.cpp.
| bool CsvImportSettings::save | ( | void | ) |
Save the gathered widget properties to a key File.
Definition at line 200 of file gnc-imp-settings-csv.cpp.
| std::vector<uint32_t> CsvImportSettings::m_column_widths |
Definition at line 87 of file gnc-imp-settings-csv.hpp.
| int CsvImportSettings::m_currency_format |
Definition at line 80 of file gnc-imp-settings-csv.hpp.
| int CsvImportSettings::m_date_format |
Definition at line 79 of file gnc-imp-settings-csv.hpp.
| bool CsvImportSettings::m_enable_escape |
Definition at line 85 of file gnc-imp-settings-csv.hpp.
| std::string CsvImportSettings::m_encoding |
Definition at line 78 of file gnc-imp-settings-csv.hpp.
| GncImpFileFormat CsvImportSettings::m_file_format |
Definition at line 77 of file gnc-imp-settings-csv.hpp.
| bool CsvImportSettings::m_load_error |
Definition at line 86 of file gnc-imp-settings-csv.hpp.
| std::string CsvImportSettings::m_name |
Definition at line 76 of file gnc-imp-settings-csv.hpp.
| std::string CsvImportSettings::m_separators |
Definition at line 84 of file gnc-imp-settings-csv.hpp.
| bool CsvImportSettings::m_skip_alt_lines |
Definition at line 83 of file gnc-imp-settings-csv.hpp.
| uint32_t CsvImportSettings::m_skip_end_lines |
Definition at line 82 of file gnc-imp-settings-csv.hpp.
| uint32_t CsvImportSettings::m_skip_start_lines |
Definition at line 81 of file gnc-imp-settings-csv.hpp.