17#ifndef QGSORDERBYDIALOG_H
18#define QGSORDERBYDIALOG_H
20#include "ui_qgsorderbydialogbase.h"
60 bool eventFilter( QObject *obj, QEvent *e )
override;
63 void onExpressionChanged(
const QString &expression );
The OrderByClause class represents an order by clause for a QgsFeatureRequest.
Represents a list of OrderByClauses, with the most important first and the least important last.
bool eventFilter(QObject *obj, QEvent *e) override
void setOrderBy(const QgsFeatureRequest::OrderBy &orderBy)
Set the order by to manage.
QgsOrderByDialog(QgsVectorLayer *layer, QWidget *parent=nullptr)
Create a new order by dialog.
QgsFeatureRequest::OrderBy orderBy()
Gets the order by defined in the dialog.
Represents a vector layer which manages a vector based dataset.