kjsembed
Go to the documentation of this file.
22 #ifndef KJS_OBJECT_MODEL
23 #define KJS_OBJECT_MODEL
25 #include <QtCore/QModelIndex>
26 #include <QtCore/QVariant>
42 QVariant
data(
const QModelIndex &
index,
int role)
const;
43 Qt::ItemFlags
flags(
const QModelIndex &index)
const;
44 QVariant
headerData(
int section, Qt::Orientation orientation,
int role = Qt::DisplayRole)
const;
45 QModelIndex
index(
int row,
int column,
const QModelIndex &
parent = QModelIndex())
const;
46 QModelIndex
parent(
const QModelIndex &index)
const;
47 int rowCount(
const QModelIndex &parent = QModelIndex())
const;
48 int columnCount(
const QModelIndex &parent = QModelIndex())
const;
53 KJS::Interpreter *m_js;
54 KJS::JSObject *m_root;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Mon Jul 15 2013 05:09:07 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.