|
MythTV
0.26-pre
|
#include <videofilter.h>
Definition at line 217 of file videofilter.h.
| VideoFilterDialog::VideoFilterDialog | ( | MythScreenStack * | lparent, |
| QString | lname, | ||
| VideoList * | video_list | ||
| ) |
Definition at line 545 of file videofilter.cpp.
Definition at line 557 of file videofilter.cpp.
| bool VideoFilterDialog::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 562 of file videofilter.cpp.
Referenced by VideoDialog::ChangeFilter().
| void VideoFilterDialog::filterChanged | ( | ) | [signal] |
Referenced by saveAndExit().
| void VideoFilterDialog::saveAndExit | ( | ) | [slot] |
Definition at line 838 of file videofilter.cpp.
Referenced by Create(), and saveAsDefault().
| void VideoFilterDialog::saveAsDefault | ( | ) | [slot] |
Definition at line 832 of file videofilter.cpp.
Referenced by Create().
| void VideoFilterDialog::SetYear | ( | MythUIButtonListItem * | item | ) | [slot] |
Definition at line 847 of file videofilter.cpp.
Referenced by Create().
| void VideoFilterDialog::SetUserRating | ( | MythUIButtonListItem * | item | ) | [slot] |
Definition at line 854 of file videofilter.cpp.
Referenced by Create().
| void VideoFilterDialog::SetCategory | ( | MythUIButtonListItem * | item | ) | [slot] |
Definition at line 860 of file videofilter.cpp.
Referenced by Create().
| void VideoFilterDialog::setCountry | ( | MythUIButtonListItem * | item | ) | [slot] |
Definition at line 866 of file videofilter.cpp.
Referenced by Create(), and nv_python_libs.bbciplayer.bbciplayer_api.Videos::displayTreeView().
| void VideoFilterDialog::setGenre | ( | MythUIButtonListItem * | item | ) | [slot] |
Definition at line 872 of file videofilter.cpp.
Referenced by Create().
| void VideoFilterDialog::SetCast | ( | MythUIButtonListItem * | item | ) | [slot] |
Definition at line 878 of file videofilter.cpp.
Referenced by Create().
| void VideoFilterDialog::setRunTime | ( | MythUIButtonListItem * | item | ) | [slot] |
Definition at line 884 of file videofilter.cpp.
Referenced by Create().
| void VideoFilterDialog::SetBrowse | ( | MythUIButtonListItem * | item | ) | [slot] |
Definition at line 890 of file videofilter.cpp.
Referenced by Create().
| void VideoFilterDialog::SetWatched | ( | MythUIButtonListItem * | item | ) | [slot] |
Definition at line 896 of file videofilter.cpp.
Referenced by Create().
| void VideoFilterDialog::SetInetRef | ( | MythUIButtonListItem * | item | ) | [slot] |
Definition at line 902 of file videofilter.cpp.
Referenced by Create().
| void VideoFilterDialog::SetCoverFile | ( | MythUIButtonListItem * | item | ) | [slot] |
Definition at line 908 of file videofilter.cpp.
Referenced by Create().
| void VideoFilterDialog::setOrderby | ( | MythUIButtonListItem * | item | ) | [slot] |
Definition at line 914 of file videofilter.cpp.
Referenced by Create().
| void VideoFilterDialog::setTextFilter | ( | ) | [slot] |
Definition at line 921 of file videofilter.cpp.
Referenced by Create().
| void VideoFilterDialog::fillWidgets | ( | ) | [private] |
Definition at line 647 of file videofilter.cpp.
Referenced by Create().
| void VideoFilterDialog::update_numvideo | ( | ) | [private] |
Definition at line 631 of file videofilter.cpp.
Referenced by Create(), SetBrowse(), SetCast(), SetCategory(), setCountry(), SetCoverFile(), setGenre(), SetInetRef(), setOrderby(), setRunTime(), setTextFilter(), SetUserRating(), SetWatched(), and SetYear().
Definition at line 252 of file videofilter.h.
Referenced by fillWidgets(), saveAndExit(), saveAsDefault(), SetBrowse(), SetCast(), SetCategory(), setCountry(), SetCoverFile(), setGenre(), SetInetRef(), setOrderby(), setRunTime(), setTextFilter(), SetUserRating(), SetWatched(), SetYear(), update_numvideo(), and VideoFilterDialog().
MythUIButtonList* VideoFilterDialog::m_browseList [private] |
Definition at line 254 of file videofilter.h.
Referenced by Create(), and fillWidgets().
MythUIButtonList* VideoFilterDialog::m_watchedList [private] |
Definition at line 255 of file videofilter.h.
Referenced by Create(), and fillWidgets().
MythUIButtonList* VideoFilterDialog::m_orderbyList [private] |
Definition at line 256 of file videofilter.h.
Referenced by Create(), and fillWidgets().
MythUIButtonList* VideoFilterDialog::m_yearList [private] |
Definition at line 257 of file videofilter.h.
Referenced by Create(), and fillWidgets().
Definition at line 258 of file videofilter.h.
Referenced by Create(), and fillWidgets().
Definition at line 259 of file videofilter.h.
Referenced by Create(), and fillWidgets().
MythUIButtonList* VideoFilterDialog::m_countryList [private] |
Definition at line 260 of file videofilter.h.
Referenced by Create(), and fillWidgets().
MythUIButtonList* VideoFilterDialog::m_genreList [private] |
Definition at line 261 of file videofilter.h.
Referenced by Create(), and fillWidgets().
MythUIButtonList* VideoFilterDialog::m_castList [private] |
Definition at line 262 of file videofilter.h.
Referenced by Create(), and fillWidgets().
MythUIButtonList* VideoFilterDialog::m_runtimeList [private] |
Definition at line 263 of file videofilter.h.
Referenced by Create(), and fillWidgets().
MythUIButtonList* VideoFilterDialog::m_inetrefList [private] |
Definition at line 264 of file videofilter.h.
Referenced by Create(), and fillWidgets().
Definition at line 265 of file videofilter.h.
Referenced by Create(), and fillWidgets().
MythUIButton* VideoFilterDialog::m_saveButton [private] |
Definition at line 266 of file videofilter.h.
Referenced by Create().
MythUIButton* VideoFilterDialog::m_doneButton [private] |
Definition at line 267 of file videofilter.h.
Referenced by Create().
MythUIText* VideoFilterDialog::m_numvideosText [private] |
Definition at line 268 of file videofilter.h.
Referenced by Create(), and update_numvideo().
MythUITextEdit* VideoFilterDialog::m_textfilter [private] |
Definition at line 269 of file videofilter.h.
Referenced by Create(), fillWidgets(), and setTextFilter().
const VideoList& VideoFilterDialog::m_videoList [private] |
Definition at line 271 of file videofilter.h.
Referenced by fillWidgets(), and update_numvideo().
FilterSettingsProxy* VideoFilterDialog::m_fsp [private] |
Definition at line 272 of file videofilter.h.
Referenced by saveAndExit(), VideoFilterDialog(), and ~VideoFilterDialog().
1.7.6.1