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