| 
    QGIS API Documentation
    3.6.0-Noosa (5873452)
    
   | 
 
This is a dialog to build and manage a list of order by clauses. More...
#include <qgsorderbydialog.h>

Public Member Functions | |
| QgsOrderByDialog (QgsVectorLayer *layer, QWidget *parent=nullptr) | |
| Create a new order by dialog.  More... | |
| QgsFeatureRequest::OrderBy | orderBy () | 
| Gets the order by defined in the dialog.  More... | |
| void | setOrderBy (const QgsFeatureRequest::OrderBy &orderBy) | 
| Set the order by to manage.  More... | |
Protected Member Functions | |
| bool | eventFilter (QObject *obj, QEvent *e) override | 
This is a dialog to build and manage a list of order by clauses.
Definition at line 37 of file qgsorderbydialog.h.
| QgsOrderByDialog::QgsOrderByDialog | ( | QgsVectorLayer * | layer, | 
| QWidget * | parent = nullptr  | 
        ||
| ) | 
Create a new order by dialog.
This helps building order by structures.
| layer | The vector layer for which the order by should be produced | 
| parent | The parent widget, optional | 
Definition at line 26 of file qgsorderbydialog.cpp.
      
  | 
  overrideprotected | 
Definition at line 135 of file qgsorderbydialog.cpp.
| QgsFeatureRequest::OrderBy QgsOrderByDialog::orderBy | ( | ) | 
Gets the order by defined in the dialog.
Definition at line 57 of file qgsorderbydialog.cpp.
| void QgsOrderByDialog::setOrderBy | ( | const QgsFeatureRequest::OrderBy & | orderBy | ) | 
Set the order by to manage.
Definition at line 41 of file qgsorderbydialog.cpp.
 1.8.13