PIMPrint Library
PimPrint::Calendar::CellItem Class Referenceabstract
#include <cellitem.h>
Inheritance diagram for PimPrint::Calendar::CellItem:
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 37 of file cellitem.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 40 of file cellitem.h.
|
inlinevirtual |
Definition at line 45 of file cellitem.h.
Member Function Documentation
|
virtual |
Reimplemented in PimPrint::Calendar::PrintCellItem.
Definition at line 31 of file cellitem.cpp.
|
pure virtual |
Implemented in PimPrint::Calendar::PrintCellItem.
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 59 of file cellitem.h.
|
inline |
Definition at line 49 of file cellitem.h.
|
inline |
Definition at line 64 of file cellitem.h.
|
inline |
Definition at line 54 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:32:09 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:32:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.