|
QGIS API Documentation
2.4.0-Chugiak
|
QTreeWidgetItem that can sort numerically (as opposed to just lexigraphically) More...
#include <qgsnumericsortlistviewitem.h>


Public Member Functions | |
| QgsNumericSortTreeWidgetItem (QTreeWidget *parent) | |
| Constructor. More... | |
| QgsNumericSortTreeWidgetItem (QTreeWidgetItem *parent) | |
| virtual | ~QgsNumericSortTreeWidgetItem () |
| Destructor. More... | |
| 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.
1.8.7