QGIS API Documentation 3.99.0-Master (21b3aa880ba)
Loading...
Searching...
No Matches
QgsRasterAttributeTableAddRowDialog Class Reference

The QgsRasterAttributeTableAddColumnDialog class collects options to add a new row to a raster attribute table. More...

#include <qgsrasterattributetableaddrowdialog.h>

Inheritance diagram for QgsRasterAttributeTableAddRowDialog:

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.

Detailed Description

The QgsRasterAttributeTableAddColumnDialog class collects options to add a new row to a raster attribute table.

Note
Not available in Python bindings
Since
QGIS 3.30

Definition at line 35 of file qgsrasterattributetableaddrowdialog.h.

Constructor & Destructor Documentation

◆ QgsRasterAttributeTableAddRowDialog()

QgsRasterAttributeTableAddRowDialog::QgsRasterAttributeTableAddRowDialog ( QWidget * parent = nullptr)

Creates a new QgsRasterAttributeTableAddRowDialog.

Parameters
parentoptional parent

Definition at line 22 of file qgsrasterattributetableaddrowdialog.cpp.

Member Function Documentation

◆ insertAfter()

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.


The documentation for this class was generated from the following files: