Nepomuk
Go to the documentation of this file.
22 #ifndef _NEPOMUK_SIMPLE_RESOURCE_MODEL_H_
23 #define _NEPOMUK_SIMPLE_RESOURCE_MODEL_H_
32 #include <QtCore/QList>
68 QModelIndex indexForResource(
const Resource& res )
const;
76 Resource resourceForIndex(
const QModelIndex& index )
const;
81 int rowCount(
const QModelIndex& parent = QModelIndex() )
const;
86 QModelIndex index(
int row,
int column,
const QModelIndex& parent = QModelIndex() )
const;
91 bool removeRows(
int row,
int count,
const QModelIndex& parent = QModelIndex());
97 void setResources(
const QList<Nepomuk::Resource>& resources );
103 void addResources(
const QList<Nepomuk::Resource>& resources );
116 void setResults(
const QList<Nepomuk::Query::Result>& results );
123 void addResults(
const QList<Nepomuk::Query::Result>& results );
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Apr 16 2013 20:58:25 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.