|
| | ProxyModel (QObject *parent=nullptr) |
| |
| | ~ProxyModel () override |
| |
| int | column (int ganttrole) const |
| |
| int | columnCount (const QModelIndex &idx) const override |
| |
| QVariant | data (const QModelIndex &idx, int role=Qt::DisplayRole) const override |
| |
| QModelIndex | mapFromSource (const QModelIndex &idx) const override |
| |
| QModelIndex | mapToSource (const QModelIndex &proxyIdx) const override |
| |
| int | role (int ganttrole) const |
| |
| int | rowCount (const QModelIndex &idx) const override |
| |
| void | setColumn (int ganttrole, int col) |
| |
| bool | setData (const QModelIndex &idx, const QVariant &value, int role=Qt::EditRole) override |
| |
| void | setRole (int ganttrole, int role) |
| |
| | ForwardingProxyModel (QObject *parent=nullptr) |
| | Constructor. More...
|
| |
| | ~ForwardingProxyModel () override |
| |
| int | columnCount (const QModelIndex &idx=QModelIndex()) const override |
| |
| bool | dropMimeData (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override |
| |
| QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const override |
| |
| QModelIndex | mapFromSource (const QModelIndex &sourceIndex) const override |
| | Converts indexes in the source model to indexes in the proxy model. More...
|
| |
| QModelIndex | mapToSource (const QModelIndex &proxyIndex) const override |
| | Converts indexes in the proxy model to indexes in the source model. More...
|
| |
| QMimeData * | mimeData (const QModelIndexList &indexes) const override |
| |
| QStringList | mimeTypes () const override |
| |
| QModelIndex | parent (const QModelIndex &idx) const override |
| |
| int | rowCount (const QModelIndex &idx=QModelIndex()) const override |
| |
| bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) override |
| |
| void | setSourceModel (QAbstractItemModel *model) override |
| | Sets the model to be used as the source model for this proxy. More...
|
| |
| Qt::DropActions | supportedDropActions () const override |
| |
|
| virtual void | sourceColumnsAboutToBeInserted (const QModelIndex &idx, int start, int end) |
| | Called just before columns are inserted into the source model. More...
|
| |
| virtual void | sourceColumnsAboutToBeRemoved (const QModelIndex &idx, int start, int end) |
| | Called just before columns are removed from the source model. More...
|
| |
| virtual void | sourceColumnsInserted (const QModelIndex &idx, int start, int end) |
| | Called after columns have been inserted into the source model. More...
|
| |
| virtual void | sourceColumnsRemoved (const QModelIndex &idx, int start, int end) |
| | Called after columns have been removed from the source model. More...
|
| |
| virtual void | sourceDataChanged (const QModelIndex &from, const QModelIndex &to) |
| | Called when the data in an existing item in the source model changes. More...
|
| |
| virtual void | sourceLayoutAboutToBeChanged () |
| | Called just before the layout of the source model is changed. More...
|
| |
| virtual void | sourceLayoutChanged () |
| | Called when the layout of the source model has changed. More...
|
| |
| virtual void | sourceModelAboutToBeReset () |
| | Called when the source model is about to be reset. More...
|
| |
| virtual void | sourceModelReset () |
| | Called when the source model is reset. More...
|
| |
| virtual void | sourceRowsAboutToBeInserted (const QModelIndex &idx, int start, int end) |
| | Called just before rows are inserted into the source model. More...
|
| |
| virtual void | sourceRowsAboutToBeRemoved (const QModelIndex &, int start, int end) |
| | Called just before rows are removed from the source model. More...
|
| |
| virtual void | sourceRowsInserted (const QModelIndex &idx, int start, int end) |
| | Called after rows have been inserted into the source model. More...
|
| |
| virtual void | sourceRowsRemoved (const QModelIndex &, int start, int end) |
| | Called after rows have been removed from the source model. More...
|
| |
Definition at line 17 of file kdganttproxymodel.h.