QGIS API Documentation
3.0.2-Girona (307d082)
|
Dialog for organising (hiding and reordering) columns in the attributes table. More...
#include <qgsorganizetablecolumnsdialog.h>
Public Slots | |
void | hideAll () |
hideAll unchecks all the fields to hide them all in the attribute table More... | |
void | showAll () |
showAll checks all the fields to show them all in the attribute table More... | |
Public Member Functions | |
QgsOrganizeTableColumnsDialog (const QgsVectorLayer *vl, QWidget *parent=nullptr, Qt::WindowFlags flags=Qt::Window) | |
Constructor. More... | |
~QgsOrganizeTableColumnsDialog () override | |
QgsAttributeTableConfig | config () const |
Get the updated configuration. More... | |
Dialog for organising (hiding and reordering) columns in the attributes table.
Definition at line 35 of file qgsorganizetablecolumnsdialog.h.
QgsOrganizeTableColumnsDialog::QgsOrganizeTableColumnsDialog | ( | const QgsVectorLayer * | vl, |
QWidget * | parent = nullptr , |
||
Qt::WindowFlags | flags = Qt::Window |
||
) |
Constructor.
vl | The concerned vector layer |
parent | parent object |
flags | window flags |
Definition at line 43 of file qgsorganizetablecolumnsdialog.cpp.
|
override |
Definition at line 102 of file qgsorganizetablecolumnsdialog.cpp.
QgsAttributeTableConfig QgsOrganizeTableColumnsDialog::config | ( | ) | const |
Get the updated configuration.
Definition at line 108 of file qgsorganizetablecolumnsdialog.cpp.
|
slot |
hideAll unchecks all the fields to hide them all in the attribute table
Definition at line 136 of file qgsorganizetablecolumnsdialog.cpp.
|
slot |
showAll checks all the fields to show them all in the attribute table
Definition at line 128 of file qgsorganizetablecolumnsdialog.cpp.