Go to the source code of this file.
Functions | |
| QString | formatSize (long long sizeKB, int prec) |
| QString | getTempDirectory (bool showError) |
| void | checkTempDirectory () |
| QString | getBaseName (const QString &filename) |
| bool | extractDetailsFromFilename (const QString &inFile, QString &chanID, QString &startTime) |
| ProgramInfo * | getProgramInfoForFile (const QString &inFile) |
| bool | getFileDetails (ArchiveItem *a) |
| void | showWarningDialog (const QString msg) |
Variables | |
| struct ArchiveDestination | ArchiveDestinations [] |
| int | ArchiveDestinationsCount = sizeof(ArchiveDestinations) / sizeof(ArchiveDestinations[0]) |
| QString formatSize | ( | long long | sizeKB, | |
| int | prec | |||
| ) |
Definition at line 36 of file archiveutil.cpp.
Referenced by NativeArchive::copyFile(), MythburnWizard::filenameEditLostFocus(), ExportNativeWizard::filenameEditLostFocus(), MythburnWizard::recalcItemSize(), MythburnWizard::selectedChanged(), MythburnWizard::setDestination(), ExportNativeWizard::setDestination(), MythburnWizard::setProfile(), VideoSelector::titleChanged(), RecordingSelector::titleChanged(), MythburnWizard::titleChanged(), ExportNativeWizard::titleChanged(), ImportNativeWizard::updateFileList(), and FileSelector::updateFileList().
| QString getTempDirectory | ( | bool | showError | ) |
Definition at line 57 of file archiveutil.cpp.
Referenced by burnISOImage(), checkTempDirectory(), createISOImage(), ThumbFinder::createThumbDir(), NativeArchive::doNativeArchive(), MythburnWizard::MythburnWizard(), NativeArchive::NativeArchive(), runBurnDVD(), runCreateArchive(), runCreateDVD(), runImportVideo(), MythburnWizard::runScript(), ExportNativeWizard::runScript(), runShowLog(), runTestDVD(), and NativeArchive::~NativeArchive().
| void checkTempDirectory | ( | ) |
Definition at line 80 of file archiveutil.cpp.
Referenced by runCreateArchive(), runCreateDVD(), and runImportVideo().
| QString getBaseName | ( | const QString & | filename | ) |
Definition at line 116 of file archiveutil.cpp.
Referenced by NativeArchive::exportRecording(), extractDetailsFromFilename(), and MythburnWizard::isArchiveItemValid().
| bool extractDetailsFromFilename | ( | const QString & | inFile, | |
| QString & | chanID, | |||
| QString & | startTime | |||
| ) |
Definition at line 126 of file archiveutil.cpp.
Referenced by NativeArchive::exportRecording(), getProgramInfoForFile(), and MythburnWizard::hasCutList().
| ProgramInfo* getProgramInfoForFile | ( | const QString & | inFile | ) |
Definition at line 157 of file archiveutil.cpp.
Referenced by getCutFrames(), getFrameCount(), and ThumbFinder::loadCutList().
| bool getFileDetails | ( | ArchiveItem * | a | ) |
Definition at line 187 of file archiveutil.cpp.
Referenced by ThumbFinder::getThumbImages(), and MythburnWizard::updateArchiveList().
| void showWarningDialog | ( | const QString | msg | ) |
Definition at line 258 of file archiveutil.cpp.
Referenced by checkLockFile(), runBurnDVD(), runShowLog(), and runTestDVD().
| struct ArchiveDestination ArchiveDestinations[] |
Initial value:
{
{AD_DVD_SL, "Single Layer DVD", "Single Layer DVD (4482Mb)", 4482*1024},
{AD_DVD_DL, "Dual Layer DVD", "Dual Layer DVD (8964Mb)", 8964*1024},
{AD_DVD_RW, "DVD +/- RW", "Rewritable DVD", 4482*1024},
{AD_FILE, "File", "Any file accessable from "
"your filesystem.", -1},
}
Definition at line 25 of file archiveutil.cpp.
Referenced by MythburnWizard::filenameEditLostFocus(), ExportNativeWizard::filenameEditLostFocus(), MythburnWizard::setDestination(), ExportNativeWizard::setDestination(), MythburnWizard::wireUpTheme(), and ExportNativeWizard::wireUpTheme().
| int ArchiveDestinationsCount = sizeof(ArchiveDestinations) / sizeof(ArchiveDestinations[0]) |
Definition at line 34 of file archiveutil.cpp.
Referenced by MythburnWizard::setDestination(), ExportNativeWizard::setDestination(), MythburnWizard::wireUpTheme(), and ExportNativeWizard::wireUpTheme().
1.5.5