QGIS API Documentation 3.41.0-Master (fda2aa46e9a)
Loading...
Searching...
No Matches
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 ***************************************************************************/
17#include "moc_qgsrasterattributetableaddrowdialog.cpp"
18#include "qgsgui.h"
19
21 : QDialog( parent )
22{
23 setupUi( this );
25
26}
27
29{
30 return mAfter->isChecked();
31}
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(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,...