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 )
virtual int rowCount(const QModelIndex &parent) const =0
ForwardingProxyModel(QObject *parent=0)
Definition: kdganttforwardingproxymodel.cpp:36
bool setData(const QModelIndex &index, const QVariant &value, int role=Qt::EditRole)
Definition: kdganttforwardingproxymodel.cpp:273
void layoutChanged()
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
void columnsRemoved(const QModelIndex &parent, int start, int end)
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
void endRemoveColumns()
void modelAboutToBeReset()
void modelReset()
virtual void sourceRowsAboutToBeRemoved(const QModelIndex &, int start, int end)
Definition: kdganttforwardingproxymodel.cpp:232
void rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end)
virtual void sourceRowsInserted(const QModelIndex &idx, int start, int end)
Definition: kdganttforwardingproxymodel.cpp:221
QModelIndex mapFromSource(const QModelIndex &sourceIndex) const
Definition: kdganttforwardingproxymodel.cpp:46
bool disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method)
void layoutAboutToBeChanged()
int rowCount(const QModelIndex &idx=QModelIndex()) const
Definition: kdganttforwardingproxymodel.cpp:249
void reset()
bool isValid() const
void rowsAboutToBeInserted(const QModelIndex &parent, int start, int end)
void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight)
void setSourceModel(QAbstractItemModel *model)
Definition: kdganttforwardingproxymodel.cpp:88
void endInsertRows()
void beginRemoveRows(const QModelIndex &parent, int first, int last)
int row() const
virtual void sourceColumnsAboutToBeRemoved(const QModelIndex &idx, int start, int end)
Definition: kdganttforwardingproxymodel.cpp:192
void beginRemoveColumns(const QModelIndex &parent, int first, int last)
virtual void setSourceModel(QAbstractItemModel *sourceModel)
void * internalPointer() const
virtual void sourceRowsAboutToBeInserted(const QModelIndex &idx, int start, int end)
Definition: kdganttforwardingproxymodel.cpp:213
void columnsInserted(const QModelIndex &parent, int start, int end)
void rowsRemoved(const QModelIndex &parent, int start, int end)
virtual void sourceColumnsAboutToBeInserted(const QModelIndex &idx, int start, int end)
Definition: kdganttforwardingproxymodel.cpp:171
QModelIndex createIndex(int row, int column, void *ptr) const
void columnsAboutToBeRemoved(const QModelIndex &parent, int start, int end)
void beginInsertRows(const QModelIndex &parent, int first, int last)
virtual void sourceColumnsInserted(const QModelIndex &idx, int start, int end)
Definition: kdganttforwardingproxymodel.cpp:181
QAbstractItemModel * sourceModel() const
const QAbstractItemModel * model() const
QModelIndex mapToSource(const QModelIndex &proxyIndex) const
Definition: kdganttforwardingproxymodel.cpp:67
virtual int columnCount(const QModelIndex &parent) const =0
int column() const
virtual bool setData(const QModelIndex &index, const QVariant &value, int role)
virtual void sourceColumnsRemoved(const QModelIndex &idx, int start, int end)
Definition: kdganttforwardingproxymodel.cpp:202
void endRemoveRows()
void rowsInserted(const QModelIndex &parent, int start, int end)
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
virtual void sourceModelReset()
Definition: kdganttforwardingproxymodel.cpp:134
QObject * parent() const
void endInsertColumns()
void beginInsertColumns(const QModelIndex &parent, int first, int last)
virtual void sourceRowsRemoved(const QModelIndex &, int start, int end)
Definition: kdganttforwardingproxymodel.cpp:240
void columnsAboutToBeInserted(const QModelIndex &parent, int start, int end)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:29 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:31:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.