#include <kptconfigdialog.h>
Public Member Functions | |
ConfigDialog (Config &config, Project &project, QWidget *parent=0, const char *name=0) | |
Protected Slots | |
void | slotApply () |
void | slotOk () |
void | slotDefault () |
void | slotChanged () |
Private Attributes | |
Config & | m_config |
TaskDefaultPanel * | m_taskDefaultPage |
Definition at line 35 of file kptconfigdialog.h.
KPlato::ConfigDialog::ConfigDialog | ( | Config & | config, | |
Project & | project, | |||
QWidget * | parent = 0 , |
|||
const char * | name = 0 | |||
) |
Definition at line 51 of file kptconfigdialog.cc.
References KPlato::Role::List, m_taskDefaultPage, slotChanged(), KPlato::Project::standardWorktime(), and KPlato::Config::taskDefaults().
void KPlato::ConfigDialog::slotApply | ( | ) | [protected, slot] |
Definition at line 76 of file kptconfigdialog.cc.
References KPlato::TaskDefaultPanel::buildCommand(), m_taskDefaultPage, and KPlato::TaskDefaultPanel::ok().
Referenced by slotOk().
void KPlato::ConfigDialog::slotOk | ( | ) | [protected, slot] |
void KPlato::ConfigDialog::slotDefault | ( | ) | [protected, slot] |
Definition at line 93 of file kptconfigdialog.cc.
References m_config, m_taskDefaultPage, KPlato::TaskDefaultPanel::setStartValues(), and KPlato::Config::taskDefaults().
void KPlato::ConfigDialog::slotChanged | ( | ) | [protected, slot] |
Config& KPlato::ConfigDialog::m_config [private] |
Definition at line 48 of file kptconfigdialog.h.
Referenced by ConfigDialog(), slotApply(), and slotDefault().