| QGIS API Documentation
    3.18.1-Zürich (202f1bf7e5)
    | 
This can be used like a regular QTableWidgetItem with the difference that a specific role can be set to sort. More...
#include <qgstablewidgetitem.h>

| Public Member Functions | |
| QgsTableWidgetItem ()=default | |
| Constructor for QgsTableWidgetItem.  More... | |
| QgsTableWidgetItem (const QString &text) | |
| Creates a new table widget item with the specified text.  More... | |
| bool | operator< (const QTableWidgetItem &other) const override | 
| void | setSortRole (int role) | 
| Set the role by which the items should be sorted.  More... | |
| int | sortRole () const | 
| Gets the role by which the items should be sorted.  More... | |
This can be used like a regular QTableWidgetItem with the difference that a specific role can be set to sort.
Definition at line 27 of file qgstablewidgetitem.h.
| 
 | default | 
Constructor for QgsTableWidgetItem.
| QgsTableWidgetItem::QgsTableWidgetItem | ( | const QString & | text | ) | 
Creates a new table widget item with the specified text.
Definition at line 19 of file qgstablewidgetitem.cpp.
| 
 | override | 
Definition at line 34 of file qgstablewidgetitem.cpp.
| void QgsTableWidgetItem::setSortRole | ( | int | role | ) | 
Set the role by which the items should be sorted.
By default this will be set to Qt::DisplayRole
Definition at line 24 of file qgstablewidgetitem.cpp.
| int QgsTableWidgetItem::sortRole | ( | ) | const | 
Gets the role by which the items should be sorted.
By default this will be Qt::DisplayRole
Definition at line 29 of file qgstablewidgetitem.cpp.