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.
Definition at line 240 of file kganttglobal.h.
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-2025 The KDE developers.
Generated on Fri May 2 2025 11:54:20 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.