|
MythTV
0.26-pre
|
#include <transporteditor.h>
Public Slots | |
| void | Menu (void) |
| void | Delete (void) |
| void | Edit (void) |
Public Member Functions | |
| TransportListEditor (uint initial_sourceid) | |
| virtual DialogCode | exec (void) |
Private Member Functions | |
| ~TransportListEditor () | |
Private Attributes | |
| VideoSourceSelector * | m_videosource |
| TransportList * | m_list |
Definition at line 72 of file transporteditor.h.
| TransportListEditor::TransportListEditor | ( | uint | initial_sourceid | ) |
Definition at line 272 of file transporteditor.cpp.
| TransportListEditor::~TransportListEditor | ( | ) | [inline, private] |
Definition at line 87 of file transporteditor.h.
| DialogCode TransportListEditor::exec | ( | void | ) | [virtual] |
Definition at line 292 of file transporteditor.cpp.
Referenced by ChannelEditor::transportEditor().
| void TransportListEditor::Menu | ( | void | ) | [slot] |
Definition at line 344 of file transporteditor.cpp.
Referenced by TransportListEditor().
| void TransportListEditor::Delete | ( | void | ) | [slot] |
Definition at line 315 of file transporteditor.cpp.
Referenced by Menu(), and TransportListEditor().
| void TransportListEditor::Edit | ( | void | ) | [slot] |
Definition at line 299 of file transporteditor.cpp.
Referenced by Menu(), and TransportListEditor().
Definition at line 90 of file transporteditor.h.
Referenced by Edit(), and TransportListEditor().
TransportList* TransportListEditor::m_list [private] |
Definition at line 91 of file transporteditor.h.
Referenced by Delete(), Edit(), Menu(), and TransportListEditor().
1.7.6.1