Definition at line 94 of file SX-ttinfo.hpp.
◆ append_template_split()
| void TTInfo::append_template_split |
( |
TTSplitInfoPtr & |
ttsi | ) |
|
|
inline |
Definition at line 113 of file SX-ttinfo.hpp.
113{ m_splits.push_back (ttsi); };
◆ clear_template_splits()
| void TTInfo::clear_template_splits |
( |
| ) |
|
|
inline |
◆ get_currency()
| gnc_commodity * TTInfo::get_currency |
( |
| ) |
const |
|
inline |
◆ get_description()
| const char * TTInfo::get_description |
( |
| ) |
const |
|
inline |
◆ get_notes()
| const char * TTInfo::get_notes |
( |
| ) |
const |
|
inline |
◆ get_num()
| const char * TTInfo::get_num |
( |
| ) |
const |
|
inline |
◆ get_template_splits()
| const TTSplitInfoVec & TTInfo::get_template_splits |
( |
| ) |
const |
|
inline |
◆ set_currency()
| void TTInfo::set_currency |
( |
gnc_commodity * |
currency | ) |
|
|
inline |
Definition at line 111 of file SX-ttinfo.hpp.
111{ m_common_currency = currency; };
◆ set_description()
| void TTInfo::set_description |
( |
const char * |
description | ) |
|
|
inline |
Definition at line 108 of file SX-ttinfo.hpp.
108{ m_description = description; };
◆ set_notes()
| void TTInfo::set_notes |
( |
const char * |
notes | ) |
|
|
inline |
◆ set_num()
| void TTInfo::set_num |
( |
const char * |
num | ) |
|
|
inline |
◆ m_common_currency
| gnc_commodity* TTInfo::m_common_currency = nullptr |
◆ m_description
◆ m_notes
◆ m_num
◆ m_splits
| TTSplitInfoVec TTInfo::m_splits |
The documentation for this struct was generated from the following file: