kdgantt2
kdganttforwardingproxymodel.cpp
Go to the documentation of this file.
181 void ForwardingProxyModel::sourceColumnsInserted( const QModelIndex& parentIdx, int start, int end )
202 void ForwardingProxyModel::sourceColumnsRemoved( const QModelIndex& parentIdx, int start, int end )
213 void ForwardingProxyModel::sourceRowsAboutToBeInserted( const QModelIndex & parentIdx, int start, int end )
221 void ForwardingProxyModel::sourceRowsInserted( const QModelIndex& parentIdx, int start, int end )
232 void ForwardingProxyModel::sourceRowsAboutToBeRemoved( const QModelIndex & parentIdx, int start, int end )
240 void ForwardingProxyModel::sourceRowsRemoved( const QModelIndex& parentIdx, int start, int end )
ForwardingProxyModel(QObject *parent=0)
Definition: kdganttforwardingproxymodel.cpp:36
bool setData(const QModelIndex &index, const QVariant &value, int role=Qt::EditRole)
Definition: kdganttforwardingproxymodel.cpp:273
virtual void sourceModelAboutToBeReset()
Definition: kdganttforwardingproxymodel.cpp:126
virtual void sourceDataChanged(const QModelIndex &from, const QModelIndex &to)
Definition: kdganttforwardingproxymodel.cpp:162
virtual ~ForwardingProxyModel()
Definition: kdganttforwardingproxymodel.cpp:41
virtual void sourceLayoutAboutToBeChanged()
Definition: kdganttforwardingproxymodel.cpp:144
virtual void sourceLayoutChanged()
Definition: kdganttforwardingproxymodel.cpp:153
int columnCount(const QModelIndex &idx=QModelIndex()) const
Definition: kdganttforwardingproxymodel.cpp:255
QModelIndex index(int row, int column, const QModelIndex &parent=QModelIndex()) const
Definition: kdganttforwardingproxymodel.cpp:261
virtual void sourceRowsAboutToBeRemoved(const QModelIndex &, int start, int end)
Definition: kdganttforwardingproxymodel.cpp:232
virtual void sourceRowsInserted(const QModelIndex &idx, int start, int end)
Definition: kdganttforwardingproxymodel.cpp:221
QModelIndex mapFromSource(const QModelIndex &sourceIndex) const
Definition: kdganttforwardingproxymodel.cpp:46
int rowCount(const QModelIndex &idx=QModelIndex()) const
Definition: kdganttforwardingproxymodel.cpp:249
void setSourceModel(QAbstractItemModel *model)
Definition: kdganttforwardingproxymodel.cpp:88
virtual void sourceColumnsAboutToBeRemoved(const QModelIndex &idx, int start, int end)
Definition: kdganttforwardingproxymodel.cpp:192
virtual void sourceRowsAboutToBeInserted(const QModelIndex &idx, int start, int end)
Definition: kdganttforwardingproxymodel.cpp:213
virtual void sourceColumnsAboutToBeInserted(const QModelIndex &idx, int start, int end)
Definition: kdganttforwardingproxymodel.cpp:171
virtual void sourceColumnsInserted(const QModelIndex &idx, int start, int end)
Definition: kdganttforwardingproxymodel.cpp:181
QModelIndex mapToSource(const QModelIndex &proxyIndex) const
Definition: kdganttforwardingproxymodel.cpp:67
QModelIndex parent(const QModelIndex &idx) const
Definition: kdganttforwardingproxymodel.cpp:267
virtual void sourceColumnsRemoved(const QModelIndex &idx, int start, int end)
Definition: kdganttforwardingproxymodel.cpp:202
virtual void sourceModelReset()
Definition: kdganttforwardingproxymodel.cpp:134
virtual void sourceRowsRemoved(const QModelIndex &, int start, int end)
Definition: kdganttforwardingproxymodel.cpp:240
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:05 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:55:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.