QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
qgsrasterattributetableaddrowdialog.h
Go to the documentation of this file.
1/***************************************************************************
2 qgsrasterattributetableaddrowdialog.h - QgsRasterAttributeTableAddRowDialog
3
4 ---------------------
5 begin : 18.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 QGSRASTERATTRIBUTETABLEADDROWDIALOG_H
17#define QGSRASTERATTRIBUTETABLEADDROWDIALOG_H
18
19#include "ui_qgsrasterattributetableaddrowdialogbase.h"
20
21#include "qgis.h"
22#include "qgis_gui.h"
23
24#include <QDialog>
25
26#define SIP_NO_FILE
27
35class GUI_EXPORT QgsRasterAttributeTableAddRowDialog : public QDialog, private Ui::QgsRasterAttributeTableAddRowDialogBase
36{
37 Q_OBJECT
38 public:
43 QgsRasterAttributeTableAddRowDialog( QWidget *parent = nullptr );
44
48 bool insertAfter() const;
49};
50
51#endif // QGSRASTERATTRIBUTETABLEADDROWDIALOG_H
QgsRasterAttributeTableAddRowDialog(QWidget *parent=nullptr)
Creates a new QgsRasterAttributeTableAddRowDialog.
bool insertAfter() const
Returns true if the desired insertion position for the new row is after the currently selected row,...