![]() |
KD Chart API Documentation
3.1
|
#include <kdganttglobal.h>
Public Member Functions | |
DateTimeSpan () | |
DateTimeSpan (const DateTimeSpan &other) | |
DateTimeSpan (const QDateTime &start, const QDateTime &end) | |
~DateTimeSpan () | |
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 |
Definition at line 362 of file kdganttglobal.h.
DateTimeSpan::DateTimeSpan | ( | ) |
Definition at line 60 of file kdganttglobal.cpp.
DateTimeSpan::DateTimeSpan | ( | const QDateTime & | start, |
const QDateTime & | end | ||
) |
Definition at line 64 of file kdganttglobal.cpp.
DateTimeSpan::DateTimeSpan | ( | const DateTimeSpan & | other | ) |
Definition at line 70 of file kdganttglobal.cpp.
DateTimeSpan::~DateTimeSpan | ( | ) |
Definition at line 75 of file kdganttglobal.cpp.
|
inline |
Definition at line 388 of file kdganttglobal.h.
Referenced by operator<<().
bool DateTimeSpan::equals | ( | const DateTimeSpan & | other | ) | const |
Definition at line 93 of file kdganttglobal.cpp.
Referenced by KDGantt::operator!=(), and KDGantt::operator==().
bool DateTimeSpan::isValid | ( | ) | const |
Definition at line 88 of file kdganttglobal.cpp.
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE().
DateTimeSpan & DateTimeSpan::operator= | ( | const DateTimeSpan & | other | ) |
Definition at line 79 of file kdganttglobal.cpp.
|
inline |
Definition at line 384 of file kdganttglobal.h.
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE().
|
inline |
Definition at line 375 of file kdganttglobal.h.
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE().
|
inline |
Definition at line 379 of file kdganttglobal.h.
Referenced by operator<<().