|
MythTV
0.26-pre
|
#include <proglist.h>
Definition at line 31 of file proglist.h.
enum ProgLister::SortBy [private] |
Definition at line 92 of file proglist.h.
| ProgLister::ProgLister | ( | MythScreenStack * | parent, |
| ProgListType | pltype, | ||
| const QString & | view, | ||
| const QString & | extraArg | ||
| ) |
Definition at line 28 of file proglist.cpp.
| ProgLister::ProgLister | ( | MythScreenStack * | parent, |
| uint | recid = 0, |
||
| const QString & | title = QString() |
||
| ) | [explicit] |
Definition at line 78 of file proglist.cpp.
Definition at line 117 of file proglist.cpp.
| bool ProgLister::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 124 of file proglist.cpp.
Referenced by ScheduleEditor::showPrevious(), ScheduleCommon::ShowUpcoming(), ScheduleEditor::showUpcomingByRule(), ScheduleCommon::ShowUpcomingScheduled(), startPrevious(), startSearchCategory(), startSearchChannel(), startSearchKeyword(), startSearchMovie(), startSearchNew(), startSearchPeople(), startSearchPower(), startSearchStored(), startSearchTime(), startSearchTitle(), CustomEdit::testClicked(), ChannelRecPriority::upcoming(), and ProgramRecPriority::upcoming().
| bool ProgLister::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MythScreenType.
Definition at line 201 of file proglist.cpp.
| void ProgLister::customEvent | ( | QEvent * | event | ) | [virtual] |
Reimplemented from ScheduleCommon.
Definition at line 1598 of file proglist.cpp.
| void ProgLister::HandleSelected | ( | MythUIButtonListItem * | item | ) | [protected, slot] |
Definition at line 1560 of file proglist.cpp.
Referenced by Create().
| void ProgLister::HandleVisible | ( | MythUIButtonListItem * | item | ) | [protected, slot] |
Definition at line 1510 of file proglist.cpp.
Referenced by Create().
| void ProgLister::HandleClicked | ( | void | ) | [protected, slot] |
Definition at line 607 of file proglist.cpp.
Referenced by Create().
| void ProgLister::DeleteOldEpisode | ( | bool | ok | ) | [protected, slot] |
Definition at line 670 of file proglist.cpp.
Referenced by ShowDeleteOldEpisodeMenu().
| void ProgLister::DeleteOldSeries | ( | bool | ok | ) | [protected, slot] |
Definition at line 703 of file proglist.cpp.
Referenced by ShowDeleteOldSeriesMenu().
| void ProgLister::RecordSelected | ( | void | ) | [protected, slot] |
Definition at line 596 of file proglist.cpp.
Referenced by keyPressEvent(), and ShowMenu().
| void ProgLister::SetViewFromList | ( | QString | item | ) | [protected, slot] |
Definition at line 523 of file proglist.cpp.
Referenced by EditPowerSearchPopup::okClicked(), and ShowChooseViewMenu().
| void ProgLister::SetViewFromTime | ( | QDateTime | searchTime | ) | [protected, slot] |
Definition at line 509 of file proglist.cpp.
Referenced by ShowChooseViewMenu().
| void ProgLister::EditScheduled | ( | void | ) | [inline, protected, slot] |
Definition at line 63 of file proglist.h.
Referenced by keyPressEvent(), and ShowMenu().
| void ProgLister::EditCustom | ( | void | ) | [inline, protected, slot] |
Definition at line 64 of file proglist.h.
Referenced by keyPressEvent(), and ShowMenu().
| void ProgLister::ShowDetails | ( | void | ) | [inline, protected, slot] |
Definition at line 66 of file proglist.h.
Referenced by keyPressEvent(), and ShowMenu().
| void ProgLister::ShowUpcoming | ( | void | ) | [protected, slot] |
Definition at line 759 of file proglist.cpp.
Referenced by keyPressEvent(), and ShowMenu().
| void ProgLister::ShowDeleteRuleMenu | ( | void | ) | [protected, slot] |
Definition at line 627 of file proglist.cpp.
Referenced by ShowDeleteItemMenu(), and ShowMenu().
| void ProgLister::ShowDeleteOldEpisodeMenu | ( | void | ) | [protected, slot] |
Definition at line 658 of file proglist.cpp.
Referenced by customEvent(), ShowDeleteItemMenu(), and ShowMenu().
| void ProgLister::ShowChooseViewMenu | ( | void | ) | [protected, slot] |
Definition at line 429 of file proglist.cpp.
Referenced by customEvent(), and ShowMenu().
| void ProgLister::Load | ( | void | ) | [private, virtual] |
Load data which will ultimately be displayed on-screen or used to determine what appears on-screen (See Warning)
Reimplemented from MythScreenType.
Definition at line 189 of file proglist.cpp.
| void ProgLister::FillViewList | ( | const QString & | view | ) | [private] |
Definition at line 766 of file proglist.cpp.
Referenced by Load(), and EditPowerSearchPopup::okClicked().
| void ProgLister::FillItemList | ( | bool | restorePosition, |
| bool | updateDisp = true |
||
| ) | [private] |
Definition at line 1100 of file proglist.cpp.
Referenced by customEvent(), DeleteOldEpisode(), DeleteOldSeries(), and Load().
| void ProgLister::ClearCurrentProgramInfo | ( | void | ) | [private] |
Definition at line 1448 of file proglist.cpp.
Referenced by HandleSelected(), and UpdateDisplay().
| void ProgLister::UpdateDisplay | ( | const ProgramInfo * | selected = NULL | ) | [private] |
Definition at line 1459 of file proglist.cpp.
Referenced by customEvent(), and FillItemList().
| void ProgLister::RestoreSelection | ( | const ProgramInfo * | selected, |
| int | selectedOffset | ||
| ) | [private] |
Definition at line 1482 of file proglist.cpp.
Referenced by UpdateDisplay().
| void ProgLister::UpdateButtonList | ( | void | ) | [private] |
Definition at line 1543 of file proglist.cpp.
Referenced by UpdateDisplay().
| void ProgLister::UpdateKeywordInDB | ( | const QString & | text, |
| const QString & | oldValue | ||
| ) | [private] |
Definition at line 384 of file proglist.cpp.
Referenced by PhrasePopup::okClicked(), and EditPowerSearchPopup::okClicked().
| void ProgLister::ShowMenu | ( | void | ) | [private, virtual] |
Reimplemented from MythScreenType.
Definition at line 289 of file proglist.cpp.
| void ProgLister::ShowDeleteItemMenu | ( | void | ) | [private] |
Definition at line 619 of file proglist.cpp.
Referenced by keyPressEvent().
| void ProgLister::ShowDeleteOldSeriesMenu | ( | void | ) | [private] |
Definition at line 691 of file proglist.cpp.
Referenced by customEvent().
| void ProgLister::ShowOldRecordedMenu | ( | void | ) | [private] |
Definition at line 724 of file proglist.cpp.
Referenced by HandleClicked().
| void ProgLister::SwitchToPreviousView | ( | void | ) | [private] |
Definition at line 337 of file proglist.cpp.
Referenced by keyPressEvent().
| void ProgLister::SwitchToNextView | ( | void | ) | [private] |
Definition at line 360 of file proglist.cpp.
Referenced by keyPressEvent().
| ProgLister::SortBy ProgLister::GetSortBy | ( | void | ) | const [private] |
Definition at line 1415 of file proglist.cpp.
Referenced by FillItemList().
| void ProgLister::SortList | ( | SortBy | sortby, |
| bool | reverseSort | ||
| ) | [private] |
Definition at line 1424 of file proglist.cpp.
Referenced by FillItemList().
| ProgramInfo * ProgLister::GetCurrent | ( | void | ) | [private] |
Definition at line 588 of file proglist.cpp.
Referenced by customEvent(), DeleteOldEpisode(), DeleteOldSeries(), EditCustom(), EditScheduled(), FillItemList(), HandleClicked(), keyPressEvent(), RecordSelected(), ShowDeleteOldEpisodeMenu(), ShowDeleteOldSeriesMenu(), ShowDeleteRuleMenu(), ShowDetails(), ShowOldRecordedMenu(), and ShowUpcoming().
| const ProgramInfo * ProgLister::GetCurrent | ( | void | ) | const [private] |
Definition at line 580 of file proglist.cpp.
| bool ProgLister::PowerStringToSQL | ( | const QString & | qphrase, |
| QString & | output, | ||
| MSqlBindings & | bindings | ||
| ) | const [private] |
Definition at line 530 of file proglist.cpp.
Referenced by FillItemList(), PhrasePopup::recordClicked(), and PowerSearchPopup::recordClicked().
friend class PhrasePopup [friend] |
Definition at line 33 of file proglist.h.
Referenced by ShowChooseViewMenu().
friend class TimePopup [friend] |
Definition at line 34 of file proglist.h.
friend class PowerSearchPopup [friend] |
Definition at line 35 of file proglist.h.
Referenced by ShowChooseViewMenu().
friend class EditPowerSearchPopup [friend] |
Definition at line 36 of file proglist.h.
ProgListType ProgLister::m_type [private] |
Definition at line 103 of file proglist.h.
Referenced by Create(), customEvent(), FillItemList(), FillViewList(), GetSortBy(), HandleClicked(), HandleVisible(), keyPressEvent(), RestoreSelection(), ShowChooseViewMenu(), ShowDeleteItemMenu(), ShowMenu(), ShowUpcoming(), SwitchToNextView(), and SwitchToPreviousView().
uint ProgLister::m_recid [private] |
Definition at line 104 of file proglist.h.
Referenced by FillItemList().
QString ProgLister::m_title [private] |
Definition at line 105 of file proglist.h.
Referenced by FillItemList().
QString ProgLister::m_extraArg [private] |
Definition at line 106 of file proglist.h.
Referenced by FillItemList().
QDateTime ProgLister::m_startTime [private] |
Definition at line 107 of file proglist.h.
Referenced by FillItemList(), and FillViewList().
QDateTime ProgLister::m_searchTime [private] |
Definition at line 108 of file proglist.h.
Referenced by FillItemList(), FillViewList(), SetViewFromTime(), SwitchToNextView(), and SwitchToPreviousView().
QString ProgLister::m_channelOrdering [private] |
Definition at line 109 of file proglist.h.
Referenced by FillViewList().
RecSearchType ProgLister::m_searchType [private] |
Definition at line 111 of file proglist.h.
Referenced by FillViewList(), ProgLister(), ShowChooseViewMenu(), and UpdateKeywordInDB().
QString ProgLister::m_view [private] |
Definition at line 113 of file proglist.h.
Referenced by Load().
int ProgLister::m_curView [private] |
Definition at line 114 of file proglist.h.
Referenced by customEvent(), PhrasePopup::deleteClicked(), PowerSearchPopup::deleteClicked(), FillItemList(), FillViewList(), Load(), SetViewFromList(), SetViewFromTime(), ShowChooseViewMenu(), SwitchToNextView(), SwitchToPreviousView(), and UpdateDisplay().
QStringList ProgLister::m_viewList [private] |
Definition at line 115 of file proglist.h.
Referenced by PhrasePopup::deleteClicked(), PowerSearchPopup::deleteClicked(), FillItemList(), FillViewList(), EditPowerSearchPopup::initLists(), SetViewFromTime(), ShowChooseViewMenu(), SwitchToNextView(), SwitchToPreviousView(), and UpdateKeywordInDB().
QStringList ProgLister::m_viewTextList [private] |
Definition at line 116 of file proglist.h.
Referenced by PhrasePopup::deleteClicked(), PowerSearchPopup::deleteClicked(), FillViewList(), EditPowerSearchPopup::initLists(), SetViewFromList(), SetViewFromTime(), ShowChooseViewMenu(), SwitchToNextView(), SwitchToPreviousView(), UpdateDisplay(), and UpdateKeywordInDB().
ProgramList ProgLister::m_itemList [private] |
Definition at line 118 of file proglist.h.
Referenced by FillItemList(), GetCurrent(), RestoreSelection(), ShowMenu(), SortList(), UpdateButtonList(), UpdateDisplay(), and ~ProgLister().
ProgramList ProgLister::m_itemListSave [private] |
Definition at line 119 of file proglist.h.
Referenced by FillItemList(), and ~ProgLister().
ProgramList ProgLister::m_schedList [private] |
Definition at line 120 of file proglist.h.
Referenced by FillItemList().
QStringList ProgLister::m_typeList [private] |
Definition at line 122 of file proglist.h.
QStringList ProgLister::m_genreList [private] |
Definition at line 123 of file proglist.h.
QStringList ProgLister::m_stationList [private] |
Definition at line 124 of file proglist.h.
bool ProgLister::m_allowEvents [private] |
Definition at line 126 of file proglist.h.
Referenced by keyPressEvent().
bool ProgLister::m_titleSort [private] |
Definition at line 127 of file proglist.h.
Referenced by customEvent(), FillItemList(), GetSortBy(), keyPressEvent(), and RestoreSelection().
bool ProgLister::m_reverseSort [private] |
Definition at line 128 of file proglist.h.
Referenced by customEvent(), FillItemList(), keyPressEvent(), and RestoreSelection().
bool ProgLister::m_useGenres [private] |
Definition at line 129 of file proglist.h.
Referenced by FillItemList(), and FillViewList().
MythUIText* ProgLister::m_schedText [private] |
Definition at line 131 of file proglist.h.
Referenced by Create().
MythUIText* ProgLister::m_curviewText [private] |
Definition at line 132 of file proglist.h.
Referenced by Create(), FillItemList(), and UpdateDisplay().
MythUIText* ProgLister::m_positionText [private] |
Definition at line 133 of file proglist.h.
Referenced by ClearCurrentProgramInfo(), Create(), HandleSelected(), and UpdateButtonList().
MythUIButtonList* ProgLister::m_progList [private] |
Definition at line 134 of file proglist.h.
Referenced by Create(), GetCurrent(), HandleSelected(), RestoreSelection(), ShowMenu(), UpdateButtonList(), and UpdateDisplay().
MythUIText* ProgLister::m_messageText [private] |
Definition at line 135 of file proglist.h.
Referenced by Create(), and UpdateDisplay().
1.7.6.1