![]() |
KD Chart 2
[rev.2.8]
|
#include <kdganttglobal.h>
Public Member Functions | |
| DateTimeSpan () | |
| DateTimeSpan (const DateTimeSpan &other) | |
| DateTimeSpan (const QDateTime &start, const QDateTime &end) | |
| QDateTime | end () const |
| bool | equals (const DateTimeSpan &other) const |
| bool | isValid () const |
| DateTimeSpan & | operator= (const DateTimeSpan &other) |
| void | setEnd (const QDateTime &end) |
| void | setStart (const QDateTime &start) |
| QDateTime | start () const |
| ~DateTimeSpan () | |
Definition at line 267 of file kdganttglobal.h.
| DateTimeSpan::DateTimeSpan | ( | ) |
Definition at line 72 of file kdganttglobal.cpp.
| DateTimeSpan::DateTimeSpan | ( | const QDateTime & | start, |
| const QDateTime & | end | ||
| ) |
Definition at line 76 of file kdganttglobal.cpp.
| DateTimeSpan::DateTimeSpan | ( | const DateTimeSpan & | other | ) |
Definition at line 81 of file kdganttglobal.cpp.
| DateTimeSpan::~DateTimeSpan | ( | ) |
Definition at line 86 of file kdganttglobal.cpp.
| QDateTime KDGantt::DateTimeSpan::end | ( | ) | const |
Definition at line 282 of file kdganttglobal.h.
Referenced by operator<<().
| bool DateTimeSpan::equals | ( | const DateTimeSpan & | other | ) | const |
Definition at line 104 of file kdganttglobal.cpp.
Referenced by KDGantt::operator!=(), and KDGantt::operator==().
| bool DateTimeSpan::isValid | ( | ) | const |
Definition at line 99 of file kdganttglobal.cpp.
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE().
| DateTimeSpan & DateTimeSpan::operator= | ( | const DateTimeSpan & | other | ) |
Definition at line 90 of file kdganttglobal.cpp.
| void KDGantt::DateTimeSpan::setEnd | ( | const QDateTime & | end | ) |
Definition at line 281 of file kdganttglobal.h.
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE().
| void KDGantt::DateTimeSpan::setStart | ( | const QDateTime & | start | ) |
Definition at line 278 of file kdganttglobal.h.
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE().
| QDateTime KDGantt::DateTimeSpan::start | ( | ) | const |
Definition at line 279 of file kdganttglobal.h.
Referenced by operator<<().