Screen for managing channel priorities in recording scheduling decisions. More...
#include <channelrecpriority.h>
Screen for managing channel priorities in recording scheduling decisions.
Definition at line 22 of file channelrecpriority.h.
Definition at line 33 of file channelrecpriority.h.
| ChannelRecPriority::ChannelRecPriority | ( | MythScreenStack * | parent | ) |
Definition at line 52 of file channelrecpriority.cpp.
| ChannelRecPriority::~ChannelRecPriority | ( | ) |
Definition at line 68 of file channelrecpriority.cpp.
| bool ChannelRecPriority::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 76 of file channelrecpriority.cpp.
Referenced by startChannelRecPriorities().
| bool ChannelRecPriority::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MythScreenType.
Definition at line 104 of file channelrecpriority.cpp.
| void ChannelRecPriority::customEvent | ( | QEvent * | event | ) | [virtual] |
Reimplemented from MythUIType.
Definition at line 451 of file channelrecpriority.cpp.
| void ChannelRecPriority::updateInfo | ( | MythUIButtonListItem * | item | ) | [protected, slot] |
Definition at line 399 of file channelrecpriority.cpp.
Referenced by changeRecPriority(), and Create().
| void ChannelRecPriority::FillList | ( | void | ) | [private] |
Definition at line 244 of file channelrecpriority.cpp.
Referenced by Create().
| void ChannelRecPriority::SortList | ( | void | ) | [private] |
Definition at line 344 of file channelrecpriority.cpp.
Referenced by changeRecPriority(), FillList(), and keyPressEvent().
| void ChannelRecPriority::updateList | ( | void | ) | [private] |
Definition at line 298 of file channelrecpriority.cpp.
Referenced by SortList().
| void ChannelRecPriority::ShowMenu | ( | void | ) | [private, virtual] |
Reimplemented from MythScreenType.
Definition at line 158 of file channelrecpriority.cpp.
| void ChannelRecPriority::upcoming | ( | void | ) | [private] |
Definition at line 429 of file channelrecpriority.cpp.
Referenced by customEvent(), and keyPressEvent().
| void ChannelRecPriority::changeRecPriority | ( | int | howMuch | ) | [private] |
Definition at line 187 of file channelrecpriority.cpp.
Referenced by keyPressEvent().
| void ChannelRecPriority::applyChannelRecPriorityChange | ( | QString | chanid, | |
| const QString & | newrecpriority | |||
| ) | [private] |
Definition at line 213 of file channelrecpriority.cpp.
Referenced by saveRecPriority().
| void ChannelRecPriority::saveRecPriority | ( | void | ) | [private] |
Definition at line 226 of file channelrecpriority.cpp.
Referenced by ~ChannelRecPriority().
QMap<QString, ChannelInfo> ChannelRecPriority::m_channelData [private] |
Definition at line 53 of file channelrecpriority.h.
Referenced by FillList(), saveRecPriority(), SortList(), updateInfo(), and updateList().
QMap<QString, ChannelInfo*> ChannelRecPriority::m_sortedChannel [private] |
Definition at line 54 of file channelrecpriority.h.
Referenced by FillList(), SortList(), and updateList().
QMap<QString, QString> ChannelRecPriority::m_origRecPriorityData [private] |
Definition at line 55 of file channelrecpriority.h.
Referenced by FillList(), and saveRecPriority().
QMap<int, bool> ChannelRecPriority::m_visMap [private] |
Definition at line 56 of file channelrecpriority.h.
Referenced by FillList(), and updateList().
Definition at line 58 of file channelrecpriority.h.
Referenced by changeRecPriority(), Create(), ShowMenu(), SortList(), upcoming(), and updateList().
MythUIText* ChannelRecPriority::m_chanstringText [private] |
Definition at line 60 of file channelrecpriority.h.
Referenced by Create(), and updateInfo().
MythUIText* ChannelRecPriority::m_channameText [private] |
Definition at line 61 of file channelrecpriority.h.
MythUIText* ChannelRecPriority::m_channumText [private] |
Definition at line 62 of file channelrecpriority.h.
MythUIText* ChannelRecPriority::m_callsignText [private] |
Definition at line 63 of file channelrecpriority.h.
MythUIText* ChannelRecPriority::m_sourcenameText [private] |
Definition at line 64 of file channelrecpriority.h.
MythUIText* ChannelRecPriority::m_sourceidText [private] |
Definition at line 65 of file channelrecpriority.h.
MythUIText* ChannelRecPriority::m_priorityText [private] |
Definition at line 66 of file channelrecpriority.h.
Referenced by Create().
MythUIImage* ChannelRecPriority::m_iconImage [private] |
Definition at line 68 of file channelrecpriority.h.
Referenced by Create(), and updateInfo().
SortType ChannelRecPriority::m_sortType [private] |
Definition at line 70 of file channelrecpriority.h.
Referenced by changeRecPriority(), ChannelRecPriority(), keyPressEvent(), SortList(), and ~ChannelRecPriority().
ChannelInfo* ChannelRecPriority::m_currentItem [private] |
Definition at line 72 of file channelrecpriority.h.
Referenced by ChannelRecPriority(), SortList(), and updateList().
1.6.3