QGIS API Documentation
3.43.0-Master (b1964063d82)
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
raster
qgsrasterattributetableaddcolumndialog.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgsrasterattributetableaddcolumndialog.h - QgsRasterAttributeTableAddColumnDialog
3
4
---------------------
5
begin : 10.10.2022
6
copyright : (C) 2022 by Alessandro Pasotti
7
email : elpaso at itopen dot it
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 QGSRASTERATTRIBUTETABLEADDCOLUMNDIALOG_H
17
#define QGSRASTERATTRIBUTETABLEADDCOLUMNDIALOG_H
18
19
#include <QDialog>
20
#include "qgis_gui.h"
21
#include "
qgis.h
"
22
#include "ui_qgsrasterattributetableaddcolumndialogbase.h"
23
24
#define SIP_NO_FILE
25
26
class
QgsRasterAttributeTable
;
27
35
class
GUI_EXPORT
QgsRasterAttributeTableAddColumnDialog
:
public
QDialog,
private
Ui::QgsRasterAttributeTableAddColumnDialogBase
36
{
37
Q_OBJECT
38
public
:
44
QgsRasterAttributeTableAddColumnDialog
(
QgsRasterAttributeTable
*attributeTable, QWidget *parent
SIP_TRANSFERTHIS
=
nullptr
);
45
49
int
position()
const
;
50
54
bool
isColor()
const
;
55
59
bool
isRamp()
const
;
60
64
QString name()
const
;
65
69
Qgis::RasterAttributeTableFieldUsage
usage()
const
;
70
74
QMetaType::Type type()
const
;
75
76
77
private
:
78
QgsRasterAttributeTable
*mAttributeTable;
79
80
void
updateDialog();
81
};
35
class
GUI_EXPORT
QgsRasterAttributeTableAddColumnDialog
:
public
QDialog,
private
Ui::QgsRasterAttributeTableAddColumnDialogBase {
…
};
82
83
#endif
// QGSRASTERATTRIBUTETABLEADDCOLUMNDIALOG_H
Qgis::RasterAttributeTableFieldUsage
RasterAttributeTableFieldUsage
The RasterAttributeTableFieldUsage enum represents the usage of a Raster Attribute Table field.
Definition
qgis.h:1550
QgsRasterAttributeTableAddColumnDialog
The QgsRasterAttributeTableAddColumnDialog class collects options to add a new column to a raster att...
Definition
qgsrasterattributetableaddcolumndialog.h:36
QgsRasterAttributeTable
The QgsRasterAttributeTable class represents a Raster Attribute Table (RAT).
Definition
qgsrasterattributetable.h:44
qgis.h
SIP_TRANSFERTHIS
#define SIP_TRANSFERTHIS
Definition
qgis_sip.h:53
Generated on Thu Mar 20 2025 13:26:45 for QGIS API Documentation by
1.9.8