26 #ifndef __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_ORDERBYWIDGET_H
27 #define __TERRALIB_QT_WIDGETS_QUERY_INTERNAL_ORDERBYWIDGET_H
31 #include "../../../dataaccess/query/OrderBy.h"
33 #include "../Config.h"
43 namespace Ui {
class OrderByWidgetForm; }
78 void getOrderItems(std::vector<std::pair<std::string, std::string> >& list);
89 std::unique_ptr<Ui::OrderByWidgetForm>
m_ui;
boost::ptr_vector< OrderByItem > OrderBy
A class that can be used to model an ORDER BY clause.