Go to the source code of this file.
Classes | |
| struct | ArchiveDestination |
| struct | EncoderProfile |
| struct | ThumbImage |
| struct | ArchiveItem |
Typedefs | |
| typedef struct ArchiveDestination | _ArchiveDestination |
| typedef struct ThumbImage | ThumbImage |
Enumerations | |
| enum | ARCHIVEDESTINATION { AD_DVD_SL = 0, AD_DVD_DL = 1, AD_DVD_RW = 2, AD_FILE = 3 } |
Functions | |
| Q_DECLARE_METATYPE (ARCHIVEDESTINATION) | |
| QString | formatSize (int64_t sizeKB, int prec=2) |
| QString | getTempDirectory (bool showError=false) |
| void | checkTempDirectory () |
| bool | extractDetailsFromFilename (const QString &inFile, QString &chanID, QString &startTime) |
| ProgramInfo * | getProgramInfoForFile (const QString &inFile) |
| bool | getFileDetails (ArchiveItem *a) |
| void | recalcItemSize (ArchiveItem *item) |
| QString | getBaseName (const QString &filename) |
| void | showWarningDialog (const QString msg) |
Variables | |
| struct ArchiveDestination | ArchiveDestinations [] |
| int | ArchiveDestinationsCount |
| typedef struct ArchiveDestination _ArchiveDestination |
| typedef struct ThumbImage ThumbImage |
| enum ARCHIVEDESTINATION |
Definition at line 16 of file archiveutil.h.
| Q_DECLARE_METATYPE | ( | ARCHIVEDESTINATION | ) |
| QString formatSize | ( | int64_t | sizeKB, | |
| int | prec = 2 | |||
| ) |
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 = false |
) |
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().
| 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 recalcItemSize | ( | ArchiveItem * | item | ) |
Definition at line 301 of file archiveutil.cpp.
Referenced by ProfileDialog::profileChanged(), MythBurn::toggleUseCutlist(), and MythBurn::updateArchiveList().
| QString getBaseName | ( | const QString & | filename | ) |
Definition at line 143 of file archiveutil.cpp.
Referenced by NativeArchive::exportRecording(), extractDetailsFromFilename(), and MythBurn::isArchiveItemValid().
| void showWarningDialog | ( | const QString | msg | ) |
Definition at line 292 of file archiveutil.cpp.
Referenced by checkLockFile(), BurnMenu::doBurn(), runTestDVD(), showLogViewer(), and BurnMenu::start().
| struct ArchiveDestination ArchiveDestinations[] |
Definition at line 31 of file archiveutil.cpp.
Referenced by SelectDestination::Create(), and SelectDestination::setDestination().
Definition at line 51 of file archiveutil.cpp.
Referenced by SelectDestination::Create(), and SelectDestination::setDestination().
1.6.3