![]() |
KD Chart API Documentation
3.1
|
Go to the source code of this file.
Functions | |
KDAB_SCOPED_UNITTEST_SIMPLE (KDGantt, DateTimeSpan, "test") | |
KDAB_SCOPED_UNITTEST_SIMPLE (KDGantt, Span, "test") | |
QDebug | operator<< (QDebug dbg, const KDGantt::DateTimeSpan &s) |
QDebug | operator<< (QDebug dbg, const KDGantt::Span &s) |
QDebug | operator<< (QDebug dbg, KDGantt::ItemDataRole r) |
QDebug | operator<< (QDebug dbg, KDGantt::ItemType t) |
static std::ostream & | operator<< (std::ostream &os, const DateTimeSpan &span) |
static std::ostream & | operator<< (std::ostream &os, const Span &span) |
KDAB_SCOPED_UNITTEST_SIMPLE | ( | KDGantt | , |
DateTimeSpan | , | ||
"test" | |||
) |
Definition at line 199 of file kdganttglobal.cpp.
References KDGantt::DateTimeSpan::isValid(), KDGantt::DateTimeSpan::setEnd(), and KDGantt::DateTimeSpan::setStart().
KDAB_SCOPED_UNITTEST_SIMPLE | ( | KDGantt | , |
Span | , | ||
"test" | |||
) |
Definition at line 188 of file kdganttglobal.cpp.
References KDGantt::Span::isValid(), KDGantt::Span::length(), KDGantt::Span::setLength(), KDGantt::Span::setStart(), and KDGantt::Span::start().
QDebug operator<< | ( | QDebug | dbg, |
const KDGantt::DateTimeSpan & | s | ||
) |
Definition at line 156 of file kdganttglobal.cpp.
References KDGantt::DateTimeSpan::end(), and KDGantt::DateTimeSpan::start().
QDebug operator<< | ( | QDebug | dbg, |
const KDGantt::Span & | s | ||
) |
Definition at line 151 of file kdganttglobal.cpp.
References KDGantt::Span::length(), and KDGantt::Span::start().
QDebug operator<< | ( | QDebug | dbg, |
KDGantt::ItemDataRole | r | ||
) |
Definition at line 100 of file kdganttglobal.cpp.
References KDGantt::EndTimeRole, KDGantt::ItemTypeRole, KDGantt::LegendRole, KDGantt::StartTimeRole, and KDGantt::TaskCompletionRole.
QDebug operator<< | ( | QDebug | dbg, |
KDGantt::ItemType | t | ||
) |
Definition at line 124 of file kdganttglobal.cpp.
References KDGantt::TypeEvent, KDGantt::TypeMulti, KDGantt::TypeNone, KDGantt::TypeSummary, KDGantt::TypeTask, and KDGantt::TypeUser.
|
static |
Definition at line 174 of file kdganttglobal.cpp.
References KDGantt::DateTimeSpan::end(), and KDGantt::DateTimeSpan::start().
|
static |
Definition at line 168 of file kdganttglobal.cpp.
References KDGantt::Span::length(), and KDGantt::Span::start().