|
| | GncOptionAccountSelValue (const char *section, const char *name, const char *key, const char *doc_string, GncOptionUIType ui_type) |
| |
| | GncOptionAccountSelValue (const char *section, const char *name, const char *key, const char *doc_string, GncOptionUIType ui_type, const Account *value) |
| |
| | GncOptionAccountSelValue (const char *section, const char *name, const char *key, const char *doc_string, GncOptionUIType ui_type, GncOptionAccountTypeList &&allowed) |
| |
| | GncOptionAccountSelValue (const char *section, const char *name, const char *key, const char *doc_string, GncOptionUIType ui_type, const Account *value, GncOptionAccountTypeList &&allowed) |
| |
| const Account * | get_value () const |
| |
| const Account * | get_default_value () const |
| |
| bool | validate (const Account *value) const |
| |
| void | set_value (const Account *value) |
| |
| void | set_default_value (const Account *value) |
| |
| GList * | account_type_list () const noexcept |
| | Create a GList of account types to pass to gnc_account_sel_set_acct_filters.
|
| |
| void | reset_default_value () |
| |
| void | mark_saved () noexcept |
| |
| bool | is_dirty () const noexcept |
| |
| bool | is_changed () const noexcept |
| |
| GncOptionUIType | get_ui_type () const noexcept |
| |
| void | make_internal () |
| |
| bool | is_internal () |
| |
| std::string | serialize () const noexcept |
| |
| bool | deserialize (const std::string &str) noexcept |
| |
Definition at line 937 of file gnc-option-impl.hpp.
The documentation for this class was generated from the following files: