Definition at line 149 of file gnc-commodity.cpp.
◆ gnc_quote_source_s()
| gnc_quote_source::gnc_quote_source_s |
( |
gboolean |
supported, |
|
|
QuoteSourceType |
type, |
|
|
const char * |
username, |
|
|
const char * |
int_name |
|
) |
| |
|
inline |
Definition at line 162 of file gnc-commodity.cpp.
164 : m_supported{supported}
165 , m_type{type}
166 , m_user_name{username ? username : ""}
167 , m_internal_name{int_name ? int_name: ""} { };
◆ get_internal_name()
| const char * gnc_quote_source::get_internal_name |
( |
| ) |
const |
|
inline |
◆ get_supported()
| bool gnc_quote_source::get_supported |
( |
| ) |
const |
|
inline |
◆ get_type()
◆ get_user_name()
| const char * gnc_quote_source::get_user_name |
( |
| ) |
const |
|
inline |
◆ set_supported()
| void gnc_quote_source::set_supported |
( |
bool |
supported | ) |
|
|
inline |
The documentation for this struct was generated from the following file: