QGIS API Documentation
3.40.0-Bratislava (b56115d8743)
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 "
qgsgui.h
"
18
19
QgsRasterAttributeTableAddRowDialog::QgsRasterAttributeTableAddRowDialog
( QWidget *parent )
20
: QDialog( parent )
21
{
22
setupUi(
this
);
23
QgsGui::enableAutoGeometryRestore
(
this
);
24
25
}
26
27
bool
QgsRasterAttributeTableAddRowDialog::insertAfter
()
const
28
{
29
return
mAfter->isChecked();
30
}
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:208
QgsRasterAttributeTableAddRowDialog::QgsRasterAttributeTableAddRowDialog
QgsRasterAttributeTableAddRowDialog(QWidget *parent=nullptr)
Creates a new QgsRasterAttributeTableAddRowDialog.
Definition
qgsrasterattributetableaddrowdialog.cpp:19
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:27
qgsgui.h
qgsrasterattributetableaddrowdialog.h
Generated on Mon Oct 28 2024 22:06:03 for QGIS API Documentation by
1.9.8