kdgantt
KDGanttViewEventItem Class Reference
#include <KDGanttViewEventItem.h>
Inheritance diagram for KDGanttViewEventItem:

Detailed Description
An event item in a Gantt chart.This class represents event items in Gantt charts.
Definition at line 40 of file KDGanttViewEventItem.h.
Public Member Functions | |
KDGanttViewEventItem (KDGanttView *view, const QString &lvtext=QString::null, const QString &name=QString::null) | |
KDGanttViewEventItem (KDGanttViewItem *parent, const QString &lvtext=QString::null, const QString &name=QString::null) | |
KDGanttViewEventItem (KDGanttView *view, KDGanttViewItem *after, const QString &lvtext=QString::null, const QString &name=QString::null) | |
KDGanttViewEventItem (KDGanttViewItem *parent, KDGanttViewItem *after, const QString &lvtext=QString::null, const QString &name=QString::null) | |
virtual | ~KDGanttViewEventItem () |
void | setLeadTime (const QDateTime &leadTimeStart) |
void | setStartTime (const QDateTime &start) |
QDateTime | leadTime () const |
Constructor & Destructor Documentation
|
Constructs an empty Gantt item of type event.
Definition at line 55 of file KDGanttViewEventItem.cpp. |
|
Constructs an empty Gantt item of type event.
Definition at line 72 of file KDGanttViewEventItem.cpp. |
|
Constructs an empty Gantt item of type event.
Definition at line 91 of file KDGanttViewEventItem.cpp. |
|
Constructs an empty Gantt item of type event.
Definition at line 111 of file KDGanttViewEventItem.cpp. |
|
The destructor. Nothing done here. Definition at line 125 of file KDGanttViewEventItem.cpp. |
Member Function Documentation
|
Returns whether the event item is shown with a lead time line and if yes, when the lead time starts.
Definition at line 189 of file KDGanttViewEventItem.cpp. |
|
Specifies whether the event item should be shown with a lead time line, and if yes, when the lead time starts. If the start time is less than the lead time, the start time is set to this lead time automatically.
Definition at line 167 of file KDGanttViewEventItem.cpp. |
|
Specifies the start time of this item. The parameter must be valid and non-null. If the parameter is invalid or null, no value is set. If the start time is less than the lead time, the lead time is set to this start time automatically.
Reimplemented from KDGanttViewItem. Definition at line 139 of file KDGanttViewEventItem.cpp. |
The documentation for this class was generated from the following files: