#include <mythnewsconfig.h>
Public Member Functions | |
| MythNewsConfig (MythScreenStack *parent, const QString &name) | |
| ~MythNewsConfig () | |
| bool | Create (void) |
| bool | keyPressEvent (QKeyEvent *) |
| Key event handler. | |
Private Slots | |
| void | slotCategoryChanged (MythUIButtonListItem *item) |
| void | toggleItem (MythUIButtonListItem *item) |
Private Member Functions | |
| void | loadData (void) |
| void | populateSites (void) |
Private Attributes | |
| QMutex | m_lock |
| MythNewsConfigPriv * | m_priv |
| MythUIButtonList * | m_categoriesList |
| MythUIButtonList * | m_siteList |
| MythUIText * | m_helpText |
| MythUIText * | m_contextText |
| int | m_updateFreq |
Definition at line 15 of file mythnewsconfig.h.
| MythNewsConfig::MythNewsConfig | ( | MythScreenStack * | parent, | |
| const QString & | name | |||
| ) |
Definition at line 34 of file mythnewsconfig.cpp.
| MythNewsConfig::~MythNewsConfig | ( | ) |
Definition at line 45 of file mythnewsconfig.cpp.
| bool MythNewsConfig::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 119 of file mythnewsconfig.cpp.
Referenced by mythplugin_config(), and MythNews::ShowFeedManager().
| bool MythNewsConfig::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MythScreenType.
Definition at line 226 of file mythnewsconfig.cpp.
| void MythNewsConfig::loadData | ( | void | ) | [private] |
Definition at line 154 of file mythnewsconfig.cpp.
Referenced by Create().
| void MythNewsConfig::populateSites | ( | void | ) | [private] |
Definition at line 50 of file mythnewsconfig.cpp.
Referenced by MythNewsConfig().
| void MythNewsConfig::slotCategoryChanged | ( | MythUIButtonListItem * | item | ) | [private, slot] |
Definition at line 201 of file mythnewsconfig.cpp.
Referenced by Create(), and loadData().
| void MythNewsConfig::toggleItem | ( | MythUIButtonListItem * | item | ) | [private, slot] |
Definition at line 170 of file mythnewsconfig.cpp.
Referenced by Create().
QMutex MythNewsConfig::m_lock [mutable, private] |
Definition at line 31 of file mythnewsconfig.h.
Referenced by Create(), loadData(), populateSites(), slotCategoryChanged(), and toggleItem().
MythNewsConfigPriv* MythNewsConfig::m_priv [private] |
Definition at line 32 of file mythnewsconfig.h.
Referenced by loadData(), populateSites(), and ~MythNewsConfig().
MythUIButtonList* MythNewsConfig::m_categoriesList [private] |
Definition at line 34 of file mythnewsconfig.h.
Referenced by Create(), and loadData().
MythUIButtonList* MythNewsConfig::m_siteList [private] |
Definition at line 35 of file mythnewsconfig.h.
Referenced by Create(), and slotCategoryChanged().
MythUIText* MythNewsConfig::m_helpText [private] |
Definition at line 37 of file mythnewsconfig.h.
Referenced by Create().
MythUIText* MythNewsConfig::m_contextText [private] |
Definition at line 38 of file mythnewsconfig.h.
int MythNewsConfig::m_updateFreq [private] |
Definition at line 39 of file mythnewsconfig.h.
1.6.3