QxOrm
1.5.0
C++ Object Relational Mapping library
|
Functor used to provide sort feature for all models based on qx::IxModel interface (please note that you can also use QSortFilterProxyModel Qt class to sort your model) More...
#include <QxDataMember/IxDataMember.h>
Go to the source code of this file.
Classes | |
struct | qx::model_view::QxModelRowCompare< T > |
qx::QxModelRowCompare : functor used to provide sort feature for all models based on qx::IxModel interface (please note that you can also use QSortFilterProxyModel Qt class to sort your model) More... | |
Namespaces | |
namespace | qx |
Root namespace for all QxOrm library features. | |
namespace | qx::model_view |
Functions | |
QX_DLL_EXPORT bool | qx::model_view::compareQVariant (const QVariant &v1, const QVariant &v2, bool bAscending) QX_USED |
Functor used to provide sort feature for all models based on qx::IxModel interface (please note that you can also use QSortFilterProxyModel Qt class to sort your model)
Definition in file QxModelRowCompare.h.