#include <kptsummarytaskdialog.h>
Public Member Functions | |
SummaryTaskDialog (Task &task, QWidget *parent=0) | |
KCommand * | buildCommand (Part *part) |
Protected Slots | |
void | slotOk () |
Private Attributes | |
SummaryTaskGeneralPanel * | m_generalTab |
Definition at line 38 of file kptsummarytaskdialog.h.
KPlato::SummaryTaskDialog::SummaryTaskDialog | ( | Task & | task, | |
QWidget * | parent = 0 | |||
) |
The constructor for the summary task settings dialog.
task | the task to edit | |
parent | parent widget |
Definition at line 32 of file kptsummarytaskdialog.cc.
References m_generalTab, and slotOk().
KCommand * KPlato::SummaryTaskDialog::buildCommand | ( | Part * | part | ) |
Definition at line 48 of file kptsummarytaskdialog.cc.
References KPlato::SummaryTaskGeneralPanel::buildCommand(), and m_generalTab.
Referenced by KPlato::View::slotOpenNode().
void KPlato::SummaryTaskDialog::slotOk | ( | ) | [protected, slot] |
Definition at line 63 of file kptsummarytaskdialog.cc.
References m_generalTab, and KPlato::SummaryTaskGeneralPanel::ok().
Referenced by SummaryTaskDialog().
Definition at line 54 of file kptsummarytaskdialog.h.
Referenced by buildCommand(), slotOk(), and SummaryTaskDialog().