#include <videofilter.h>
Definition at line 15 of file videofilter.h.
Definition at line 20 of file videofilter.h.
| kOrderByTitle | |
| kOrderByYearDescending | |
| kOrderByUserRatingDescending | |
| kOrderByLength | |
| kOrderByFilename | |
| kOrderByID | |
| kOrderBySeasonEp | |
| kOrderByDateAddedDescending |
Definition at line 49 of file videofilter.h.
| VideoFilterSettings::VideoFilterSettings | ( | bool | loaddefaultsettings = true, |
|
| const QString & | _prefix = "" | |||
| ) |
Definition at line 69 of file videofilter.cpp.
| VideoFilterSettings::VideoFilterSettings | ( | const VideoFilterSettings & | rhs | ) |
Definition at line 119 of file videofilter.cpp.
| VideoFilterSettings & VideoFilterSettings::operator= | ( | const VideoFilterSettings & | rhs | ) |
Definition at line 126 of file videofilter.cpp.
| bool VideoFilterSettings::matches_filter | ( | const VideoMetadata & | mdata | ) | const |
Definition at line 245 of file videofilter.cpp.
Referenced by copy_entries(), VideoListImp::TryFilter(), and VideoListImp::update_meta_view().
| bool VideoFilterSettings::meta_less_than | ( | const VideoMetadata & | lhs, | |
| const VideoMetadata & | rhs, | |||
| bool | sort_ignores_case | |||
| ) | const |
Compares two VideoMetadata instances.
Definition at line 389 of file videofilter.cpp.
Referenced by metadata_sort::operator()().
| void VideoFilterSettings::saveAsDefault | ( | ) |
Definition at line 228 of file videofilter.cpp.
Referenced by VideoFilterDialog::saveAsDefault().
| int VideoFilterSettings::GetCategory | ( | void | ) | const [inline] |
Definition at line 63 of file videofilter.h.
Referenced by VideoFilterDialog::fillWidgets().
| void VideoFilterSettings::SetCategory | ( | int | lcategory | ) | [inline] |
Definition at line 64 of file videofilter.h.
Referenced by VideoFilterDialog::SetCategory().
| int VideoFilterSettings::getGenre | ( | ) | const [inline] |
Definition at line 70 of file videofilter.h.
Referenced by VideoFilterDialog::fillWidgets().
| void VideoFilterSettings::setGenre | ( | int | lgenre | ) | [inline] |
Definition at line 71 of file videofilter.h.
Referenced by VideoFilterDialog::setGenre().
| int VideoFilterSettings::GetCast | ( | ) | const [inline] |
Definition at line 77 of file videofilter.h.
Referenced by VideoFilterDialog::fillWidgets().
| void VideoFilterSettings::SetCast | ( | int | lcast | ) | [inline] |
Definition at line 78 of file videofilter.h.
Referenced by VideoFilterDialog::SetCast().
| int VideoFilterSettings::getCountry | ( | ) | const [inline] |
Definition at line 84 of file videofilter.h.
Referenced by VideoFilterDialog::fillWidgets().
| void VideoFilterSettings::setCountry | ( | int | lcountry | ) | [inline] |
Definition at line 85 of file videofilter.h.
Referenced by VideoFilterDialog::setCountry().
| int VideoFilterSettings::getYear | ( | ) | const [inline] |
Definition at line 91 of file videofilter.h.
Referenced by VideoFilterDialog::fillWidgets().
| void VideoFilterSettings::SetYear | ( | int | lyear | ) | [inline] |
Definition at line 92 of file videofilter.h.
Referenced by VideoFilterDialog::SetYear().
| int VideoFilterSettings::getRuntime | ( | ) | const [inline] |
Definition at line 98 of file videofilter.h.
Referenced by VideoFilterDialog::fillWidgets().
| void VideoFilterSettings::setRuntime | ( | int | lruntime | ) | [inline] |
Definition at line 99 of file videofilter.h.
Referenced by VideoFilterDialog::setRunTime().
| int VideoFilterSettings::GetUserRating | ( | ) | const [inline] |
Definition at line 105 of file videofilter.h.
Referenced by VideoFilterDialog::fillWidgets().
| void VideoFilterSettings::SetUserRating | ( | int | luserrating | ) | [inline] |
Definition at line 106 of file videofilter.h.
Referenced by VideoFilterDialog::SetUserRating().
| int VideoFilterSettings::GetBrowse | ( | ) | const [inline] |
Definition at line 112 of file videofilter.h.
Referenced by VideoFilterDialog::fillWidgets().
| void VideoFilterSettings::SetBrowse | ( | int | lbrowse | ) | [inline] |
Definition at line 113 of file videofilter.h.
Referenced by VideoFilterDialog::SetBrowse().
| int VideoFilterSettings::GetWatched | ( | ) | const [inline] |
Definition at line 119 of file videofilter.h.
Referenced by VideoFilterDialog::fillWidgets().
| void VideoFilterSettings::SetWatched | ( | int | lwatched | ) | [inline] |
Definition at line 120 of file videofilter.h.
Referenced by VideoFilterDialog::SetWatched().
| ordering VideoFilterSettings::getOrderby | ( | ) | const [inline] |
Definition at line 126 of file videofilter.h.
Referenced by VideoFilterDialog::fillWidgets().
| void VideoFilterSettings::setOrderby | ( | ordering | lorderby | ) | [inline] |
Definition at line 127 of file videofilter.h.
Referenced by VideoFilterDialog::setOrderby().
| QString VideoFilterSettings::getTextFilter | ( | ) | const [inline] |
Definition at line 133 of file videofilter.h.
Referenced by VideoFilterDialog::fillWidgets().
| void VideoFilterSettings::setTextFilter | ( | QString | val | ) |
Definition at line 491 of file videofilter.cpp.
Referenced by VideoFilterDialog::setTextFilter().
| ParentalLevel::Level VideoFilterSettings::getParentalLevel | ( | ) | const [inline] |
Definition at line 136 of file videofilter.h.
| void VideoFilterSettings::setParentalLevel | ( | ParentalLevel::Level | parental_level | ) | [inline] |
Definition at line 137 of file videofilter.h.
Referenced by VideoListImp::refreshList().
| int VideoFilterSettings::getInteRef | ( | ) | const [inline] |
Definition at line 143 of file videofilter.h.
Referenced by VideoFilterDialog::fillWidgets().
| void VideoFilterSettings::SetInetRef | ( | int | inetref | ) | [inline] |
Definition at line 144 of file videofilter.h.
Referenced by VideoFilterDialog::SetInetRef().
| int VideoFilterSettings::GetCoverFile | ( | ) | const [inline] |
Definition at line 150 of file videofilter.h.
Referenced by VideoFilterDialog::fillWidgets().
| void VideoFilterSettings::SetCoverFile | ( | int | coverfile | ) | [inline] |
Definition at line 151 of file videofilter.h.
Referenced by VideoFilterDialog::SetCoverFile().
| unsigned int VideoFilterSettings::getChangedState | ( | ) | [inline] |
Definition at line 157 of file videofilter.h.
Referenced by VideoListImp::getFilterChangedState(), and VideoFilterDialog::saveAndExit().
const unsigned int VideoFilterSettings::FILTER_MASK = 0xFFFE [static] |
Definition at line 18 of file videofilter.h.
const unsigned int VideoFilterSettings::SORT_MASK = 0x1 [static] |
Definition at line 19 of file videofilter.h.
int VideoFilterSettings::category [private] |
Definition at line 165 of file videofilter.h.
Referenced by GetCategory(), matches_filter(), operator=(), saveAsDefault(), SetCategory(), and VideoFilterSettings().
int VideoFilterSettings::genre [private] |
Definition at line 166 of file videofilter.h.
Referenced by getGenre(), matches_filter(), operator=(), saveAsDefault(), setGenre(), and VideoFilterSettings().
int VideoFilterSettings::country [private] |
Definition at line 167 of file videofilter.h.
Referenced by getCountry(), matches_filter(), operator=(), saveAsDefault(), setCountry(), and VideoFilterSettings().
int VideoFilterSettings::cast [private] |
Definition at line 168 of file videofilter.h.
Referenced by GetCast(), matches_filter(), operator=(), saveAsDefault(), SetCast(), and VideoFilterSettings().
int VideoFilterSettings::year [private] |
Definition at line 169 of file videofilter.h.
Referenced by getYear(), matches_filter(), operator=(), saveAsDefault(), SetYear(), and VideoFilterSettings().
int VideoFilterSettings::runtime [private] |
Definition at line 170 of file videofilter.h.
Referenced by getRuntime(), matches_filter(), operator=(), saveAsDefault(), setRuntime(), and VideoFilterSettings().
int VideoFilterSettings::userrating [private] |
Definition at line 171 of file videofilter.h.
Referenced by GetUserRating(), matches_filter(), operator=(), saveAsDefault(), SetUserRating(), and VideoFilterSettings().
int VideoFilterSettings::browse [private] |
Definition at line 172 of file videofilter.h.
Referenced by GetBrowse(), matches_filter(), operator=(), saveAsDefault(), SetBrowse(), and VideoFilterSettings().
int VideoFilterSettings::watched [private] |
Definition at line 173 of file videofilter.h.
Referenced by GetWatched(), matches_filter(), operator=(), saveAsDefault(), SetWatched(), and VideoFilterSettings().
int VideoFilterSettings::m_inetref [private] |
Definition at line 174 of file videofilter.h.
Referenced by getInteRef(), matches_filter(), operator=(), saveAsDefault(), SetInetRef(), and VideoFilterSettings().
int VideoFilterSettings::m_coverfile [private] |
Definition at line 175 of file videofilter.h.
Referenced by GetCoverFile(), matches_filter(), operator=(), saveAsDefault(), SetCoverFile(), and VideoFilterSettings().
ordering VideoFilterSettings::orderby [private] |
Definition at line 176 of file videofilter.h.
Referenced by getOrderby(), meta_less_than(), operator=(), saveAsDefault(), setOrderby(), and VideoFilterSettings().
Definition at line 177 of file videofilter.h.
Referenced by getParentalLevel(), matches_filter(), operator=(), and setParentalLevel().
QString VideoFilterSettings::prefix [private] |
Definition at line 178 of file videofilter.h.
Referenced by operator=(), saveAsDefault(), and VideoFilterSettings().
QString VideoFilterSettings::textfilter [private] |
Definition at line 179 of file videofilter.h.
Referenced by getTextFilter(), matches_filter(), operator=(), saveAsDefault(), and setTextFilter().
int VideoFilterSettings::season [private] |
Definition at line 180 of file videofilter.h.
Referenced by matches_filter(), operator=(), and setTextFilter().
int VideoFilterSettings::episode [private] |
Definition at line 181 of file videofilter.h.
Referenced by matches_filter(), operator=(), and setTextFilter().
QDate VideoFilterSettings::insertdate [private] |
Definition at line 182 of file videofilter.h.
Referenced by matches_filter(), operator=(), and setTextFilter().
const QRegExp VideoFilterSettings::re_season [private] |
Definition at line 183 of file videofilter.h.
Referenced by setTextFilter().
const QRegExp VideoFilterSettings::re_date [private] |
Definition at line 184 of file videofilter.h.
Referenced by setTextFilter().
unsigned int VideoFilterSettings::m_changed_state [private] |
Definition at line 187 of file videofilter.h.
Referenced by getChangedState(), operator=(), SetBrowse(), SetCast(), SetCategory(), setCountry(), SetCoverFile(), setGenre(), SetInetRef(), setOrderby(), setParentalLevel(), setRuntime(), setTextFilter(), SetUserRating(), SetWatched(), and SetYear().
1.6.3