|
GnuCash c935c2f+
|
Stock Value page. More...
Public Member Functions | |
| PageStockValue (GtkBuilder *builder, Account *account) | |
| const char * | get_memo () |
| void | connect (StockTransactionEntry *entry) |
| void | prepare (StockTransactionEntry *entry) |
| GncAmountEdit & | value_edit () |
| void | set_price (const gchar *val) |
Stock Value page.
It collects the currency value of the stock traded and computes and displays the resulting price. It also collects the memo for the primary stock split.
Definition at line 1963 of file assistant-stock-transaction.cpp.
| PageStockValue::PageStockValue | ( | GtkBuilder * | builder, |
| Account * | account | ||
| ) |
Definition at line 1987 of file assistant-stock-transaction.cpp.
| void PageStockValue::connect | ( | StockTransactionEntry * | entry | ) |
Definition at line 1997 of file assistant-stock-transaction.cpp.
| const char * PageStockValue::get_memo | ( | ) |
Definition at line 2015 of file assistant-stock-transaction.cpp.
| void PageStockValue::prepare | ( | StockTransactionEntry * | entry | ) |
Definition at line 2005 of file assistant-stock-transaction.cpp.
| void PageStockValue::set_price | ( | const gchar * | val | ) |
Definition at line 2021 of file assistant-stock-transaction.cpp.
|
inline |
Definition at line 1975 of file assistant-stock-transaction.cpp.