Public Member Functions | |
AccountItem (AccountsPanel &pan, QTreeWidget *parent) | |
AccountItem (AccountsPanel &pan, QTreeWidgetItem *parent) | |
AccountItem (AccountsPanel &pan, QTreeWidget *parent, QString label1, QString label2=QString::null) | |
AccountItem (AccountsPanel &pan, QTreeWidgetItem *parent, QString label1, QString label2=QString::null) | |
AccountItem (AccountsPanel &pan, QTreeWidget *parent, QTreeWidgetItem *after) | |
AccountItem (AccountsPanel &pan, QTreeWidgetItem *parent, QTreeWidgetItem *after) | |
Public Attributes | |
Account * | account |
bool | isDefault |
AccountsPanel & | panel |
Private Member Functions | |
void | init () |
Definition at line 39 of file kptaccountspanel.cc.
KPlato::AccountItem::AccountItem | ( | AccountsPanel & | pan, | |
QTreeWidget * | parent | |||
) | [inline] |
KPlato::AccountItem::AccountItem | ( | AccountsPanel & | pan, | |
QTreeWidgetItem * | parent | |||
) | [inline] |
KPlato::AccountItem::AccountItem | ( | AccountsPanel & | pan, | |
QTreeWidget * | parent, | |||
QString | label1, | |||
QString | label2 = QString::null | |||
) | [inline] |
KPlato::AccountItem::AccountItem | ( | AccountsPanel & | pan, | |
QTreeWidgetItem * | parent, | |||
QString | label1, | |||
QString | label2 = QString::null | |||
) | [inline] |
KPlato::AccountItem::AccountItem | ( | AccountsPanel & | pan, | |
QTreeWidget * | parent, | |||
QTreeWidgetItem * | after | |||
) | [inline] |
KPlato::AccountItem::AccountItem | ( | AccountsPanel & | pan, | |
QTreeWidgetItem * | parent, | |||
QTreeWidgetItem * | after | |||
) | [inline] |
void KPlato::AccountItem::init | ( | ) | [inline, private] |
Definition at line 71 of file kptaccountspanel.cc.
References isDefault.
Referenced by AccountItem().
Definition at line 66 of file kptaccountspanel.cc.
Referenced by KPlato::AccountsPanel::addItems(), KPlato::AccountsPanel::save(), and KPlato::AccountsPanel::slotRemoveItem().
Definition at line 67 of file kptaccountspanel.cc.
Referenced by KPlato::AccountsPanel::addItems(), and init().
Definition at line 68 of file kptaccountspanel.cc.