QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Slots | Public Member Functions | List of all members
QgsOrganizeTableColumnsDialog Class Reference

Dialog for organising (hiding and reordering) columns in the attributes table. More...

#include <qgsorganizetablecolumnsdialog.h>

Inheritance diagram for QgsOrganizeTableColumnsDialog:
Inheritance graph
[legend]

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, QgsAttributeTableConfig config, QWidget *parent=nullptr, Qt::WindowFlags flags=Qt::Window)
 Constructor. More...
 
 QgsOrganizeTableColumnsDialog (const QgsVectorLayer *vl, QWidget *parent=nullptr, Qt::WindowFlags flags=Qt::Window)
 Constructor. More...
 
QgsAttributeTableConfig config () const
 Gets the updated configuration. More...
 

Detailed Description

Dialog for organising (hiding and reordering) columns in the attributes table.

Since
QGIS 2.16

Definition at line 35 of file qgsorganizetablecolumnsdialog.h.

Constructor & Destructor Documentation

QgsOrganizeTableColumnsDialog::QgsOrganizeTableColumnsDialog ( const QgsVectorLayer vl,
QgsAttributeTableConfig  config,
QWidget *  parent = nullptr,
Qt::WindowFlags  flags = Qt::Window 
)

Constructor.

Parameters
vlThe concerned vector layer
parentparent object
configattribute table config to use.
flagswindow flags

Definition at line 45 of file qgsorganizetablecolumnsdialog.cpp.

QgsOrganizeTableColumnsDialog::QgsOrganizeTableColumnsDialog ( const QgsVectorLayer vl,
QWidget *  parent = nullptr,
Qt::WindowFlags  flags = Qt::Window 
)

Constructor.

Parameters
vlThe concerned vector layer
parentparent object
flagswindow flags

Definition at line 102 of file qgsorganizetablecolumnsdialog.cpp.

Member Function Documentation

QgsAttributeTableConfig QgsOrganizeTableColumnsDialog::config ( ) const

Gets the updated configuration.

Definition at line 107 of file qgsorganizetablecolumnsdialog.cpp.

void QgsOrganizeTableColumnsDialog::hideAll ( )
slot

hideAll unchecks all the fields to hide them all in the attribute table

Definition at line 135 of file qgsorganizetablecolumnsdialog.cpp.

void QgsOrganizeTableColumnsDialog::showAll ( )
slot

showAll checks all the fields to show them all in the attribute table

Definition at line 127 of file qgsorganizetablecolumnsdialog.cpp.


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