|
GnuCash c935c2f+
|
C++ wrapper for GncAccounSel, see gnucash/gnome-utils/gnc-account-sel.h. More...
Public Member Functions | |
| GncAccountSelector (GtkBuilder *builder, AccountTypeList types, gnc_commodity *currency, Account *default_acct) | |
| void | attach (GtkBuilder *builder, const char *table_id, const char *label_ID, int row) |
| void | connect (StockTransactionEntry *) |
| void | set (Account *acct) |
| void | set_sensitive (bool sensitive) |
| Account * | get () |
C++ wrapper for GncAccounSel, see gnucash/gnome-utils/gnc-account-sel.h.
Definition at line 1631 of file assistant-stock-transaction.cpp.
| GncAccountSelector::GncAccountSelector | ( | GtkBuilder * | builder, |
| AccountTypeList | types, | ||
| gnc_commodity * | currency, | ||
| Account * | default_acct | ||
| ) |
Definition at line 1652 of file assistant-stock-transaction.cpp.
| void GncAccountSelector::attach | ( | GtkBuilder * | builder, |
| const char * | table_id, | ||
| const char * | label_ID, | ||
| int | row | ||
| ) |
Definition at line 1671 of file assistant-stock-transaction.cpp.
| void GncAccountSelector::connect | ( | StockTransactionEntry * | entry | ) |
Definition at line 1682 of file assistant-stock-transaction.cpp.
|
inline |
Definition at line 1642 of file assistant-stock-transaction.cpp.
|
inline |
Definition at line 1640 of file assistant-stock-transaction.cpp.
| void GncAccountSelector::set_sensitive | ( | bool | sensitive | ) |
Definition at line 1688 of file assistant-stock-transaction.cpp.