QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

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...

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
 

Detailed Description

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)

Author
Lionel Marty

Definition in file QxModelRowCompare.h.