|
QGIS API Documentation 3.99.0-Master (26c88405ac0)
|
A dialog which collects options to add a new column to a raster attribute table. More...
#include <qgsrasterattributetableaddcolumndialog.h>

Public Member Functions | |
| QgsRasterAttributeTableAddColumnDialog (QgsRasterAttributeTable *attributeTable, QWidget *parent=nullptr) | |
| Creates a new QgsRasterAttributeTableAddColumnDialog. | |
| bool | isColor () const |
Returns true if the add color column option was checked. | |
| bool | isRamp () const |
Returns true if the add color ramp column option was checked. | |
| QString | name () const |
| Returns the new column name. | |
| int | position () const |
| Returns the position where the new column (before) will be inserted. | |
| QMetaType::Type | type () const |
| Returns the new column type. | |
| Qgis::RasterAttributeTableFieldUsage | usage () const |
| Returns the new column name. | |
A dialog which collects options to add a new column to a raster attribute table.
Definition at line 37 of file qgsrasterattributetableaddcolumndialog.h.
| QgsRasterAttributeTableAddColumnDialog::QgsRasterAttributeTableAddColumnDialog | ( | QgsRasterAttributeTable * | attributeTable, |
| QWidget * | parent = nullptr ) |
Creates a new QgsRasterAttributeTableAddColumnDialog.
| attributeTable | the raster attribute table |
| parent | optional parent |
Definition at line 25 of file qgsrasterattributetableaddcolumndialog.cpp.
| bool QgsRasterAttributeTableAddColumnDialog::isColor | ( | ) | const |
Returns true if the add color column option was checked.
Definition at line 62 of file qgsrasterattributetableaddcolumndialog.cpp.
| bool QgsRasterAttributeTableAddColumnDialog::isRamp | ( | ) | const |
Returns true if the add color ramp column option was checked.
Definition at line 67 of file qgsrasterattributetableaddcolumndialog.cpp.
| QString QgsRasterAttributeTableAddColumnDialog::name | ( | ) | const |
Returns the new column name.
Definition at line 72 of file qgsrasterattributetableaddcolumndialog.cpp.
| int QgsRasterAttributeTableAddColumnDialog::position | ( | ) | const |
Returns the position where the new column (before) will be inserted.
Definition at line 50 of file qgsrasterattributetableaddcolumndialog.cpp.
| QMetaType::Type QgsRasterAttributeTableAddColumnDialog::type | ( | ) | const |
Returns the new column type.
Definition at line 82 of file qgsrasterattributetableaddcolumndialog.cpp.
| Qgis::RasterAttributeTableFieldUsage QgsRasterAttributeTableAddColumnDialog::usage | ( | ) | const |
Returns the new column name.
Definition at line 77 of file qgsrasterattributetableaddcolumndialog.cpp.