GnuCash  5.6-139-g03622b03d0+
Public Member Functions
GncOptionGncOwnerValue Class Reference
Inheritance diagram for GncOptionGncOwnerValue:
OptionClassifier

Public Member Functions

 GncOptionGncOwnerValue (const char *section, const char *name, const char *key, const char *doc_string, const GncOwner *value, GncOptionUIType ui_type=GncOptionUIType::INTERNAL)
 
 GncOptionGncOwnerValue (const GncOptionGncOwnerValue &from)
 
 GncOptionGncOwnerValue (GncOptionGncOwnerValue &&)=default
 
const GncOwnerget_value () const
 
const GncOwnerget_default_value () const
 
void set_value (const GncOwner *new_value)
 
void set_default_value (const GncOwner *new_value)
 
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
 

Additional Inherited Members

- Data Fields inherited from OptionClassifier
std::string m_section
 
std::string m_name
 
std::string m_sort_tag
 
std::string m_doc_string
 

Detailed Description

Definition at line 136 of file gnc-option-impl.hpp.


The documentation for this class was generated from the following files: