|
QGIS API Documentation
master-6227475
|
Public Member Functions | |
| FieldSorter (QgsAtlasComposition::SorterKeys &keys, bool ascending=true) | |
| bool | operator() (const QgsFeatureId &id1, const QgsFeatureId &id2) |
Private Attributes | |
| bool | mAscending |
| QgsAtlasComposition::SorterKeys & | mKeys |
Definition at line 60 of file qgsatlascomposition.cpp.
| FieldSorter::FieldSorter | ( | QgsAtlasComposition::SorterKeys & | keys, |
| bool | ascending = true |
||
| ) | [inline] |
Definition at line 63 of file qgsatlascomposition.cpp.
| bool FieldSorter::operator() | ( | const QgsFeatureId & | id1, |
| const QgsFeatureId & | id2 | ||
| ) | [inline] |
Definition at line 65 of file qgsatlascomposition.cpp.
References mAscending, and mKeys.
bool FieldSorter::mAscending [private] |
Definition at line 86 of file qgsatlascomposition.cpp.
Referenced by operator()().
Definition at line 85 of file qgsatlascomposition.cpp.
Referenced by operator()().