|
MythTV
0.26-pre
|
#include <osd.h>
enum ChannelEditor::sourceFilter [private] |
Definition at line 40 of file channeleditor.h.
| ChannelEditor::ChannelEditor | ( | QObject * | retobject, |
| const char * | name | ||
| ) |
| ChannelEditor::ChannelEditor | ( | MythScreenStack * | parent | ) |
Definition at line 59 of file channeleditor.cpp.
| bool ChannelEditor::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 43 of file osd.cpp.
Referenced by SetupMenuCallback().
| bool ChannelEditor::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
| void ChannelEditor::SetText | ( | QHash< QString, QString > & | map | ) |
Definition at line 83 of file osd.cpp.
Referenced by OSD::SetText().
| void ChannelEditor::GetText | ( | QHash< QString, QString > & | map | ) |
Definition at line 95 of file osd.cpp.
Referenced by OSD::DialogGetText().
| void ChannelEditor::sendResult | ( | int | result | ) | [protected] |
Definition at line 128 of file osd.cpp.
Referenced by Confirm(), keyPressEvent(), and Probe().
| void ChannelEditor::Confirm | ( | void | ) | [slot] |
| void ChannelEditor::Probe | ( | void | ) | [slot] |
| bool ChannelEditor::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
| bool ChannelEditor::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
| void ChannelEditor::customEvent | ( | QEvent * | event | ) | [virtual] |
Reimplemented from MythUIType.
Definition at line 562 of file channeleditor.cpp.
| void ChannelEditor::menu | ( | void | ) | [protected, slot] |
Definition at line 450 of file channeleditor.cpp.
Referenced by channelIconImport().
| void ChannelEditor::del | ( | void | ) | [protected, slot] |
Definition at line 388 of file channeleditor.cpp.
Referenced by customEvent().
| void ChannelEditor::edit | ( | MythUIButtonListItem * | item = NULL | ) | [protected, slot] |
Definition at line 435 of file channeleditor.cpp.
Referenced by customEvent(), and menu().
| void ChannelEditor::scan | ( | void | ) | [protected, slot] |
Definition at line 489 of file channeleditor.cpp.
| void ChannelEditor::transportEditor | ( | void | ) | [protected, slot] |
Definition at line 503 of file channeleditor.cpp.
| void ChannelEditor::channelIconImport | ( | void | ) | [protected, slot] |
Definition at line 512 of file channeleditor.cpp.
| void ChannelEditor::deleteChannels | ( | void | ) | [protected, slot] |
Definition at line 411 of file channeleditor.cpp.
| void ChannelEditor::setSortMode | ( | MythUIButtonListItem * | item | ) | [protected, slot] |
Definition at line 349 of file channeleditor.cpp.
| void ChannelEditor::setSourceID | ( | MythUIButtonListItem * | item | ) | [protected, slot] |
Definition at line 363 of file channeleditor.cpp.
| void ChannelEditor::setHideMode | ( | bool | hide | ) | [protected, slot] |
Definition at line 379 of file channeleditor.cpp.
| void ChannelEditor::fillList | ( | void | ) | [protected, slot] |
Definition at line 237 of file channeleditor.cpp.
Referenced by customEvent(), edit(), scan(), setHideMode(), setSortMode(), setSourceID(), and transportEditor().
| void ChannelEditor::itemChanged | ( | MythUIButtonListItem * | item | ) | [private, slot] |
Definition at line 202 of file channeleditor.cpp.
MythUITextEdit* ChannelEditor::m_callsignEdit [protected] |
MythUITextEdit* ChannelEditor::m_channumEdit [protected] |
MythUITextEdit* ChannelEditor::m_channameEdit [protected] |
MythUITextEdit* ChannelEditor::m_xmltvidEdit [protected] |
QObject* ChannelEditor::m_retObject [protected] |
Definition at line 91 of file osd.h.
Referenced by ChannelEditor(), and sendResult().
int ChannelEditor::m_sourceFilter [private] |
Definition at line 45 of file channeleditor.h.
Referenced by customEvent(), deleteChannels(), edit(), fillList(), scan(), setSourceID(), and transportEditor().
QString ChannelEditor::m_sourceFilterName [private] |
Definition at line 46 of file channeleditor.h.
Referenced by setSourceID().
QString ChannelEditor::m_currentSortMode [private] |
Definition at line 47 of file channeleditor.h.
Referenced by fillList(), and setSortMode().
bool ChannelEditor::m_currentHideMode [private] |
Definition at line 48 of file channeleditor.h.
Referenced by fillList(), and setHideMode().
MythUIButtonList* ChannelEditor::m_channelList [private] |
Definition at line 50 of file channeleditor.h.
Referenced by channelIconImport(), customEvent(), del(), edit(), fillList(), and menu().
MythUIButtonList* ChannelEditor::m_sourceList [private] |
Definition at line 51 of file channeleditor.h.
Referenced by deleteChannels().
MythUIImage* ChannelEditor::m_preview [private] |
Definition at line 53 of file channeleditor.h.
Referenced by itemChanged().
MythUIText* ChannelEditor::m_channame [private] |
Definition at line 54 of file channeleditor.h.
Referenced by itemChanged().
MythUIText* ChannelEditor::m_channum [private] |
Definition at line 55 of file channeleditor.h.
Referenced by itemChanged().
MythUIText* ChannelEditor::m_callsign [private] |
Definition at line 56 of file channeleditor.h.
Referenced by itemChanged().
MythUIText* ChannelEditor::m_chanid [private] |
Definition at line 57 of file channeleditor.h.
Referenced by itemChanged().
MythUIText* ChannelEditor::m_sourcename [private] |
Definition at line 58 of file channeleditor.h.
Referenced by itemChanged().
MythUIText* ChannelEditor::m_compoundname [private] |
Definition at line 59 of file channeleditor.h.
Referenced by itemChanged().
1.7.6.1