QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
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 19 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 27 of file qgsrasterattributetableaddrowdialog.cpp.