#include <kmymoneyaccountselector.h>
Inheritance diagram for kMyMoneyAccountSelector:


Public Slots | |
| void | slotSelectAllAccounts (void) |
| void | slotDeselectAllAccounts (void) |
Public Member Functions | |
| kMyMoneyAccountSelector (QWidget *parent=0, const char *name=0, QWidget::WFlags flags=0, const bool createButtons=true) | |
| virtual | ~kMyMoneyAccountSelector () |
| const QCStringList | accountList (const QValueList< MyMoneyAccount::accountTypeE > &list=QValueList< MyMoneyAccount::accountTypeE >()) const |
| void | setSelectionMode (QListView::SelectionMode mode) |
| virtual bool | match (const QRegExp &exp, QListViewItem *item) const |
| virtual bool | contains (const QString &txt) const |
| void | removeButtons (void) |
Protected Slots | |
| void | slotSelectIncomeCategories (void) |
| void | slotSelectExpenseCategories (void) |
Protected Member Functions | |
| int | loadSubAccounts (QListViewItem *parent, const QCStringList &list) |
| void | selectCategories (const bool income, const bool expense) |
Protected Attributes | |
| KPushButton * | m_allAccountsButton |
| KPushButton * | m_noAccountButton |
| KPushButton * | m_incomeCategoriesButton |
| KPushButton * | m_expenseCategoriesButton |
| QValueList< int > | m_typeList |
| QCStringList | m_accountList |
Friends | |
| class | AccountSet |
|
||||||||||||||||||||
|
|
|
|
|
|
|
This method returns a list of account ids of those accounts currently loaded into the widget. It is possible to select a list of specific account types only. In this case, pass a list of account types as parameter
|
|
|
This method returns, if any of the items in the selector contains the text txt.
Reimplemented from KMyMoneySelector. |
|
||||||||||||
|
This method loads the list of subaccounts as found in the
|
|
||||||||||||
|
This method checks if a given item matches the given regular expression exp.
Reimplemented from KMyMoneySelector. |
|
|
This method removes all the buttons of the widget |
|
||||||||||||
|
This is a helper method for selectAllIncomeCategories() and selectAllExpenseCategories(). |
|
|
This method sets the mode of operation of this widget. Supported values are
Reimplemented from KMyMoneySelector. |
|
|
This slot deselects all items that are currently in the account list of the widget. |
|
|
This slot selects all items that are currently in the account list of the widget. |
|
|
This slot selects all expense categories |
|
|
This slot selects all income categories |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1