![]() |
KD Chart API Documentation
3.1
|
A class representing a start point and a length. More...
#include <KDGanttGlobal>
Public Member Functions | |
Span () | |
Span (const Span &other) | |
Span (qreal start, qreal length) | |
qreal | end () const |
bool | equals (const Span &other) const |
Span | expandedTo (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) |
qreal | start () const |
A class representing a start point and a length.
Definition at line 284 of file kdganttglobal.h.
|
inline |
Definition at line 290 of file kdganttglobal.h.
|
inline |
Definition at line 293 of file kdganttglobal.h.
|
inline |
Definition at line 298 of file kdganttglobal.h.
|
inline |
Definition at line 323 of file kdganttglobal.h.
Referenced by expandedTo(), KDGantt::AbstractGrid::isSatisfiedConstraint(), and KDAB_SCOPED_UNITTEST_SIMPLE().
|
inline |
Definition at line 342 of file kdganttglobal.h.
Referenced by KDGantt::operator!=(), and KDGantt::operator==().
Definition at line 346 of file kdganttglobal.h.
|
inline |
Definition at line 337 of file kdganttglobal.h.
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE().
|
inline |
Definition at line 332 of file kdganttglobal.h.
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE(), KDGantt::DateTimeGrid::mapFromChart(), operator<<(), KDGantt::DateTimeGrid::paintGrid(), and KDGantt::GraphicsItem::updateItem().
Definition at line 304 of file kdganttglobal.h.
|
inline |
Definition at line 319 of file kdganttglobal.h.
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE().
|
inline |
Definition at line 328 of file kdganttglobal.h.
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE().
|
inline |
Definition at line 311 of file kdganttglobal.h.
Referenced by KDAB_SCOPED_UNITTEST_SIMPLE().
|
inline |
Definition at line 315 of file kdganttglobal.h.
Referenced by expandedTo(), KDGantt::AbstractGrid::isSatisfiedConstraint(), KDAB_SCOPED_UNITTEST_SIMPLE(), KDGantt::DateTimeGrid::mapFromChart(), operator<<(), KDGantt::DateTimeGrid::paintGrid(), and KDGantt::GraphicsItem::updateItem().