kjots
KJotsEntity Class Reference
#include <kjotsmodel.h>
Inheritance diagram for KJotsEntity:
Public Member Functions | |
KJotsEntity (const QModelIndex &index, QObject *parent=0) | |
QVariantList | breadcrumbs () const |
QString | content () const |
QVariantList | entities () const |
qint64 | entityId () const |
bool | isBook () const |
bool | isPage () const |
QString | plainContent () const |
void | setIndex (const QModelIndex &index) |
QString | title () const |
Properties | |
QVariantList | breadcrumbs |
QString | content |
QVariantList | entities |
qint64 | entityId |
bool | isBook |
bool | isPage |
QString | plainContent |
QString | title |
Detailed Description
A wrapper QObject making some book and page properties available to Grantlee.
Definition at line 39 of file kjotsmodel.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 45 of file kjotsmodel.cpp.
Member Function Documentation
QVariantList KJotsEntity::breadcrumbs | ( | ) | const |
QString KJotsEntity::content | ( | ) | const |
QVariantList KJotsEntity::entities | ( | ) | const |
qint64 KJotsEntity::entityId | ( | ) | const |
bool KJotsEntity::isBook | ( | ) | const |
bool KJotsEntity::isPage | ( | ) | const |
QString KJotsEntity::plainContent | ( | ) | const |
void KJotsEntity::setIndex | ( | const QModelIndex & | index | ) |
Definition at line 51 of file kjotsmodel.cpp.
QString KJotsEntity::title | ( | ) | const |
Property Documentation
|
read |
Definition at line 49 of file kjotsmodel.h.
|
read |
Definition at line 43 of file kjotsmodel.h.
|
read |
Definition at line 48 of file kjotsmodel.h.
|
read |
Definition at line 45 of file kjotsmodel.h.
|
read |
Definition at line 46 of file kjotsmodel.h.
|
read |
Definition at line 47 of file kjotsmodel.h.
|
read |
Definition at line 44 of file kjotsmodel.h.
|
read |
Definition at line 42 of file kjotsmodel.h.
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:55:39 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:55:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.