KD Chart 2
[rev.2.7]
|
#include <kdganttglobal.h>
Public Member Functions | |
DateTimeSpan () | |
DateTimeSpan (const QDateTime &start, const QDateTime &end) | |
DateTimeSpan (const DateTimeSpan &other) | |
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 82 of file kdganttglobal.cpp.
DateTimeSpan::DateTimeSpan | ( | const QDateTime & | start, |
const QDateTime & | end | ||
) |
Definition at line 86 of file kdganttglobal.cpp.
DateTimeSpan::DateTimeSpan | ( | const DateTimeSpan & | other | ) |
Definition at line 91 of file kdganttglobal.cpp.
DateTimeSpan::~DateTimeSpan | ( | ) |
Definition at line 96 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 114 of file kdganttglobal.cpp.
Referenced by KDGantt::operator!=(), and KDGantt::operator==().
bool DateTimeSpan::isValid | ( | ) | const |
Definition at line 109 of file kdganttglobal.cpp.
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE().
DateTimeSpan & DateTimeSpan::operator= | ( | const DateTimeSpan & | other | ) |
Definition at line 100 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<<().