QGIS API Documentation
2.8.2-Wien
|
Allows for filtering QgsComposerAttributeTable columns by columns which are sorted or unsorted. More...
#include <qgscomposerattributetablemodel.h>
Public Types | |
enum | ColumnFilterType { ShowSortedColumns, ShowUnsortedColumns } |
Public Member Functions | |
QgsComposerTableSortColumnsProxyModel (QgsComposerAttributeTable *composerTable, ColumnFilterType filterType, QObject *parent=0) | |
Constructor for QgsComposerTableSortColumnsProxyModel. | |
virtual | ~QgsComposerTableSortColumnsProxyModel () |
int | columnCount (const QModelIndex &parent=QModelIndex()) const override |
QgsComposerTableColumn * | columnFromIndex (const QModelIndex &index) const |
Returns the QgsComposerTableColumn corresponding to an index in the proxy model. | |
QgsComposerTableColumn * | columnFromRow (int row) |
Returns the QgsComposerTableColumn corresponding to a row in the proxy model. | |
QgsComposerTableColumn * | columnFromSourceIndex (const QModelIndex &sourceIndex) const |
Returns the QgsComposerTableColumn corresponding to an index from the source QgsComposerAttributeTableColumnModel model. | |
virtual QVariant | data (const QModelIndex &index, int role) const override |
Qt::ItemFlags | flags (const QModelIndex &index) const override |
QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override |
bool | lessThan (const QModelIndex &left, const QModelIndex &right) const override |
void | resetFilter () |
Invalidates the current filter used by the proxy model. | |
virtual bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) override |
Protected Member Functions | |
bool | filterAcceptsRow (int source_row, const QModelIndex &source_parent) const override |
Allows for filtering QgsComposerAttributeTable columns by columns which are sorted or unsorted.
Definition at line 128 of file qgscomposerattributetablemodel.h.
Controls whether the proxy model shows sorted or unsorted columns
ShowSortedColumns |
show only sorted columns |
ShowUnsortedColumns |
show only unsorted columns |
Definition at line 136 of file qgscomposerattributetablemodel.h.
QgsComposerTableSortColumnsProxyModel::QgsComposerTableSortColumnsProxyModel | ( | QgsComposerAttributeTable * | composerTable, |
ColumnFilterType | filterType, | ||
QObject * | parent = 0 |
||
) |
Constructor for QgsComposerTableSortColumnsProxyModel.
composerTable | QgsComposerAttributeTable the model is attached to |
filterType | filter for columns, controls whether sorted or unsorted columns are shown |
parent | optional parent |
Definition at line 404 of file qgscomposerattributetablemodel.cpp.
|
virtual |
Definition at line 412 of file qgscomposerattributetablemodel.cpp.
|
override |
Definition at line 470 of file qgscomposerattributetablemodel.cpp.
QgsComposerTableColumn * QgsComposerTableSortColumnsProxyModel::columnFromIndex | ( | const QModelIndex & | index | ) | const |
Returns the QgsComposerTableColumn corresponding to an index in the proxy model.
index | a QModelIndex |
Definition at line 440 of file qgscomposerattributetablemodel.cpp.
QgsComposerTableColumn * QgsComposerTableSortColumnsProxyModel::columnFromRow | ( | int | row | ) |
Returns the QgsComposerTableColumn corresponding to a row in the proxy model.
row | a row number |
Definition at line 589 of file qgscomposerattributetablemodel.cpp.
QgsComposerTableColumn * QgsComposerTableSortColumnsProxyModel::columnFromSourceIndex | ( | const QModelIndex & | sourceIndex | ) | const |
Returns the QgsComposerTableColumn corresponding to an index from the source QgsComposerAttributeTableColumnModel model.
sourceIndex | a QModelIndex |
Definition at line 447 of file qgscomposerattributetablemodel.cpp.
|
overridevirtual |
Definition at line 476 of file qgscomposerattributetablemodel.cpp.
|
overrideprotected |
Definition at line 417 of file qgscomposerattributetablemodel.cpp.
|
override |
Definition at line 550 of file qgscomposerattributetablemodel.cpp.
|
override |
Definition at line 516 of file qgscomposerattributetablemodel.cpp.
|
override |
Definition at line 455 of file qgscomposerattributetablemodel.cpp.
void QgsComposerTableSortColumnsProxyModel::resetFilter | ( | ) |
Invalidates the current filter used by the proxy model.
Definition at line 595 of file qgscomposerattributetablemodel.cpp.
|
overridevirtual |
Definition at line 563 of file qgscomposerattributetablemodel.cpp.