kjsembed
kjs_object_model.h
Go to the documentation of this file.
QModelIndex parent(const QModelIndex &index) const
Definition: kjs_object_model.cpp:130
Definition: kjs_object_model.h:35
Qt::ItemFlags flags(const QModelIndex &index) const
Definition: kjs_object_model.cpp:53
KJSObjectModel(KJS::Interpreter *js, QObject *parent=0)
Definition: kjs_object_model.cpp:38
int columnCount(const QModelIndex &parent=QModelIndex()) const
Definition: kjs_object_model.cpp:75
QVariant data(const QModelIndex &index, int role) const
Definition: kjs_object_model.cpp:154
int rowCount(const QModelIndex &parent=QModelIndex()) const
Definition: kjs_object_model.cpp:61
QModelIndex index(int row, int column, const QModelIndex &parent=QModelIndex()) const
Definition: kjs_object_model.cpp:93
QVariant headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const
Definition: kjs_object_model.cpp:81
void updateModel(KJS::JSObject *m_root)
Definition: kjs_object_model.cpp:43
This file is part of the KDE documentation.
Documentation copyright © 1996-2018 The KDE developers.
Generated on Sun Feb 11 2018 21:13:06 by doxygen 1.8.14 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2018 The KDE developers.
Generated on Sun Feb 11 2018 21:13:06 by doxygen 1.8.14 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.