17 #ifndef QGSORDERBYDIALOG_H 
   18 #define QGSORDERBYDIALOG_H 
   23 #include "ui_qgsorderbydialogbase.h" 
   63     bool eventFilter( QObject *obj, QEvent *e ) 
override;
 
   66     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.
This is a dialog to build and manage a list of order by clauses.
Represents a vector layer which manages a vector based data sets.