QGIS API Documentation 3.41.0-Master (fda2aa46e9a)
|
Defines the configuration of a column in the attribute table. More...
#include <qgsattributetableconfig.h>
Public Member Functions | |
ColumnConfig ()=default | |
bool | operator== (const QgsAttributeTableConfig::ColumnConfig &other) const |
Public Attributes | |
bool | hidden = false |
Flag that controls if the column is hidden. | |
QString | name |
The name of the attribute if this column represents a field. | |
QgsAttributeTableConfig::Type | type = Field |
The type of this column. | |
int | width = -1 |
Width of column, or -1 for default width. | |
Defines the configuration of a column in the attribute table.
Definition at line 51 of file qgsattributetableconfig.h.
|
default |
bool QgsAttributeTableConfig::ColumnConfig::operator== | ( | const QgsAttributeTableConfig::ColumnConfig & | other | ) | const |
Definition at line 318 of file qgsattributetableconfig.cpp.
bool QgsAttributeTableConfig::ColumnConfig::hidden = false |
Flag that controls if the column is hidden.
Definition at line 65 of file qgsattributetableconfig.h.
QString QgsAttributeTableConfig::ColumnConfig::name |
The name of the attribute if this column represents a field.
Definition at line 62 of file qgsattributetableconfig.h.
QgsAttributeTableConfig::Type QgsAttributeTableConfig::ColumnConfig::type = Field |
The type of this column.
Definition at line 59 of file qgsattributetableconfig.h.
int QgsAttributeTableConfig::ColumnConfig::width = -1 |
Width of column, or -1 for default width.
Definition at line 68 of file qgsattributetableconfig.h.