![]() |
Sayonara Player
|
#include <Filter.h>
The Filter class.
Public Types | |
enum | Mode { Fulltext =0, Filename, Genre } |
Public Member Functions | |
Filter (const Filter &other) | |
Filter & | operator= (const Filter &other) |
bool | operator== (const Filter &other) |
QString | filtertext (bool with_percent) const |
QString | search_mode_filtertext (bool with_percent) const |
void | set_filtertext (const QString &str, ::Library::SearchModeMask search_mode) |
Library::Filter::Mode | mode () const |
void | set_mode (Library::Filter::Mode mode) |
void | clear () |
bool | cleared () const |
Static Public Member Functions | |
static QString | get_text (Mode mode) |