QGIS API Documentation 3.41.0-Master (fda2aa46e9a)
|
The QgsRasterAttributeTableAddColumnDialog class collects options to add a new row to a raster attribute table. More...
#include <qgsrasterattributetableaddrowdialog.h>
Public Member Functions | |
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, false if the insertion point is before. | |
The QgsRasterAttributeTableAddColumnDialog class collects options to add a new row to a raster attribute table.
Definition at line 33 of file qgsrasterattributetableaddrowdialog.h.
QgsRasterAttributeTableAddRowDialog::QgsRasterAttributeTableAddRowDialog | ( | QWidget * | parent = nullptr | ) |
Creates a new QgsRasterAttributeTableAddRowDialog.
parent | optional parent |
Definition at line 20 of file qgsrasterattributetableaddrowdialog.cpp.
bool QgsRasterAttributeTableAddRowDialog::insertAfter | ( | ) | const |
Returns true
if the desired insertion position for the new row is after the currently selected row, false
if the insertion point is before.
Definition at line 28 of file qgsrasterattributetableaddrowdialog.cpp.