kjsembed
kjs_object_model.h
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
QModelIndex parent(const QModelIndex &index) const
Definition: kjs_object_model.cpp:130
Qt::ItemFlags flags(const QModelIndex &index) const
Definition: kjs_object_model.cpp:53
int columnCount(const QModelIndex &parent=QModelIndex()) const
Definition: kjs_object_model.cpp:75
Definition: kjs_object_model.h:35
KJSObjectModel(KJS::Interpreter *js, QObject *parent=0)
Definition: kjs_object_model.cpp:38
QModelIndex index(int row, int column, const QModelIndex &parent=QModelIndex()) const
Definition: kjs_object_model.cpp:93
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
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Jan 30 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Jan 30 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.