kdgantt
KDGantt::DateTimeSpan Class Reference
#include <kdganttglobal.h>
Detailed Description
Definition at line 241 of file kdganttglobal.h.
Public Member Functions | |
| 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 |
| ~DateTimeSpan () | |
Constructor & Destructor Documentation
| DateTimeSpan::DateTimeSpan | ( | ) |
Definition at line 72 of file kdganttglobal.cpp.
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.
Member Function Documentation
| QDateTime KDGantt::DateTimeSpan::end | ( | ) | const [inline] |
Definition at line 256 of file kdganttglobal.h.
| bool DateTimeSpan::equals | ( | const DateTimeSpan & | other | ) | const |
Definition at line 104 of file kdganttglobal.cpp.
| bool DateTimeSpan::isValid | ( | ) | const |
Definition at line 99 of file kdganttglobal.cpp.
| DateTimeSpan & DateTimeSpan::operator= | ( | const DateTimeSpan & | other | ) |
Definition at line 90 of file kdganttglobal.cpp.
| void KDGantt::DateTimeSpan::setEnd | ( | const QDateTime & | end | ) | [inline] |
Definition at line 255 of file kdganttglobal.h.
| void KDGantt::DateTimeSpan::setStart | ( | const QDateTime & | start | ) | [inline] |
Definition at line 252 of file kdganttglobal.h.
| QDateTime KDGantt::DateTimeSpan::start | ( | ) | const [inline] |
Definition at line 253 of file kdganttglobal.h.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference