QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
#include <QDialog>
#include <QMap>
#include <QSet>
#include <QItemDelegate>
#include <QAbstractTableModel>
#include <QSortFilterProxyModel>
#include "qgis_gui.h"
#include "qgis_sip.h"
#include "ui_qgslayoutattributeselectiondialogbase.h"
#include "qgsexpressioncontextgenerator.h"
Go to the source code of this file.
Classes | |
class | QgsLayoutAttributeSelectionDialog |
A dialog to select what attributes to display (in the table item), set the column properties and specify a sort order. More... | |
class | QgsLayoutAttributeTableColumnModel |
A model for displaying columns shown in a QgsLayoutAttributeTable. More... | |
class | QgsLayoutAttributeTableColumnModelBase |
A base model to hold the displaying or sortings columns used in a QgsLayoutAttributeTable. More... | |
class | QgsLayoutColumnAlignmentDelegate |
A delegate for showing column alignment as a combo box. More... | |
class | QgsLayoutColumnSortOrderDelegate |
A delegate for showing column sort order as a combo box. More... | |
class | QgsLayoutColumnSourceDelegate |
A delegate for showing column attribute source as a QgsFieldExpressionWidget. More... | |
class | QgsLayoutColumnWidthDelegate |
A delegate for showing column width as a spin box. More... | |
class | QgsLayoutTableSortModel |
Allows for filtering QgsComposerAttributeTable columns by columns which are sorted or unsorted. More... | |
Macros | |
#define | SIP_NO_FILE |
#define SIP_NO_FILE |
Definition at line 22 of file qgslayoutattributeselectiondialog.h.