|
GnuCash 038f90a+
|
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 1966 of file assistant-stock-transaction.cpp.
| PageStockValue::PageStockValue | ( | GtkBuilder * | builder, |
| Account * | account | ||
| ) |
Definition at line 1990 of file assistant-stock-transaction.cpp.
| void PageStockValue::connect | ( | StockTransactionEntry * | entry | ) |
Definition at line 2000 of file assistant-stock-transaction.cpp.
| const char * PageStockValue::get_memo | ( | ) |
Definition at line 2018 of file assistant-stock-transaction.cpp.
| void PageStockValue::prepare | ( | StockTransactionEntry * | entry | ) |
Definition at line 2008 of file assistant-stock-transaction.cpp.
| void PageStockValue::set_price | ( | const gchar * | val | ) |
Definition at line 2024 of file assistant-stock-transaction.cpp.
|
inline |
Definition at line 1978 of file assistant-stock-transaction.cpp.