QGIS API Documentation
3.99.0-Master (752b475928d)
Loading...
Searching...
No Matches
src
gui
raster
qgsrasterattributetabledialog.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgsrasterattributetabledialog.h - QgsRasterAttributeTableDialog
3
4
---------------------
5
begin : 13.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 QGSRASTERATTRIBUTETABLEDIALOG_H
17
#define QGSRASTERATTRIBUTETABLEDIALOG_H
18
19
#include "ui_qgsrasterattributetabledialogbase.h"
20
21
#include "qgis_gui.h"
22
23
#include <QDialog>
24
25
#ifndef SIP_RUN
26
class
QgsRasterLayer
;
27
#endif
28
34
class
GUI_EXPORT
QgsRasterAttributeTableDialog
:
public
QDialog,
private
Ui::QRasterAttributeTableDialogBase
35
{
36
Q_OBJECT
37
38
public
:
42
QgsRasterAttributeTableDialog
(
QgsRasterLayer
*rasterLayer,
int
bandNumber = 0, QWidget *parent
SIP_TRANSFERTHIS
=
nullptr
);
43
44
// QDialog interface
45
public
slots:
46
47
void
reject
()
override
;
48
};
49
50
#endif
// QGSRASTERATTRIBUTETABLEDIALOG_H
QgsRasterAttributeTableDialog::QgsRasterAttributeTableDialog
QgsRasterAttributeTableDialog(QgsRasterLayer *rasterLayer, int bandNumber=0, QWidget *parent SIP_TRANSFERTHIS=nullptr)
Create a new QgsRasterAttributeTableDialog.
Definition
qgsrasterattributetabledialog.cpp:22
QgsRasterAttributeTableDialog::reject
void reject() override
Definition
qgsrasterattributetabledialog.cpp:34
QgsRasterLayer
Represents a raster layer.
Definition
qgsrasterlayer.h:78
SIP_TRANSFERTHIS
#define SIP_TRANSFERTHIS
Definition
qgis_sip.h:53
Generated on
for QGIS API Documentation by
1.15.0