Sayonara Player
Main Page
Modules
Namespaces
Classes
src
Helper
LibrarySearchMode.h
1
#ifndef LIBRARYSEARCHMODE_H
2
#define LIBRARYSEARCHMODE_H
3
4
#include <QString>
5
6
namespace
LibraryHelper
7
{
8
enum
SearchMode
9
{
10
CaseInsensitve=(1<<0),
11
NoSpecialChars=(1<<1),
12
NoDiacriticChars=(1<<2)
13
};
14
15
typedef
int
SearchModeMask;
16
17
18
19
QString convert_search_string(
const
QString& str, LibraryHelper::SearchModeMask mode);
20
}
21
22
#endif // LIBRARYSEARCHMODE_H
LibraryHelper
Definition:
LibrarySearchMode.h:6
Generated on Mon Jan 23 2017 12:30:04 for Sayonara Player by
1.8.11