|
QGIS API Documentation
2.4.0-Chugiak
|
Helper class for sorting tables, takes into account sorting column and ascending / descending. More...
#include <qgscomposerattributetable.h>
Public Member Functions | |
| QgsComposerAttributeTableCompare () | |
| bool | operator() (const QgsAttributeMap &m1, const QgsAttributeMap &m2) |
| void | setSortColumn (int col) |
| Sets column number to sort by. More... | |
| void | setAscending (bool asc) |
| Sets sort order for column sorting. More... | |
Private Attributes | |
| int | mCurrentSortColumn |
| bool | mAscending |
Helper class for sorting tables, takes into account sorting column and ascending / descending.
Definition at line 27 of file qgscomposerattributetable.h.
| QgsComposerAttributeTableCompare::QgsComposerAttributeTableCompare | ( | ) |
Definition at line 26 of file qgscomposerattributetable.cpp.
| bool QgsComposerAttributeTableCompare::operator() | ( | const QgsAttributeMap & | m1, |
| const QgsAttributeMap & | m2 | ||
| ) |
Definition at line 32 of file qgscomposerattributetable.cpp.
References mAscending, and mCurrentSortColumn.
|
inline |
Sets sort order for column sorting.
| asc | set to true to sort in ascending order, false to sort in descending order |
Definition at line 41 of file qgscomposerattributetable.h.
Referenced by QgsComposerAttributeTable::getFeatureAttributes().
|
inline |
Sets column number to sort by.
| col | column number for sorting |
Definition at line 36 of file qgscomposerattributetable.h.
Referenced by QgsComposerAttributeTable::getFeatureAttributes().
|
private |
Definition at line 45 of file qgscomposerattributetable.h.
Referenced by operator()().
|
private |
Definition at line 44 of file qgscomposerattributetable.h.
Referenced by operator()().
1.8.7