OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
naturalsort.hpp
Go to the documentation of this file.
1 #ifndef NATURALSORT_H
2 #define NATURALSORT_H
3 
4 #include <QString>
5 
6  bool naturalSortLessThanCS( const QString &left, const QString &right );
7  bool naturalSortLessThanCI( const QString &left, const QString &right );
8  bool naturalSortGreaterThanCS( const QString &left, const QString &right );
9  bool naturalSortGreaterThanCI( const QString &left, const QString &right );
10 
11 #endif
bool naturalSortGreaterThanCS(const QString &left, const QString &right)
Definition: naturalsort.cpp:97
bool naturalSortLessThanCS(const QString &left, const QString &right)
Definition: naturalsort.cpp:87
bool naturalSortLessThanCI(const QString &left, const QString &right)
Definition: naturalsort.cpp:92
bool naturalSortGreaterThanCI(const QString &left, const QString &right)
Definition: naturalsort.cpp:102