|
Quantum GIS API Documentation
1.8
|
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.
Destructor.
Definition at line 35 of file qgsnumericsortlistviewitem.cpp.
| bool QgsNumericSortTreeWidgetItem::operator< | ( | const QTreeWidgetItem & | other | ) | const [virtual] |
Definition at line 40 of file qgsnumericsortlistviewitem.cpp.
1.7.6.1