#include <intervalitem.h>
Public Member Functions | |
| IntervalItem (QTreeWidget *parent, QTime start, QTime end) | |
| TimeInterval | interval () |
Private Attributes | |
| QTime | m_start |
| QTime | m_end |
Definition at line 29 of file intervalitem.h.
| KPlato::IntervalItem::IntervalItem | ( | QTreeWidget * | parent, | |
| QTime | start, | |||
| QTime | end | |||
| ) | [inline] |
Definition at line 32 of file intervalitem.h.
| TimeInterval KPlato::IntervalItem::interval | ( | ) | [inline] |
Definition at line 40 of file intervalitem.h.
References m_end, and m_start.
Referenced by KPlato::IntervalEditImpl::slotIntervalSelectionChanged().
QTime KPlato::IntervalItem::m_start [private] |
QTime KPlato::IntervalItem::m_end [private] |
1.5.1-p1