#include </home/clem/local/src/opie/core/pim/todo/taskeditorstatus.h>
Collaboration diagram for TaskEditorStatus:

Signals | |
| void | dueDateChanged (const QDate &date) |
Public Member Functions | |
| TaskEditorStatus (QWidget *parent=0, const char *name=0, WFlags fl=0) | |
| ~TaskEditorStatus () | |
| void | load (const OPimTodo &) |
| void | save (OPimTodo &) |
Public Attributes | |
| QComboBox * | cmbStatus |
| QLabel * | txtMaintainer |
| QToolButton * | tbtMaintainer |
| QComboBox * | cmbMaintMode |
| QCheckBox * | ckbDue |
| QPushButton * | btnDue |
| QCheckBox * | ckbStart |
| QPushButton * | btnStart |
| QCheckBox * | ckbComp |
| QPushButton * | btnComp |
| QComboBox * | cmbProgress |
Private Slots | |
| void | slotStartChecked () |
| void | slotCompChecked () |
| void | slotDueChecked () |
| void | slotStartChanged (int, int, int) |
| void | slotCompChanged (int, int, int) |
| void | slotDueChanged (int, int, int) |
Private Attributes | |
| QDate | m_start |
| QDate | m_comp |
| QDate | m_due |
| DateBookMonth * | m_startBook |
| DateBookMonth * | m_compBook |
| DateBookMonth * | m_dueBook |
Definition at line 54 of file taskeditorstatus.h.
|
||||||||||||||||
|
Definition at line 47 of file taskeditorstatus.cpp. References add, btnComp, btnDue, btnStart, ckbComp, ckbDue, ckbStart, cmbMaintMode, cmbProgress, cmbStatus, QDate::currentDate(), FALSE, Resource::loadPixmap(), TimeString::longDateString(), m_comp, m_compBook, m_due, m_dueBook, m_start, m_startBook, slotCompChanged(), slotCompChecked(), slotDueChanged(), slotDueChecked(), slotStartChanged(), slotStartChecked(), tbtMaintainer, tr, TRUE, and txtMaintainer. |
|
|
Definition at line 171 of file taskeditorstatus.cpp. |
|
|
Referenced by slotDueChanged(). |
|
|
|
Definition at line 227 of file taskeditorstatus.cpp. References ckbComp, ckbDue, ckbStart, cmbMaintMode, cmbProgress, cmbStatus, m_comp, m_due, and m_start. Referenced by OTaskEditor::todo(). |
|
||||||||||||||||
|
Definition at line 293 of file taskeditorstatus.cpp. References btnComp, TimeString::longDateString(), m_comp, and QDate::setYMD(). Referenced by TaskEditorStatus(). |
|
|
Definition at line 277 of file taskeditorstatus.cpp. References btnComp, and ckbComp. Referenced by TaskEditorStatus(). |
|
||||||||||||||||
|
Definition at line 299 of file taskeditorstatus.cpp. References btnDue, dueDateChanged(), TimeString::longDateString(), m_due, and QDate::setYMD(). Referenced by TaskEditorStatus(). |
|
|
Definition at line 282 of file taskeditorstatus.cpp. References btnDue, and ckbDue. Referenced by TaskEditorStatus(). |
|
||||||||||||||||
|
Definition at line 287 of file taskeditorstatus.cpp. References btnStart, TimeString::longDateString(), m_start, and QDate::setYMD(). Referenced by TaskEditorStatus(). |
|
|
Definition at line 272 of file taskeditorstatus.cpp. References btnStart, and ckbStart. Referenced by TaskEditorStatus(). |
|
|
Definition at line 71 of file taskeditorstatus.h. Referenced by load(), slotCompChanged(), slotCompChecked(), and TaskEditorStatus(). |
|
|
Definition at line 67 of file taskeditorstatus.h. Referenced by load(), slotDueChanged(), slotDueChecked(), and TaskEditorStatus(). |
|
|
Definition at line 69 of file taskeditorstatus.h. Referenced by load(), slotStartChanged(), slotStartChecked(), and TaskEditorStatus(). |
|
|
Definition at line 70 of file taskeditorstatus.h. Referenced by load(), save(), slotCompChecked(), and TaskEditorStatus(). |
|
|
Definition at line 66 of file taskeditorstatus.h. Referenced by load(), save(), slotDueChecked(), and TaskEditorStatus(). |
|
|
Definition at line 68 of file taskeditorstatus.h. Referenced by load(), save(), slotStartChecked(), and TaskEditorStatus(). |
|
|
Definition at line 65 of file taskeditorstatus.h. Referenced by load(), save(), and TaskEditorStatus(). |
|
|
Definition at line 72 of file taskeditorstatus.h. Referenced by load(), save(), and TaskEditorStatus(). |
|
|
Definition at line 62 of file taskeditorstatus.h. Referenced by load(), save(), and TaskEditorStatus(). |
|
|
Definition at line 87 of file taskeditorstatus.h. Referenced by load(), save(), slotCompChanged(), and TaskEditorStatus(). |
|
|
Definition at line 90 of file taskeditorstatus.h. Referenced by TaskEditorStatus(). |
|
|
Definition at line 88 of file taskeditorstatus.h. Referenced by load(), save(), slotDueChanged(), and TaskEditorStatus(). |
|
|
Definition at line 91 of file taskeditorstatus.h. Referenced by TaskEditorStatus(). |
|
|
Definition at line 86 of file taskeditorstatus.h. Referenced by load(), save(), slotStartChanged(), and TaskEditorStatus(). |
|
|
Definition at line 89 of file taskeditorstatus.h. Referenced by TaskEditorStatus(). |
|
|
Definition at line 64 of file taskeditorstatus.h. Referenced by TaskEditorStatus(). |
|
|
Definition at line 63 of file taskeditorstatus.h. Referenced by TaskEditorStatus(). |
1.4.2