KGantt::Span
#include <KGanttGlobal>
Public Member Functions | |
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 |
Detailed Description
A class representing a start point and a length.
Constructor & Destructor Documentation
◆ Span() [1/3]
|
inline |
Definition at line 244 of file kganttglobal.h.
◆ Span() [2/3]
|
inline |
Definition at line 245 of file kganttglobal.h.
◆ Span() [3/3]
|
inline |
Definition at line 246 of file kganttglobal.h.
Member Function Documentation
◆ end()
|
inline |
Definition at line 253 of file kganttglobal.h.
◆ equals()
|
inline |
Definition at line 260 of file kganttglobal.h.
◆ expandedTo()
Definition at line 263 of file kganttglobal.h.
◆ isValid()
|
inline |
Definition at line 258 of file kganttglobal.h.
◆ length()
|
inline |
Definition at line 256 of file kganttglobal.h.
◆ operator=()
Definition at line 248 of file kganttglobal.h.
◆ setEnd()
|
inline |
Definition at line 252 of file kganttglobal.h.
◆ setLength()
|
inline |
Definition at line 255 of file kganttglobal.h.
◆ setStart()
|
inline |
Definition at line 250 of file kganttglobal.h.
◆ start()
|
inline |
Definition at line 251 of file kganttglobal.h.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:02:41 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.