GnuCash  5.6-139-g03622b03d0+
Public Member Functions

class GncOptionSection The upper-level classification implementation. More...

#include <gnc-optiondb-impl.hpp>

Public Member Functions

 GncOptionSection (const char *name)
 
void foreach_option (std::function< void(GncOption &)> func)
 
void foreach_option (std::function< void(const GncOption &)> func) const
 
const std::string & get_name () const noexcept
 
size_t get_num_options () const noexcept
 
void add_option (GncOption &&option)
 
void remove_option (const char *name)
 
const GncOptionfind_option (const char *name) const
 

Detailed Description

class GncOptionSection The upper-level classification implementation.

Contains the options for a section; sections are displayed as separate tabs on the option dialog.

Definition at line 58 of file gnc-optiondb-impl.hpp.


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