akonadi/kcal
Akonadi::KCalModel Class Reference
#include <kcalmodel.h>
Inheritance diagram for Akonadi::KCalModel:

Detailed Description
Definition at line 28 of file kcalmodel.h.
Public Types | |
| enum | Column { Summary, DateTimeStart, DateTimeEnd, Type } |
Public Member Functions | |
| 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 |
| KCalModel (QObject *parent=0) | |
| virtual | ~KCalModel () |
Member Enumeration Documentation
Constructor & Destructor Documentation
| KCalModel::KCalModel | ( | QObject * | parent = 0 |
) |
Definition at line 44 of file kcalmodel.cpp.
| KCalModel::~KCalModel | ( | ) | [virtual] |
Definition at line 51 of file kcalmodel.cpp.
Member Function Documentation
| int KCalModel::columnCount | ( | const QModelIndex & | parent = QModelIndex() |
) | const [virtual] |
Definition at line 56 of file kcalmodel.cpp.
| QVariant KCalModel::data | ( | const QModelIndex & | index, | |
| int | role = Qt::DisplayRole | |||
| ) | const [virtual] |
Definition at line 61 of file kcalmodel.cpp.
| QVariant KCalModel::headerData | ( | int | section, | |
| Qt::Orientation | orientation, | |||
| int | role = Qt::DisplayRole | |||
| ) | const [virtual] |
Definition at line 117 of file kcalmodel.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference