Go to the source code of this file.
Functions | |
| QString | formatSize (int64_t 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) |
| void | recalcItemSize (ArchiveItem *item) |
Variables | |
| struct ArchiveDestination | ArchiveDestinations [] |
| int | ArchiveDestinationsCount = sizeof(ArchiveDestinations) / sizeof(ArchiveDestinations[0]) |
| QString formatSize | ( | int64_t | sizeKB, | |
| int | prec | |||
| ) |
Definition at line 53 of file archiveutil.cpp.
Referenced by NativeArchive::copyFile(), ProfileDialog::Create(), SelectDestination::filenameEditLostFocus(), ProfileDialog::profileChanged(), MythBurn::profileChanged(), SelectDestination::setDestination(), VideoSelector::titleChanged(), RecordingSelector::titleChanged(), ExportNative::titleChanged(), MythBurn::updateArchiveList(), FileSelector::updateFileList(), and RecordingSelector::updateRecordingList().
| QString getTempDirectory | ( | bool | showError | ) |
Definition at line 74 of file archiveutil.cpp.
Referenced by burnISOImage(), checkTempDirectory(), createISOImage(), ThumbFinder::createThumbDir(), BurnMenu::doBurn(), NativeArchive::doNativeArchive(), MythBurn::MythBurn(), NativeArchive::NativeArchive(), runCreateArchive(), runCreateDVD(), runImportVideo(), MythBurn::runScript(), ExportNative::runScript(), runTestDVD(), showLogViewer(), and NativeArchive::~NativeArchive().
| void checkTempDirectory | ( | ) |
Definition at line 96 of file archiveutil.cpp.
Referenced by runCreateArchive(), runCreateDVD(), and runImportVideo().
| QString getBaseName | ( | const QString & | filename | ) |
Definition at line 143 of file archiveutil.cpp.
Referenced by NativeArchive::exportRecording(), extractDetailsFromFilename(), and MythBurn::isArchiveItemValid().
| bool extractDetailsFromFilename | ( | const QString & | inFile, | |
| QString & | chanID, | |||
| QString & | startTime | |||
| ) |
Definition at line 153 of file archiveutil.cpp.
Referenced by NativeArchive::exportRecording(), and getProgramInfoForFile().
| ProgramInfo* getProgramInfoForFile | ( | const QString & | inFile | ) |
Definition at line 183 of file archiveutil.cpp.
Referenced by getCutFrames(), getFrameCount(), and ThumbFinder::loadCutList().
| bool getFileDetails | ( | ArchiveItem * | a | ) |
Definition at line 219 of file archiveutil.cpp.
Referenced by ThumbFinder::getThumbImages(), and MythBurn::updateArchiveList().
| void showWarningDialog | ( | const QString | msg | ) |
Definition at line 292 of file archiveutil.cpp.
Referenced by checkLockFile(), BurnMenu::doBurn(), runTestDVD(), showLogViewer(), and BurnMenu::start().
| void recalcItemSize | ( | ArchiveItem * | item | ) |
Definition at line 301 of file archiveutil.cpp.
Referenced by ProfileDialog::profileChanged(), MythBurn::toggleUseCutlist(), and MythBurn::updateArchiveList().
| struct ArchiveDestination ArchiveDestinations[] |
{
{AD_DVD_SL,
QT_TRANSLATE_NOOP("SelectDestination", "Single Layer DVD"),
QT_TRANSLATE_NOOP("SelectDestination", "Single Layer DVD (4,482 MB)"),
4482*1024},
{AD_DVD_DL,
QT_TRANSLATE_NOOP("SelectDestination", "Dual Layer DVD"),
QT_TRANSLATE_NOOP("SelectDestination", "Dual Layer DVD (8,964 MB)"),
8964*1024},
{AD_DVD_RW,
QT_TRANSLATE_NOOP("SelectDestination", "DVD +/- RW"),
QT_TRANSLATE_NOOP("SelectDestination", "Rewritable DVD"),
4482*1024},
{AD_FILE,
QT_TRANSLATE_NOOP("SelectDestination", "File"),
QT_TRANSLATE_NOOP("SelectDestination", "Any file accessable from your filesystem."),
-1},
}
Definition at line 31 of file archiveutil.cpp.
Referenced by SelectDestination::Create(), and SelectDestination::setDestination().
| int ArchiveDestinationsCount = sizeof(ArchiveDestinations) / sizeof(ArchiveDestinations[0]) |
Definition at line 51 of file archiveutil.cpp.
Referenced by SelectDestination::Create(), and SelectDestination::setDestination().
1.6.3