okteta
structtreemodel.h
Go to the documentation of this file.
bool setData(const QModelIndex &index, const QVariant &value, int role=Qt::EditRole)
Definition: structtreemodel.cpp:139
Interface that must be implemented by all datatypes.
Definition: datainformation.h:67
void onChildrenAboutToBeRemoved(DataInformation *sender, uint startIndex, uint endIndex)
Definition: structtreemodel.cpp:79
int rowCount(const QModelIndex &parent=QModelIndex()) const
Definition: structtreemodel.cpp:219
void onChildrenInserted(const DataInformation *sender, uint startIndex, uint endIndex)
Definition: structtreemodel.cpp:67
virtual ~StructTreeModel()
Definition: structtreemodel.cpp:51
void onChildrenRemoved(const DataInformation *sender, uint startIndex, uint endIndex)
Definition: structtreemodel.cpp:55
void onToolDataChange(int row, void *data)
Definition: structtreemodel.cpp:255
QVariant headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const
Definition: structtreemodel.cpp:168
int columnCount(const QModelIndex &parent=QModelIndex()) const
Definition: structtreemodel.cpp:105
QModelIndex parent(const QModelIndex &index) const
Definition: structtreemodel.cpp:202
QModelIndex index(int row, int column, const QModelIndex &parent=QModelIndex()) const
Definition: structtreemodel.cpp:178
void onChildrenAboutToBeInserted(DataInformation *sender, uint startIndex, uint endIndex)
Definition: structtreemodel.cpp:92
StructTreeModel(StructTool *tool, QObject *parent=NULL)
Definition: structtreemodel.cpp:35
Qt::ItemFlags flags(const QModelIndex &index) const
Definition: structtreemodel.cpp:160
Definition: structtreemodel.h:36
Definition: datainformationbase.h:44
Definition: structtool.h:49
virtual bool hasChildren(const QModelIndex &parent=QModelIndex()) const
Definition: structtreemodel.cpp:235
QVariant data(const QModelIndex &index, int role) const
Definition: structtreemodel.cpp:111
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:09 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 23:04:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.