QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
Public Member Functions | List of all members
QgsComposerAttributeTableCompare Class Reference

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 setAscending (bool asc)
 Sets sort order for column sorting. More...
 
void setSortColumn (int col)
 Sets column number to sort by. More...
 

Detailed Description

Helper class for sorting tables, takes into account sorting column and ascending / descending.

Definition at line 30 of file qgscomposerattributetable.h.

Constructor & Destructor Documentation

◆ QgsComposerAttributeTableCompare()

QgsComposerAttributeTableCompare::QgsComposerAttributeTableCompare ( )

Definition at line 27 of file qgscomposerattributetable.cpp.

Member Function Documentation

◆ operator()()

bool QgsComposerAttributeTableCompare::operator() ( const QgsAttributeMap m1,
const QgsAttributeMap m2 
)

Definition at line 34 of file qgscomposerattributetable.cpp.

◆ setAscending()

void QgsComposerAttributeTableCompare::setAscending ( bool  asc)
inline

Sets sort order for column sorting.

Parameters
ascset to true to sort in ascending order, false to sort in descending order

Definition at line 44 of file qgscomposerattributetable.h.

◆ setSortColumn()

void QgsComposerAttributeTableCompare::setSortColumn ( int  col)
inline

Sets column number to sort by.

Parameters
colcolumn number for sorting

Definition at line 39 of file qgscomposerattributetable.h.


The documentation for this class was generated from the following files: