QGIS API Documentation
3.41.0-Master (fda2aa46e9a)
Loading...
Searching...
No Matches
src
gui
raster
qgsrasterattributetableaddrowdialog.cpp
Go to the documentation of this file.
1
/***************************************************************************
2
qgsrasterattributetableaddrowdialog.cpp - QgsRasterAttributeTableAddRowDialog
3
4
---------------------
5
begin : 18.10.2022
6
copyright : (C) 2022 by ale
7
email : [your-email-here]
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
#include "
qgsrasterattributetableaddrowdialog.h
"
17
#include "moc_qgsrasterattributetableaddrowdialog.cpp"
18
#include "
qgsgui.h
"
19
20
QgsRasterAttributeTableAddRowDialog::QgsRasterAttributeTableAddRowDialog
( QWidget *parent )
21
: QDialog( parent )
22
{
23
setupUi(
this
);
24
QgsGui::enableAutoGeometryRestore
(
this
);
25
26
}
27
28
bool
QgsRasterAttributeTableAddRowDialog::insertAfter
()
const
29
{
30
return
mAfter->isChecked();
31
}
QgsGui::enableAutoGeometryRestore
static void enableAutoGeometryRestore(QWidget *widget, const QString &key=QString())
Register the widget to allow its position to be automatically saved and restored when open and closed...
Definition
qgsgui.cpp:209
QgsRasterAttributeTableAddRowDialog::QgsRasterAttributeTableAddRowDialog
QgsRasterAttributeTableAddRowDialog(QWidget *parent=nullptr)
Creates a new QgsRasterAttributeTableAddRowDialog.
Definition
qgsrasterattributetableaddrowdialog.cpp:20
QgsRasterAttributeTableAddRowDialog::insertAfter
bool insertAfter() const
Returns true if the desired insertion position for the new row is after the currently selected row,...
Definition
qgsrasterattributetableaddrowdialog.cpp:28
qgsgui.h
qgsrasterattributetableaddrowdialog.h
Generated on Sun Nov 10 2024 14:15:43 for QGIS API Documentation by
1.9.8