#include <kpttaskprogresspanel.h>
Inherited by KPlato::TaskProgressPanel.
Inheritance diagram for KPlato::TaskProgressPanelImpl:
Public Slots | |
void | slotChanged () |
void | slotStartedChanged (bool state) |
void | slotFinishedChanged (bool state) |
void | slotPercentFinishedChanged (int value) |
Signals | |
void | changed () |
Public Member Functions | |
TaskProgressPanelImpl (QWidget *parent=0, const char *name=0) | |
void | enableWidgets () |
Public Attributes | |
DurationWidget * | actualEffort |
DurationWidget * | remainingEffort |
DurationWidget * | scheduledEffort |
Definition at line 37 of file kpttaskprogresspanel.h.
KPlato::TaskProgressPanelImpl::TaskProgressPanelImpl | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
Definition at line 127 of file kpttaskprogresspanel.cc.
References actualEffort, remainingEffort, scheduledEffort, slotChanged(), slotFinishedChanged(), slotPercentFinishedChanged(), and slotStartedChanged().
void KPlato::TaskProgressPanelImpl::enableWidgets | ( | ) |
Definition at line 180 of file kpttaskprogresspanel.cc.
References scheduledEffort.
Referenced by slotFinishedChanged(), slotStartedChanged(), and KPlato::TaskProgressPanel::TaskProgressPanel().
void KPlato::TaskProgressPanelImpl::changed | ( | ) | [signal] |
Referenced by slotChanged().
void KPlato::TaskProgressPanelImpl::slotChanged | ( | ) | [slot] |
Definition at line 156 of file kpttaskprogresspanel.cc.
References changed().
Referenced by TaskProgressPanelImpl().
void KPlato::TaskProgressPanelImpl::slotStartedChanged | ( | bool | state | ) | [slot] |
Definition at line 160 of file kpttaskprogresspanel.cc.
References enableWidgets().
Referenced by TaskProgressPanelImpl().
void KPlato::TaskProgressPanelImpl::slotFinishedChanged | ( | bool | state | ) | [slot] |
Definition at line 169 of file kpttaskprogresspanel.cc.
References enableWidgets().
Referenced by TaskProgressPanelImpl().
void KPlato::TaskProgressPanelImpl::slotPercentFinishedChanged | ( | int | value | ) | [slot] |
Definition at line 44 of file kpttaskprogresspanel.h.
Referenced by KPlato::TaskProgressPanel::ok(), KPlato::TaskProgressPanel::setEstimateScales(), KPlato::TaskProgressPanel::TaskProgressPanel(), and TaskProgressPanelImpl().
Definition at line 45 of file kpttaskprogresspanel.h.
Referenced by KPlato::TaskProgressPanel::ok(), KPlato::TaskProgressPanel::setEstimateScales(), KPlato::TaskProgressPanel::TaskProgressPanel(), and TaskProgressPanelImpl().
Definition at line 46 of file kpttaskprogresspanel.h.
Referenced by enableWidgets(), KPlato::TaskProgressPanel::setEstimateScales(), KPlato::TaskProgressPanel::TaskProgressPanel(), and TaskProgressPanelImpl().