QGIS API Documentation
2.0.1-Dufour
|
QTreeWidgetItem that can sort numerically (as opposed to just lexigraphically) More...
#include <qgsnumericsortlistviewitem.h>
Public Member Functions | |
QgsNumericSortTreeWidgetItem (QTreeWidget *parent) | |
Constructor. | |
QgsNumericSortTreeWidgetItem (QTreeWidgetItem *parent) | |
virtual | ~QgsNumericSortTreeWidgetItem () |
Destructor. | |
virtual bool | operator< (const QTreeWidgetItem &other) const |
QTreeWidgetItem that can sort numerically (as opposed to just lexigraphically)
This class extends the Qt QTreeWidgetItem concept by reimplementing QTreeWidgetItem::operator< to allow numeric comparisons
TODO: Make it work
Definition at line 36 of file qgsnumericsortlistviewitem.h.
QgsNumericSortTreeWidgetItem::QgsNumericSortTreeWidgetItem | ( | QTreeWidget * | parent | ) |
Constructor.
Definition at line 23 of file qgsnumericsortlistviewitem.cpp.
QgsNumericSortTreeWidgetItem::QgsNumericSortTreeWidgetItem | ( | QTreeWidgetItem * | parent | ) |
Definition at line 29 of file qgsnumericsortlistviewitem.cpp.
|
virtual |
Destructor.
Definition at line 35 of file qgsnumericsortlistviewitem.cpp.
|
virtual |
Definition at line 40 of file qgsnumericsortlistviewitem.cpp.