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;
50 void updateModel( KJS::JSObject *m_root);
53 KJS::Interpreter *m_js;
54 KJS::JSObject *m_root;
Implement QString-KJS::UString conversion methods.
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Mon May 15 2017 14:45:20 by
doxygen 1.8.13 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.