KD Chart 2  [rev.2.7]
Public Member Functions | List of all members
KDGantt::DateTimeSpan Class Reference

#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
 
DateTimeSpanoperator= (const DateTimeSpan &other)
 
void setEnd (const QDateTime &end)
 
void setStart (const QDateTime &start)
 
QDateTime start () const
 
 ~DateTimeSpan ()
 

Detailed Description

Definition at line 267 of file kdganttglobal.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

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<<().


The documentation for this class was generated from the following files:

Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/

https://www.kdab.com/development-resources/qt-tools/kd-chart/