GnuCash
5.6-150-g038405b370+
|
This class is the parent of all option implementations. More...
#include <gnc-option-impl.hpp>
Data Fields | |
std::string | m_section |
std::string | m_name |
std::string | m_sort_tag |
std::string | m_doc_string |
This class is the parent of all option implementations.
It contains the elements that the optiondb uses to retrieve option values and that the options dialog determines on which tab to place the option, in what order, and what string to display as a tooltip.
Definition at line 69 of file gnc-option-impl.hpp.