#include <videofilter.h>

Definition at line 201 of file videofilter.h.
| VideoFilterDialog::VideoFilterDialog | ( | FilterSettingsProxy * | fsp, | |
| MythMainWindow * | parent_, | |||
| QString | window_name, | |||
| QString | theme_filename, | |||
| const VideoList & | video_list, | |||
| const char * | name_ = 0 | |||
| ) |
Definition at line 402 of file videofilter.cpp.
| VideoFilterDialog::~VideoFilterDialog | ( | ) |
Definition at line 875 of file videofilter.cpp.
| void VideoFilterDialog::keyPressEvent | ( | QKeyEvent * | e | ) |
| void VideoFilterDialog::wireUpTheme | ( | void | ) |
| void VideoFilterDialog::fillWidgets | ( | ) |
| void VideoFilterDialog::takeFocusAwayFromEditor | ( | bool | up_or_down | ) | [slot] |
Definition at line 708 of file videofilter.cpp.
| void VideoFilterDialog::saveAndExit | ( | ) | [slot] |
| void VideoFilterDialog::saveAsDefault | ( | ) | [slot] |
| void VideoFilterDialog::setYear | ( | int | new_year | ) | [slot] |
| void VideoFilterDialog::setUserRating | ( | int | new_userrating | ) | [slot] |
| void VideoFilterDialog::setCategory | ( | int | new_category | ) | [slot] |
| void VideoFilterDialog::setCountry | ( | int | new_country | ) | [slot] |
| void VideoFilterDialog::setGenre | ( | int | new_genre | ) | [slot] |
| void VideoFilterDialog::setCast | ( | int | new_cast | ) | [slot] |
| void VideoFilterDialog::setRunTime | ( | int | new_runtime | ) | [slot] |
| void VideoFilterDialog::setBrowse | ( | int | new_browse | ) | [slot] |
| void VideoFilterDialog::setInetRef | ( | int | new_inetref | ) | [slot] |
| void VideoFilterDialog::setCoverFile | ( | int | new_coverfile | ) | [slot] |
| void VideoFilterDialog::setOrderby | ( | int | new_orderby | ) | [slot] |
| void VideoFilterDialog::update_numvideo | ( | ) | [private] |
Definition at line 429 of file videofilter.cpp.
Referenced by setBrowse(), setCast(), setCategory(), setCountry(), setCoverFile(), setGenre(), setInetRef(), setOrderby(), setRunTime(), setUserRating(), setYear(), and VideoFilterDialog().
Definition at line 242 of file videofilter.h.
Referenced by fillWidgets(), saveAndExit(), saveAsDefault(), setBrowse(), setCast(), setCategory(), setCountry(), setCoverFile(), setGenre(), setInetRef(), setOrderby(), setRunTime(), setUserRating(), setYear(), update_numvideo(), and VideoFilterDialog().
UISelectorType* VideoFilterDialog::browse_select [private] |
Definition at line 246 of file videofilter.h.
Referenced by fillWidgets(), keyPressEvent(), and wireUpTheme().
UISelectorType* VideoFilterDialog::orderby_select [private] |
Definition at line 247 of file videofilter.h.
Referenced by fillWidgets(), keyPressEvent(), and wireUpTheme().
UISelectorType* VideoFilterDialog::year_select [private] |
Definition at line 248 of file videofilter.h.
Referenced by fillWidgets(), keyPressEvent(), and wireUpTheme().
Definition at line 249 of file videofilter.h.
Referenced by fillWidgets(), keyPressEvent(), and wireUpTheme().
UISelectorType* VideoFilterDialog::category_select [private] |
Definition at line 250 of file videofilter.h.
Referenced by fillWidgets(), keyPressEvent(), and wireUpTheme().
UISelectorType* VideoFilterDialog::country_select [private] |
Definition at line 251 of file videofilter.h.
Referenced by fillWidgets(), keyPressEvent(), and wireUpTheme().
UISelectorType* VideoFilterDialog::genre_select [private] |
Definition at line 252 of file videofilter.h.
Referenced by fillWidgets(), keyPressEvent(), and wireUpTheme().
UISelectorType* VideoFilterDialog::cast_select [private] |
Definition at line 253 of file videofilter.h.
Referenced by fillWidgets(), keyPressEvent(), and wireUpTheme().
UISelectorType* VideoFilterDialog::runtime_select [private] |
Definition at line 254 of file videofilter.h.
Referenced by fillWidgets(), keyPressEvent(), and wireUpTheme().
UITextButtonType* VideoFilterDialog::save_button [private] |
UITextButtonType* VideoFilterDialog::done_button [private] |
UITextType* VideoFilterDialog::numvideos_text [private] |
Definition at line 259 of file videofilter.h.
Referenced by fillWidgets(), keyPressEvent(), and wireUpTheme().
Definition at line 260 of file videofilter.h.
Referenced by fillWidgets(), keyPressEvent(), and wireUpTheme().
FilterSettingsProxy* VideoFilterDialog::m_fsp [private] |
const VideoList& VideoFilterDialog::m_video_list [private] |
1.5.5