|
MythTV master
|
#include <libmythtv/restoredata.h>
Public Attributes | |
| uint | chanid {0} |
| uint | sourceid {0} |
| uint | serviceid {0} |
| uint | transportid {0} |
| uint | networkid {0} |
| QString | channum |
| QString | name |
| QString | xmltvid |
| QString | icon |
| int | visible {0} |
| QString | deleted |
| bool | found_xmltvid {false} |
| bool | found_icon {false} |
| bool | found_visible {false} |
Definition at line 61 of file restoredata.h.
| uint OldChannelData::chanid {0} |
Definition at line 63 of file restoredata.h.
Referenced by RestoreData::doRestore().
| QString OldChannelData::channum |
Definition at line 68 of file restoredata.h.
Referenced by RestoreData::doRestore().
| QString OldChannelData::deleted |
Definition at line 73 of file restoredata.h.
Definition at line 75 of file restoredata.h.
Referenced by RestoreData::doRestore().
Definition at line 76 of file restoredata.h.
Referenced by RestoreData::doRestore().
Definition at line 74 of file restoredata.h.
Referenced by RestoreData::doRestore().
| QString OldChannelData::icon |
Definition at line 71 of file restoredata.h.
Referenced by RestoreData::doRestore().
| QString OldChannelData::name |
Definition at line 69 of file restoredata.h.
Referenced by RestoreData::doRestore().
| uint OldChannelData::networkid {0} |
Definition at line 67 of file restoredata.h.
Referenced by RestoreData::doRestore().
| uint OldChannelData::serviceid {0} |
Definition at line 65 of file restoredata.h.
Referenced by RestoreData::doRestore().
| uint OldChannelData::sourceid {0} |
Definition at line 64 of file restoredata.h.
| uint OldChannelData::transportid {0} |
Definition at line 66 of file restoredata.h.
Referenced by RestoreData::doRestore().
| int OldChannelData::visible {0} |
Definition at line 72 of file restoredata.h.
Referenced by RestoreData::doRestore().
| QString OldChannelData::xmltvid |
Definition at line 70 of file restoredata.h.
Referenced by RestoreData::doRestore().