#include <kptaccountsdialog.h>
Public Member Functions | |
AccountsDialog (Accounts &acc, QWidget *parent=0, const char *name=0) | |
KCommand * | buildCommand (Part *part) |
Protected Slots | |
void | slotOk () |
Private Attributes | |
AccountsPanel * | m_panel |
Definition at line 36 of file kptaccountsdialog.h.
KPlato::AccountsDialog::AccountsDialog | ( | Accounts & | acc, | |
QWidget * | parent = 0 , |
|||
const char * | name = 0 | |||
) |
KCommand * KPlato::AccountsDialog::buildCommand | ( | Part * | part | ) |
Definition at line 43 of file kptaccountsdialog.cc.
References KPlato::AccountsPanel::buildCommand(), and m_panel.
Referenced by KPlato::View::slotProjectAccounts().
void KPlato::AccountsDialog::slotOk | ( | ) | [protected, slot] |
Definition at line 47 of file kptaccountsdialog.cc.
References m_panel, and KPlato::AccountsPanel::slotOk().
AccountsPanel* KPlato::AccountsDialog::m_panel [private] |
Definition at line 47 of file kptaccountsdialog.h.
Referenced by AccountsDialog(), buildCommand(), and slotOk().