#include <kptaccountsviewconfigdialog.h>
Public Member Functions | |
AccountsviewConfigDialog (const QDate &date, int period, const QStringList &periodTexts, bool cumulative, QWidget *parent) | |
QDate | date () |
int | period () |
QString | periodText () |
bool | isCumulative () |
Private Attributes | |
AccountsviewConfigPanel * | m_panel |
Definition at line 45 of file kptaccountsviewconfigdialog.h.
KPlato::AccountsviewConfigDialog::AccountsviewConfigDialog | ( | const QDate & | date, | |
int | period, | |||
const QStringList & | periodTexts, | |||
bool | cumulative, | |||
QWidget * | parent | |||
) |
QDate KPlato::AccountsviewConfigDialog::date | ( | ) |
Definition at line 56 of file kptaccountsviewconfigdialog.cc.
References m_panel.
Referenced by KPlato::AccountsView::slotConfigure().
int KPlato::AccountsviewConfigDialog::period | ( | ) |
Definition at line 60 of file kptaccountsviewconfigdialog.cc.
References m_panel.
Referenced by KPlato::AccountsView::slotConfigure().
QString KPlato::AccountsviewConfigDialog::periodText | ( | ) |
bool KPlato::AccountsviewConfigDialog::isCumulative | ( | ) |
Definition at line 68 of file kptaccountsviewconfigdialog.cc.
References m_panel.
Referenced by KPlato::AccountsView::slotConfigure().
Definition at line 56 of file kptaccountsviewconfigdialog.h.
Referenced by AccountsviewConfigDialog(), date(), isCumulative(), period(), and periodText().