|
MythTV
0.26-pre
|
#include <rsseditor.h>
Public Slots | |
| void | slotItemChanged () |
| void | loadData (void) |
| void | slotDeleteSite (void) |
| void | doDeleteSite (bool remove) |
| void | slotEditSite (void) |
| void | slotNewSite (void) |
| void | listChanged (void) |
Signals | |
| void | itemsChanged (void) |
Public Member Functions | |
| RSSEditor (MythScreenStack *parent, const QString &name="RSSEditor") | |
| ~RSSEditor () | |
| bool | Create (void) |
| bool | keyPressEvent (QKeyEvent *) |
| Key event handler. | |
Private Member Functions | |
| void | fillRSSButtonList () |
Private Attributes | |
| QMutex | m_lock |
| bool | m_changed |
| RSSSite::rssList | m_siteList |
| MythUIButtonList * | m_sites |
| MythUIButton * | m_new |
| MythUIButton * | m_delete |
| MythUIButton * | m_edit |
| MythUIImage * | m_image |
| MythUIText * | m_title |
| MythUIText * | m_url |
| MythUIText * | m_desc |
| MythUIText * | m_author |
Definition at line 74 of file rsseditor.h.
| RSSEditor::RSSEditor | ( | MythScreenStack * | parent, |
| const QString & | name = "RSSEditor" |
||
| ) |
Definition at line 349 of file rsseditor.cpp.
Definition at line 356 of file rsseditor.cpp.
| bool RSSEditor::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 364 of file rsseditor.cpp.
Referenced by NetTree::runRSSEditor().
| bool RSSEditor::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MythScreenType.
Definition at line 436 of file rsseditor.cpp.
| void RSSEditor::fillRSSButtonList | ( | ) | [private] |
Definition at line 469 of file rsseditor.cpp.
Referenced by loadData().
| void RSSEditor::itemsChanged | ( | void | ) | [signal] |
Referenced by ~RSSEditor().
| void RSSEditor::slotItemChanged | ( | void | ) | [slot] |
Definition at line 494 of file rsseditor.cpp.
Referenced by Create().
| void RSSEditor::loadData | ( | void | ) | [slot] |
Definition at line 417 of file rsseditor.cpp.
Referenced by Create(), and listChanged().
| void RSSEditor::slotDeleteSite | ( | void | ) | [slot] |
Definition at line 523 of file rsseditor.cpp.
Referenced by Create(), and keyPressEvent().
| void RSSEditor::doDeleteSite | ( | bool | remove | ) | [slot] |
Definition at line 592 of file rsseditor.cpp.
Referenced by slotDeleteSite().
| void RSSEditor::slotEditSite | ( | void | ) | [slot] |
Definition at line 545 of file rsseditor.cpp.
Referenced by Create(), and keyPressEvent().
| void RSSEditor::slotNewSite | ( | void | ) | [slot] |
Definition at line 571 of file rsseditor.cpp.
Referenced by Create().
| void RSSEditor::listChanged | ( | void | ) | [slot] |
Definition at line 605 of file rsseditor.cpp.
Referenced by doDeleteSite(), slotEditSite(), and slotNewSite().
QMutex RSSEditor::m_lock [mutable, private] |
Definition at line 88 of file rsseditor.h.
Referenced by Create(), doDeleteSite(), fillRSSButtonList(), slotDeleteSite(), slotEditSite(), slotNewSite(), and ~RSSEditor().
bool RSSEditor::m_changed [private] |
Definition at line 89 of file rsseditor.h.
Referenced by listChanged(), and ~RSSEditor().
RSSSite::rssList RSSEditor::m_siteList [private] |
Definition at line 91 of file rsseditor.h.
Referenced by fillRSSButtonList(), and loadData().
MythUIButtonList* RSSEditor::m_sites [private] |
Definition at line 92 of file rsseditor.h.
Referenced by Create(), doDeleteSite(), fillRSSButtonList(), keyPressEvent(), loadData(), slotEditSite(), and slotItemChanged().
MythUIButton* RSSEditor::m_new [private] |
Definition at line 93 of file rsseditor.h.
Referenced by Create().
MythUIButton* RSSEditor::m_delete [private] |
Definition at line 94 of file rsseditor.h.
Referenced by Create(), and loadData().
MythUIButton* RSSEditor::m_edit [private] |
Definition at line 95 of file rsseditor.h.
Referenced by Create(), and loadData().
MythUIImage* RSSEditor::m_image [private] |
Definition at line 97 of file rsseditor.h.
Referenced by Create(), and slotItemChanged().
MythUIText* RSSEditor::m_title [private] |
Definition at line 98 of file rsseditor.h.
Referenced by Create(), and slotItemChanged().
MythUIText* RSSEditor::m_url [private] |
Definition at line 99 of file rsseditor.h.
Referenced by Create(), and slotItemChanged().
MythUIText* RSSEditor::m_desc [private] |
Definition at line 100 of file rsseditor.h.
Referenced by Create(), and slotItemChanged().
MythUIText* RSSEditor::m_author [private] |
Definition at line 101 of file rsseditor.h.
Referenced by Create(), and slotItemChanged().
1.7.6.1