QGIS API Documentation
3.43.0-Master (2a27c31701b)
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
z
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
2
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
2
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Symbols
3
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
Files
File List
File Members
All
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
n
o
p
q
r
s
t
u
w
Typedefs
3
a
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Enumerator
Macros
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
w
y
Loading...
Searching...
No Matches
src
gui
qgstablewidgetitem.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgstablewidgetitem.h - QgsTableWidgetItem
3
4
---------------------
5
begin : 27.3.2016
6
copyright : (C) 2016 by Matthias Kuhn, OPENGIS.ch
7
email : matthias@opengis.ch
8
***************************************************************************
9
* *
10
* This program is free software; you can redistribute it and/or modify *
11
* it under the terms of the GNU General Public License as published by *
12
* the Free Software Foundation; either version 2 of the License, or *
13
* (at your option) any later version. *
14
* *
15
***************************************************************************/
16
#ifndef QGSTABLEWIDGETITEM_H
17
#define QGSTABLEWIDGETITEM_H
18
19
#include <QTableWidget>
20
#include "qgis_gui.h"
21
27
class
GUI_EXPORT
QgsTableWidgetItem
:
public
QTableWidgetItem
28
{
29
public
:
30
QgsTableWidgetItem
() =
default
;
31
35
QgsTableWidgetItem
(
const
QString &text );
36
37
42
void
setSortRole(
int
role );
43
48
int
sortRole()
const
;
49
50
bool
operator<
(
const
QTableWidgetItem &other )
const override
;
51
52
private
:
53
int
mSortRole = Qt::DisplayRole;
54
};
27
class
GUI_EXPORT
QgsTableWidgetItem
:
public
QTableWidgetItem {
…
};
55
56
#endif
// QGSTABLEWIDGETITEM_H
QgsTableWidgetItem
This can be used like a regular QTableWidgetItem with the difference that a specific role can be set ...
Definition
qgstablewidgetitem.h:28
QgsTableWidgetItem::QgsTableWidgetItem
QgsTableWidgetItem()=default
operator<
bool operator<(const QVariant &v1, const QVariant &v2)
Compares two QVariant values and returns whether the first is less than the second.
Definition
qgis.h:6607
Generated on Tue Mar 18 2025 12:31:40 for QGIS API Documentation by
1.9.8