|
QGIS API Documentation 3.99.0-Master (21b3aa880ba)
|
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 35 of file qgsrasterattributetableaddrowdialog.h.
| QgsRasterAttributeTableAddRowDialog::QgsRasterAttributeTableAddRowDialog | ( | QWidget * | parent = nullptr | ) |
Creates a new QgsRasterAttributeTableAddRowDialog.
| parent | optional parent |
Definition at line 22 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 29 of file qgsrasterattributetableaddrowdialog.cpp.