|
MythTV
0.26-pre
|
#include <exportnative.h>
Definition at line 29 of file exportnative.h.
| ExportNative::ExportNative | ( | MythScreenStack * | parent, |
| MythScreenType * | previousScreen, | ||
| ArchiveDestination | archiveDestination, | ||
| QString | name | ||
| ) |
Definition at line 36 of file exportnative.cpp.
Definition at line 67 of file exportnative.cpp.
| bool ExportNative::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 76 of file exportnative.cpp.
Referenced by SelectDestination::handleNextPage().
| bool ExportNative::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MythScreenType.
Definition at line 133 of file exportnative.cpp.
| void ExportNative::createConfigFile | ( | const QString & | filename | ) |
Definition at line 420 of file exportnative.cpp.
Referenced by runScript().
| void ExportNative::handleNextPage | ( | void | ) | [slot] |
Definition at line 238 of file exportnative.cpp.
Referenced by Create().
| void ExportNative::handlePrevPage | ( | void | ) | [slot] |
Definition at line 252 of file exportnative.cpp.
Referenced by Create().
| void ExportNative::handleCancel | ( | void | ) | [slot] |
Definition at line 257 of file exportnative.cpp.
Referenced by Create().
| void ExportNative::handleAddRecording | ( | void | ) | [slot] |
Definition at line 508 of file exportnative.cpp.
Referenced by Create().
| void ExportNative::handleAddVideo | ( | void | ) | [slot] |
Definition at line 527 of file exportnative.cpp.
Referenced by Create().
| void ExportNative::titleChanged | ( | MythUIButtonListItem * | item | ) | [slot] |
Definition at line 219 of file exportnative.cpp.
Referenced by Create(), and updateArchiveList().
| void ExportNative::showMenu | ( | void | ) | [slot] |
Definition at line 389 of file exportnative.cpp.
Referenced by keyPressEvent().
| void ExportNative::removeItem | ( | void | ) | [slot] |
Definition at line 403 of file exportnative.cpp.
Referenced by keyPressEvent(), and showMenu().
| void ExportNative::selectorClosed | ( | bool | ok | ) | [slot] |
Definition at line 521 of file exportnative.cpp.
Referenced by handleAddRecording(), and handleAddVideo().
| void ExportNative::updateArchiveList | ( | void | ) | [private] |
Definition at line 263 of file exportnative.cpp.
Referenced by getArchiveList(), and selectorClosed().
| void ExportNative::getArchiveList | ( | void | ) | [private] |
Definition at line 330 of file exportnative.cpp.
Referenced by Create(), and removeItem().
| void ExportNative::updateSizeBar | ( | void | ) | [private] |
Definition at line 166 of file exportnative.cpp.
Referenced by updateArchiveList().
| void ExportNative::loadConfiguration | ( | void | ) | [private] |
Definition at line 336 of file exportnative.cpp.
Referenced by Create().
| void ExportNative::saveConfiguration | ( | void | ) | [private] |
Definition at line 344 of file exportnative.cpp.
Referenced by ~ExportNative().
| void ExportNative::getArchiveListFromDB | ( | void | ) | [private] |
Definition at line 294 of file exportnative.cpp.
Referenced by getArchiveList().
| void ExportNative::runScript | ( | ) | [private] |
Definition at line 472 of file exportnative.cpp.
Referenced by handleNextPage().
MythScreenType* ExportNative::m_previousScreen [private] |
Definition at line 67 of file exportnative.h.
Referenced by handleCancel(), and handleNextPage().
Definition at line 69 of file exportnative.h.
Referenced by createConfigFile(), and updateSizeBar().
uint ExportNative::m_usedSpace [private] |
Definition at line 70 of file exportnative.h.
Referenced by updateSizeBar().
QList<ArchiveItem *> ExportNative::m_archiveList [private] |
Definition at line 72 of file exportnative.h.
Referenced by createConfigFile(), getArchiveListFromDB(), handleAddRecording(), handleAddVideo(), handleNextPage(), saveConfiguration(), updateArchiveList(), updateSizeBar(), and ~ExportNative().
bool ExportNative::m_bCreateISO [private] |
Definition at line 74 of file exportnative.h.
Referenced by createConfigFile(), and loadConfiguration().
bool ExportNative::m_bDoBurn [private] |
Definition at line 75 of file exportnative.h.
Referenced by createConfigFile(), and loadConfiguration().
bool ExportNative::m_bEraseDvdRw [private] |
Definition at line 76 of file exportnative.h.
Referenced by createConfigFile(), and loadConfiguration().
QString ExportNative::m_saveFilename [private] |
Definition at line 77 of file exportnative.h.
Referenced by createConfigFile(), and loadConfiguration().
Definition at line 79 of file exportnative.h.
Referenced by Create(), removeItem(), and updateArchiveList().
MythUIButton* ExportNative::m_nextButton [private] |
Definition at line 80 of file exportnative.h.
Referenced by Create().
MythUIButton* ExportNative::m_prevButton [private] |
Definition at line 81 of file exportnative.h.
Referenced by Create().
MythUIButton* ExportNative::m_cancelButton [private] |
Definition at line 82 of file exportnative.h.
Referenced by Create().
MythUIButton* ExportNative::m_addrecordingButton [private] |
Definition at line 83 of file exportnative.h.
Referenced by Create().
MythUIButton* ExportNative::m_addvideoButton [private] |
Definition at line 84 of file exportnative.h.
Referenced by Create().
MythUIText* ExportNative::m_freespaceText [private] |
Definition at line 85 of file exportnative.h.
MythUIText* ExportNative::m_titleText [private] |
Definition at line 86 of file exportnative.h.
Referenced by Create(), titleChanged(), and updateArchiveList().
MythUIText* ExportNative::m_datetimeText [private] |
Definition at line 87 of file exportnative.h.
Referenced by Create(), titleChanged(), and updateArchiveList().
MythUIText* ExportNative::m_descriptionText [private] |
Definition at line 88 of file exportnative.h.
Referenced by Create(), titleChanged(), and updateArchiveList().
MythUIText* ExportNative::m_filesizeText [private] |
Definition at line 89 of file exportnative.h.
Referenced by Create(), titleChanged(), and updateArchiveList().
MythUIText* ExportNative::m_nofilesText [private] |
Definition at line 90 of file exportnative.h.
Referenced by Create(), and updateArchiveList().
MythUIText* ExportNative::m_maxsizeText [private] |
Definition at line 91 of file exportnative.h.
Referenced by Create(), and updateSizeBar().
MythUIText* ExportNative::m_minsizeText [private] |
Definition at line 92 of file exportnative.h.
Referenced by Create(), and updateSizeBar().
MythUIText* ExportNative::m_currsizeText [private] |
Definition at line 93 of file exportnative.h.
Referenced by Create(), and updateSizeBar().
MythUIText* ExportNative::m_currsizeErrText [private] |
Definition at line 94 of file exportnative.h.
Referenced by Create(), and updateSizeBar().
MythUIProgressBar* ExportNative::m_sizeBar [private] |
Definition at line 95 of file exportnative.h.
Referenced by Create(), and updateSizeBar().
1.7.6.1