calendarsupport
CalendarSupport::KCalModel Class Reference
#include <kcalmodel.h>
Inherits ItemModel.
Public Types | |
enum | Column { Summary, DateTimeStart, DateTimeEnd, Type } |
Public Member Functions | |
KCalModel (QObject *parent=0) | |
virtual | ~KCalModel () |
virtual int | columnCount (const QModelIndex &parent=QModelIndex()) const |
virtual QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
virtual QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
virtual QStringList | mimeTypes () const |
virtual int | rowCount (const QModelIndex &parent=QModelIndex()) const |
Detailed Description
Definition at line 28 of file kcalmodel.h.
Member Enumeration Documentation
Enumerator | |
---|---|
Summary | |
DateTimeStart | |
DateTimeEnd | |
Type |
Definition at line 31 of file kcalmodel.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 77 of file kcalmodel.cpp.
|
virtual |
Definition at line 83 of file kcalmodel.cpp.
Member Function Documentation
|
virtual |
Definition at line 96 of file kcalmodel.cpp.
|
virtual |
Definition at line 114 of file kcalmodel.cpp.
|
virtual |
Definition at line 184 of file kcalmodel.cpp.
|
virtual |
Reimplemented from QAbstractItemModel.
Definition at line 88 of file kcalmodel.cpp.
|
virtual |
Definition at line 105 of file kcalmodel.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.