rocs/App
ApiDocModel Class Reference
#include <ApiDocModel.h>
Inheritance diagram for ApiDocModel:

Public Types | |
| enum | Roles { TitleRole = Qt::UserRole + 1, DocumentRole, AnchorRole } |
Public Member Functions | |
| ApiDocModel (QList< ObjectDocumentation * > dataList, QObject *parent=0) | |
| ~ApiDocModel () | |
| int | columnCount (const QModelIndex &parent=QModelIndex()) const |
| QVariant | data (const QModelIndex &index, int role) const |
| Qt::ItemFlags | flags (const QModelIndex &index) const |
| QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
| QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const |
| QModelIndex | parent (const QModelIndex &index) const |
| int | rowCount (const QModelIndex &parent=QModelIndex()) const |
Detailed Description
Definition at line 24 of file ApiDocModel.h.
Member Enumeration Documentation
| enum ApiDocModel::Roles |
| Enumerator | |
|---|---|
| TitleRole | |
| DocumentRole | |
| AnchorRole | |
Definition at line 29 of file ApiDocModel.h.
Constructor & Destructor Documentation
| ApiDocModel::ApiDocModel | ( | QList< ObjectDocumentation * > | dataList, |
| QObject * | parent = 0 |
||
| ) |
Definition at line 120 of file ApiDocModel.cpp.
| ApiDocModel::~ApiDocModel | ( | ) |
Definition at line 129 of file ApiDocModel.cpp.
Member Function Documentation
| int ApiDocModel::columnCount | ( | const QModelIndex & | parent = QModelIndex() | ) | const |
Definition at line 190 of file ApiDocModel.cpp.
| QVariant ApiDocModel::data | ( | const QModelIndex & | index, |
| int | role | ||
| ) | const |
Definition at line 200 of file ApiDocModel.cpp.
| Qt::ItemFlags ApiDocModel::flags | ( | const QModelIndex & | index | ) | const |
Definition at line 219 of file ApiDocModel.cpp.
| QVariant ApiDocModel::headerData | ( | int | section, |
| Qt::Orientation | orientation, | ||
| int | role = Qt::DisplayRole |
||
| ) | const |
Definition at line 227 of file ApiDocModel.cpp.
| QModelIndex ApiDocModel::index | ( | int | row, |
| int | column, | ||
| const QModelIndex & | parent = QModelIndex() |
||
| ) | const |
Definition at line 134 of file ApiDocModel.cpp.
| QModelIndex ApiDocModel::parent | ( | const QModelIndex & | index | ) | const |
Definition at line 157 of file ApiDocModel.cpp.
| int ApiDocModel::rowCount | ( | const QModelIndex & | parent = QModelIndex() | ) | const |
Definition at line 173 of file ApiDocModel.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:42:22 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:42:22 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference