kalarm
eventlistmodel.h
Go to the documentation of this file.
48 ColumnCount
62 virtual QModelIndex index(int row, int column = 0, const QModelIndex& parent = QModelIndex()) const;
75 void removeEvent(const KAEvent* event) { removeEvent(mEvents.indexOf(const_cast<KAEvent*>(event))); }
118 static int mTimeHourPos; // position of hour within time string, or -1 if leading zeroes included
Definition: eventlistmodel.h:128
Definition: eventlistmodel.h:52
Definition: eventlistmodel.h:53
virtual bool event(QEvent *e)
Definition: eventlistmodel.h:46
Definition: eventlistmodel.h:41
typedef ItemFlags
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:51 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:34:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.