|
MythTV
0.26-pre
|
#include <mythburn.h>
Definition at line 48 of file mythburn.h.
| MythBurn::MythBurn | ( | MythScreenStack * | parent, |
| MythScreenType * | destinationScreen, | ||
| MythScreenType * | themeScreen, | ||
| ArchiveDestination | archiveDestination, | ||
| QString | name | ||
| ) |
Definition at line 44 of file mythburn.cpp.
Definition at line 79 of file mythburn.cpp.
| bool MythBurn::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 92 of file mythburn.cpp.
Referenced by DVDThemeSelector::handleNextPage().
| bool MythBurn::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MythScreenType.
Definition at line 148 of file mythburn.cpp.
| void MythBurn::createConfigFile | ( | const QString & | filename | ) |
Definition at line 595 of file mythburn.cpp.
Referenced by runScript().
| void MythBurn::handleNextPage | ( | void | ) | [protected, slot] |
Definition at line 362 of file mythburn.cpp.
Referenced by Create().
| void MythBurn::handlePrevPage | ( | void | ) | [protected, slot] |
Definition at line 373 of file mythburn.cpp.
Referenced by Create().
| void MythBurn::handleCancel | ( | void | ) | [protected, slot] |
Definition at line 378 of file mythburn.cpp.
Referenced by Create().
| void MythBurn::handleAddRecording | ( | void | ) | [protected, slot] |
Definition at line 979 of file mythburn.cpp.
Referenced by Create().
| void MythBurn::handleAddVideo | ( | void | ) | [protected, slot] |
Definition at line 999 of file mythburn.cpp.
Referenced by Create().
| void MythBurn::handleAddFile | ( | void | ) | [protected, slot] |
Definition at line 1023 of file mythburn.cpp.
Referenced by Create().
| void MythBurn::toggleUseCutlist | ( | void | ) | [protected, slot] |
Definition at line 327 of file mythburn.cpp.
Referenced by keyPressEvent(), and showMenu().
| void MythBurn::showMenu | ( | void | ) | [protected, slot] |
Definition at line 795 of file mythburn.cpp.
Referenced by keyPressEvent().
| void MythBurn::editDetails | ( | void | ) | [protected, slot] |
Definition at line 845 of file mythburn.cpp.
Referenced by showMenu().
| void MythBurn::editThumbnails | ( | void | ) | [protected, slot] |
Definition at line 864 of file mythburn.cpp.
Referenced by keyPressEvent(), and showMenu().
| void MythBurn::changeProfile | ( | void | ) | [protected, slot] |
Definition at line 893 of file mythburn.cpp.
Referenced by showMenu().
| void MythBurn::profileChanged | ( | int | profileNo | ) | [protected, slot] |
Definition at line 914 of file mythburn.cpp.
Referenced by changeProfile().
| void MythBurn::removeItem | ( | void | ) | [protected, slot] |
Definition at line 832 of file mythburn.cpp.
Referenced by keyPressEvent(), and showMenu().
| void MythBurn::selectorClosed | ( | bool | ok | ) | [protected, slot] |
Definition at line 993 of file mythburn.cpp.
Referenced by handleAddFile(), handleAddRecording(), and handleAddVideo().
| void MythBurn::editorClosed | ( | bool | ok, |
| ArchiveItem * | item | ||
| ) | [protected, slot] |
Definition at line 880 of file mythburn.cpp.
Referenced by editDetails().
| void MythBurn::itemClicked | ( | MythUIButtonListItem * | item | ) | [protected, slot] |
Definition at line 1040 of file mythburn.cpp.
Referenced by Create().
| void MythBurn::updateArchiveList | ( | void | ) | [private] |
Definition at line 410 of file mythburn.cpp.
Referenced by Create(), removeItem(), and selectorClosed().
| void MythBurn::updateSizeBar | ( | void | ) | [private] |
Definition at line 213 of file mythburn.cpp.
Referenced by profileChanged(), toggleUseCutlist(), and updateArchiveList().
| void MythBurn::loadConfiguration | ( | void | ) | [private] |
Definition at line 683 of file mythburn.cpp.
Referenced by Create().
| void MythBurn::saveConfiguration | ( | void | ) | [private] |
Definition at line 743 of file mythburn.cpp.
Referenced by ~MythBurn().
| EncoderProfile * MythBurn::getProfileFromName | ( | const QString & | profileName | ) | [private] |
Definition at line 734 of file mythburn.cpp.
Referenced by loadConfiguration().
| QString MythBurn::loadFile | ( | const QString & | filename | ) | [private] |
Definition at line 385 of file mythburn.cpp.
| bool MythBurn::isArchiveItemValid | ( | const QString & | type, |
| const QString & | filename | ||
| ) | [private] |
Definition at line 497 of file mythburn.cpp.
| void MythBurn::loadEncoderProfiles | ( | void | ) | [private] |
Definition at line 254 of file mythburn.cpp.
Referenced by Create().
| EncoderProfile * MythBurn::getDefaultProfile | ( | ArchiveItem * | item | ) | [private] |
Definition at line 545 of file mythburn.cpp.
Referenced by updateArchiveList().
| void MythBurn::setProfile | ( | EncoderProfile * | profile, |
| ArchiveItem * | item | ||
| ) | [private] |
| void MythBurn::runScript | ( | ) | [private] |
Definition at line 937 of file mythburn.cpp.
Referenced by handleNextPage().
MythScreenType* MythBurn::m_destinationScreen [private] |
Definition at line 97 of file mythburn.h.
Referenced by handleCancel(), and runScript().
MythScreenType* MythBurn::m_themeScreen [private] |
Definition at line 98 of file mythburn.h.
Referenced by handleCancel(), and runScript().
Definition at line 99 of file mythburn.h.
Referenced by createConfigFile(), and updateSizeBar().
QList<ArchiveItem *> MythBurn::m_archiveList [private] |
Definition at line 101 of file mythburn.h.
Referenced by handleAddFile(), handleAddRecording(), handleAddVideo(), handleNextPage(), loadConfiguration(), removeItem(), showMenu(), updateArchiveList(), updateSizeBar(), and ~MythBurn().
QList<EncoderProfile *> MythBurn::m_profileList [private] |
Definition at line 102 of file mythburn.h.
Referenced by changeProfile(), getDefaultProfile(), getProfileFromName(), loadEncoderProfiles(), profileChanged(), and ~MythBurn().
bool MythBurn::m_bCreateISO [private] |
Definition at line 104 of file mythburn.h.
Referenced by createConfigFile(), and loadConfiguration().
bool MythBurn::m_bDoBurn [private] |
Definition at line 105 of file mythburn.h.
Referenced by createConfigFile(), and loadConfiguration().
bool MythBurn::m_bEraseDvdRw [private] |
Definition at line 106 of file mythburn.h.
Referenced by createConfigFile(), and loadConfiguration().
QString MythBurn::m_saveFilename [private] |
Definition at line 107 of file mythburn.h.
Referenced by createConfigFile(), and loadConfiguration().
QString MythBurn::m_theme [private] |
Definition at line 108 of file mythburn.h.
Referenced by createConfigFile(), editThumbnails(), and loadConfiguration().
bool MythBurn::m_moveMode [private] |
Definition at line 110 of file mythburn.h.
Referenced by itemClicked(), and keyPressEvent().
MythUIButton* MythBurn::m_nextButton [private] |
Definition at line 112 of file mythburn.h.
Referenced by Create().
MythUIButton* MythBurn::m_prevButton [private] |
Definition at line 113 of file mythburn.h.
Referenced by Create().
MythUIButton* MythBurn::m_cancelButton [private] |
Definition at line 114 of file mythburn.h.
Referenced by Create().
MythUIButtonList* MythBurn::m_archiveButtonList [private] |
Definition at line 116 of file mythburn.h.
Referenced by changeProfile(), Create(), createConfigFile(), editDetails(), editorClosed(), editThumbnails(), keyPressEvent(), profileChanged(), removeItem(), saveConfiguration(), showMenu(), toggleUseCutlist(), and updateArchiveList().
MythUIText* MythBurn::m_nofilesText [private] |
Definition at line 117 of file mythburn.h.
Referenced by Create(), and updateArchiveList().
MythUIButton* MythBurn::m_addrecordingButton [private] |
Definition at line 118 of file mythburn.h.
Referenced by Create().
MythUIButton* MythBurn::m_addvideoButton [private] |
Definition at line 119 of file mythburn.h.
Referenced by Create().
MythUIButton* MythBurn::m_addfileButton [private] |
Definition at line 120 of file mythburn.h.
Referenced by Create().
MythUIProgressBar* MythBurn::m_sizeBar [private] |
Definition at line 123 of file mythburn.h.
Referenced by Create(), and updateSizeBar().
MythUIText* MythBurn::m_maxsizeText [private] |
Definition at line 124 of file mythburn.h.
Referenced by Create(), and updateSizeBar().
MythUIText* MythBurn::m_minsizeText [private] |
Definition at line 125 of file mythburn.h.
Referenced by Create(), and updateSizeBar().
MythUIText* MythBurn::m_currentsizeErrorText [private] |
Definition at line 126 of file mythburn.h.
Referenced by Create(), and updateSizeBar().
MythUIText* MythBurn::m_currentsizeText [private] |
Definition at line 127 of file mythburn.h.
Referenced by Create(), and updateSizeBar().
1.7.6.1