QGIS API Documentation
3.0.2-Girona (307d082)
|
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 |
Get 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 18 of file qgstablewidgetitem.cpp.
|
override |
Definition at line 33 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 23 of file qgstablewidgetitem.cpp.
int QgsTableWidgetItem::sortRole | ( | ) | const |
Get the role by which the items should be sorted.
By default this will be Qt::DisplayRole
Definition at line 28 of file qgstablewidgetitem.cpp.