kdgantt
KDGantt::Span Class Reference
#include <KDGanttGlobal>
Detailed Description
A class representing a start point and a length.Definition at line 211 of file kdganttglobal.h.
Public Member Functions | |
| qreal | end () const |
| bool | equals (const Span &other) const |
| bool | isValid () const |
| qreal | length () const |
| Span & | operator= (const Span &other) |
| void | setEnd (qreal end) |
| void | setLength (qreal length) |
| void | setStart (qreal start) |
| Span (const Span &other) | |
| Span (qreal start, qreal length) | |
| Span () | |
| qreal | start () const |
| ~Span () | |
Constructor & Destructor Documentation
| KDGantt::Span::Span | ( | ) | [inline] |
Definition at line 215 of file kdganttglobal.h.
| KDGantt::Span::Span | ( | qreal | start, | |
| qreal | length | |||
| ) | [inline] |
Definition at line 216 of file kdganttglobal.h.
| KDGantt::Span::Span | ( | const Span & | other | ) | [inline] |
Definition at line 217 of file kdganttglobal.h.
| Span::~Span | ( | ) |
Definition at line 68 of file kdganttglobal.cpp.
Member Function Documentation
| qreal KDGantt::Span::end | ( | ) | const [inline] |
Definition at line 225 of file kdganttglobal.h.
| bool KDGantt::Span::equals | ( | const Span & | other | ) | const [inline] |
Definition at line 232 of file kdganttglobal.h.
| bool KDGantt::Span::isValid | ( | ) | const [inline] |
Definition at line 230 of file kdganttglobal.h.
| qreal KDGantt::Span::length | ( | ) | const [inline] |
Definition at line 228 of file kdganttglobal.h.
Definition at line 220 of file kdganttglobal.h.
| void KDGantt::Span::setEnd | ( | qreal | end | ) | [inline] |
Definition at line 224 of file kdganttglobal.h.
| void KDGantt::Span::setLength | ( | qreal | length | ) | [inline] |
Definition at line 227 of file kdganttglobal.h.
| void KDGantt::Span::setStart | ( | qreal | start | ) | [inline] |
Definition at line 222 of file kdganttglobal.h.
| qreal KDGantt::Span::start | ( | ) | const [inline] |
Definition at line 223 of file kdganttglobal.h.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference