Public Member Functions

KDGantt::DateTimeSpan Class Reference

#include <kdganttglobal.h>

Collaboration diagram for KDGantt::DateTimeSpan:
Collaboration graph
[legend]

List of all members.

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 259 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 274 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 273 of file kdganttglobal.h.

Referenced by KDAB_SCOPED_UNITTEST_SIMPLE().

void KDGantt::DateTimeSpan::setStart ( const QDateTime &  start  ) 

Definition at line 270 of file kdganttglobal.h.

Referenced by KDAB_SCOPED_UNITTEST_SIMPLE().

QDateTime KDGantt::DateTimeSpan::start (  )  const

Definition at line 271 of file kdganttglobal.h.

Referenced by operator<<().


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