QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | List of all members
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:
Inheritance graph
[legend]

Public Member Functions

 QgsRasterAttributeTableAddRowDialog (QWidget *parent=nullptr)
 Creates a new QgsRasterAttributeTableAddRowDialog. More...
 
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. More...
 

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 33 of file qgsrasterattributetableaddrowdialog.h.

Constructor & Destructor Documentation

◆ QgsRasterAttributeTableAddRowDialog()

QgsRasterAttributeTableAddRowDialog::QgsRasterAttributeTableAddRowDialog ( QWidget *  parent = nullptr)

Creates a new QgsRasterAttributeTableAddRowDialog.

Parameters
parentoptional parent

Definition at line 19 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 27 of file qgsrasterattributetableaddrowdialog.cpp.


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