Definition at line 57 of file SX-ttinfo.hpp.
◆ get_account()
| const Account * TTSplitInfo::get_account |
( |
| ) |
const |
|
inline |
◆ get_action()
| const char * TTSplitInfo::get_action |
( |
| ) |
const |
|
inline |
◆ get_credit_formula()
| const char * TTSplitInfo::get_credit_formula |
( |
| ) |
const |
|
inline |
Definition at line 67 of file SX-ttinfo.hpp.
67{ return *m_credit_formula; };
◆ get_debit_formula()
| const char * TTSplitInfo::get_debit_formula |
( |
| ) |
const |
|
inline |
Definition at line 68 of file SX-ttinfo.hpp.
68{ return *m_debit_formula; };
◆ get_memo()
| const char * TTSplitInfo::get_memo |
( |
| ) |
const |
|
inline |
◆ set_account()
| void TTSplitInfo::set_account |
( |
Account * |
acc | ) |
|
|
inline |
◆ set_action()
| void TTSplitInfo::set_action |
( |
const char * |
action | ) |
|
|
inline |
◆ set_credit_formula()
| void TTSplitInfo::set_credit_formula |
( |
const char * |
credit_formula | ) |
|
|
inline |
Definition at line 73 of file SX-ttinfo.hpp.
73{ set_formulas (nullptr, credit_formula); };
◆ set_credit_formula_numeric()
| void TTSplitInfo::set_credit_formula_numeric |
( |
gnc_numeric |
num | ) |
|
|
inline |
Definition at line 75 of file SX-ttinfo.hpp.
75{ set_formulas_numeric ({}, num); };
◆ set_debit_formula()
| void TTSplitInfo::set_debit_formula |
( |
const char * |
debit_formula | ) |
|
|
inline |
Definition at line 74 of file SX-ttinfo.hpp.
74{ set_formulas (debit_formula, nullptr); };
◆ set_debit_formula_numeric()
| void TTSplitInfo::set_debit_formula_numeric |
( |
gnc_numeric |
num | ) |
|
|
inline |
Definition at line 76 of file SX-ttinfo.hpp.
76{ set_formulas_numeric (num, {}); };
◆ set_memo()
| void TTSplitInfo::set_memo |
( |
const char * |
memo | ) |
|
|
inline |
◆ m_acc
| Account* TTSplitInfo::m_acc = nullptr |
◆ m_action
◆ m_credit_formula
◆ m_debit_formula
◆ m_memo
The documentation for this struct was generated from the following file: