#include <kpttaskprogressdialog.h>
Public Member Functions | |
TaskProgressDialog (Task &task, StandardWorktime *workTime, QWidget *parent=0) | |
KCommand * | buildCommand (Part *part) |
Protected Slots | |
void | slotChanged () |
void | slotOk () |
Private Attributes | |
TaskProgressPanel * | m_panel |
Definition at line 35 of file kpttaskprogressdialog.h.
KPlato::TaskProgressDialog::TaskProgressDialog | ( | Task & | task, | |
StandardWorktime * | workTime, | |||
QWidget * | parent = 0 | |||
) |
KCommand * KPlato::TaskProgressDialog::buildCommand | ( | Part * | part | ) |
Definition at line 51 of file kpttaskprogressdialog.cc.
References KPlato::TaskProgressPanel::buildCommand(), and m_panel.
Referenced by KPlato::View::slotTaskProgress().
void KPlato::TaskProgressDialog::slotChanged | ( | ) | [protected, slot] |
void KPlato::TaskProgressDialog::slotOk | ( | ) | [protected, slot] |
Definition at line 66 of file kpttaskprogressdialog.cc.
References m_panel, and KPlato::TaskProgressPanel::ok().
Definition at line 47 of file kpttaskprogressdialog.h.
Referenced by buildCommand(), slotOk(), and TaskProgressDialog().