kjsembed
kjs_object_model.cpp
Go to the documentation of this file.
Qt::ItemFlags flags(const QModelIndex &index) const
Definition: kjs_object_model.cpp:53
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
void reset()
bool isValid() const
void * internalPointer() const
QModelIndex createIndex(int row, int column, void *ptr) const
int rowCount(const QModelIndex &parent=QModelIndex()) const
Definition: kjs_object_model.cpp:61
int column() const
QObject * parent() const
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
typedef ItemFlags
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.