kdgantt2
KDGantt::DateTimeSpan Class Reference
#include <kdganttglobal.h>
Public Member Functions | |
DateTimeSpan () | |
DateTimeSpan (const QDateTime &start, const QDateTime &end) | |
DateTimeSpan (const DateTimeSpan &other) | |
~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 |
Detailed Description
Definition at line 254 of file kdganttglobal.h.
Constructor & Destructor Documentation
DateTimeSpan::DateTimeSpan | ( | ) |
Definition at line 88 of file kdganttglobal.cpp.
Definition at line 92 of file kdganttglobal.cpp.
DateTimeSpan::DateTimeSpan | ( | const DateTimeSpan & | other | ) |
Definition at line 97 of file kdganttglobal.cpp.
DateTimeSpan::~DateTimeSpan | ( | ) |
Definition at line 102 of file kdganttglobal.cpp.
Member Function Documentation
|
inline |
Definition at line 269 of file kdganttglobal.h.
bool DateTimeSpan::equals | ( | const DateTimeSpan & | other | ) | const |
Definition at line 120 of file kdganttglobal.cpp.
bool DateTimeSpan::isValid | ( | ) | const |
Definition at line 115 of file kdganttglobal.cpp.
DateTimeSpan & DateTimeSpan::operator= | ( | const DateTimeSpan & | other | ) |
Definition at line 106 of file kdganttglobal.cpp.
|
inline |
Definition at line 268 of file kdganttglobal.h.
|
inline |
Definition at line 265 of file kdganttglobal.h.
|
inline |
Definition at line 266 of file kdganttglobal.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.