QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
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 "qgsgui.h"
18
20 : QDialog( parent )
21{
22 setupUi( this );
24
25}
26
28{
29 return mAfter->isChecked();
30}
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:194
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,...