kdgantt2
Classes | |
class | AbstractGrid |
class | AbstractRowController |
class | Constraint |
class | ConstraintGraphicsItem |
class | ConstraintModel |
class | ConstraintProxy |
class | DateTimeGrid |
class | DateTimeScaleFormatter |
class | DateTimeSpan |
class | ForwardingProxyModel |
class | GraphicsItem |
class | GraphicsScene |
class | GraphicsView |
class | HeaderWidget |
class | ItemDelegate |
class | KDGanttTreeView |
class | Legend |
class | ListViewRowController |
class | ProxyModel |
class | Span |
class | StyleOptionGanttItem |
class | SummaryHandlingProxyModel |
class | TreeViewRowController |
class | View |
Enumerations | |
enum | ItemDataRole { KDGanttRoleBase = Qt::UserRole + 1174, StartTimeRole = KDGanttRoleBase + 1, EndTimeRole = KDGanttRoleBase + 2, TaskCompletionRole = KDGanttRoleBase + 3, ItemTypeRole = KDGanttRoleBase + 4, LegendRole = KDGanttRoleBase + 5, TextPositionRole = KDGanttRoleBase + 6 } |
enum | ItemType { TypeNone = 0, TypeEvent = 1, TypeTask = 2, TypeSummary = 3, TypeMulti = 4, TypeUser = 1000 } |
Functions | |
bool | operator!= (const Span &s1, const Span &s2) |
bool | operator!= (const DateTimeSpan &s1, const DateTimeSpan &s2) |
bool | operator== (const Span &s1, const Span &s2) |
bool | operator== (const DateTimeSpan &s1, const DateTimeSpan &s2) |
uint | qHash (const Constraint &c) |
Detailed Description
All classes in KD Gantt are located in this namespace.
Enumeration Type Documentation
The values of this enum are used for the special data roles for gantt items
KDGantt::KDGanttRoleBase The base value used for the KDGantt role enum values. The actual roles have values base+1, base+2, ...
KDGantt::StartTimeRole Start time (or other start value) for a gantt item.
KDGantt::EndTimeRole End time (or other end value) for a gantt item.
KDGantt::TaskCompletionRole Task completetion percentage used by Task items. Should be an integer og a double between 0 and 100.
KDGantt::ItemTypeRole The item type.
- See also
- KDGantt::ItemType.
KDGantt::TextPositionRole The position of the text label on the item. The type of this value is KDGantt::StyleOptionGanttItem::Position and the default values is Right.
Enumerator | |
---|---|
KDGanttRoleBase | |
StartTimeRole | |
EndTimeRole | |
TaskCompletionRole | |
ItemTypeRole | |
LegendRole | |
TextPositionRole |
Definition at line 202 of file kdganttglobal.h.
enum KDGantt::ItemType |
The values of this enum are used to represent the different types of gantt items that KDGantt understands. The itemtype is served through the KDGantt::ItemTypeRole role
Enumerator | |
---|---|
TypeNone | |
TypeEvent | |
TypeTask | |
TypeSummary | |
TypeMulti | |
TypeUser |
Definition at line 211 of file kdganttglobal.h.
Function Documentation
|
inline |
Definition at line 251 of file kdganttglobal.h.
|
inline |
Definition at line 277 of file kdganttglobal.h.
|
inline |
Definition at line 250 of file kdganttglobal.h.
|
inline |
Definition at line 276 of file kdganttglobal.h.
|
inline |
Definition at line 81 of file kdganttconstraint.h.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.