Eventviews
monthgraphicsitems.h
QList< MonthItem * > mMonthItemList
This is used to get the height of the minimum height (vertical position) in the month cells.
Definition monthgraphicsitems.h:59
A MonthGraphicsItem representing a part of an event.
Definition monthgraphicsitems.h:116
bool isMoving() const
Returns true if this item is currently being moved (ie.
Definition monthgraphicsitems.cpp:131
void updateGeometry()
Change QGraphicsItem pos and boundingRect in the scene according to the incidence start and end date.
Definition monthgraphicsitems.cpp:334
QRectF boundingRect() const override
Reimplemented from QGraphicsItem.
Definition monthgraphicsitems.cpp:203
bool isBeginItem() const
Returns true if this MonthGraphicsItem is the first one of the MonthItem ones.
Definition monthgraphicsitems.cpp:141
bool isEndItem() const
Returns true if this MonthGraphicsItem is the last one of the MonthItem ones.
Definition monthgraphicsitems.cpp:136
int daySpan() const
Returns the number of day this item spans on minus one to be compatible with QDate::addDays().
Definition monthgraphicsitems.cpp:329
bool isResizing() const
Returns true if this item is currently being resized (ie.
Graphics items which indicates that the view can be scrolled to display more events.
Definition monthgraphicsitems.h:22
Namespace EventViews provides facilities for displaying incidences, including events,...
Definition agenda.h:33
Q_INTERFACES(...)
Q_OBJECTQ_OBJECT
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:07:11 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:07:11 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.