calendarsupport
CalendarSupport::CellItem Class Referenceabstract
#include <cellitem.h>
Inherited by PrintCellItem.
Public Member Functions | |
CellItem () | |
virtual | ~CellItem () |
virtual QString | label () const |
virtual bool | overlaps (CellItem *other) const =0 |
void | setSubCell (int v) |
void | setSubCells (int v) |
int | subCell () const |
int | subCells () const |
Static Public Member Functions | |
static QList< CellItem * > | placeItem (QList< CellItem * > cells, CellItem *placeItem) |
Detailed Description
Definition at line 30 of file cellitem.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 33 of file cellitem.h.
|
inlinevirtual |
Definition at line 37 of file cellitem.h.
Member Function Documentation
|
virtual |
Definition at line 31 of file cellitem.cpp.
|
pure virtual |
Place item placeItem
into stripe containing items cells
in a way that items don't overlap.
- Parameters
-
cells The list of other cell items to be laid out parallel to the placeItem. placeItem The item to be laid out.
- Returns
- Placed items
Definition at line 36 of file cellitem.cpp.
|
inline |
Definition at line 41 of file cellitem.h.
|
inline |
Definition at line 38 of file cellitem.h.
|
inline |
Definition at line 42 of file cellitem.h.
|
inline |
Definition at line 39 of file cellitem.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.