MythTV
master
|
#include <cerrno>
#include <cstdlib>
#include <iostream>
#include <sys/stat.h>
#include <unistd.h>
#include <QCoreApplication>
#include <QDir>
#include <QDomDocument>
#include <libmythbase/exitcodes.h>
#include <libmythbase/mythcorecontext.h>
#include <libmythbase/mythdate.h>
#include <libmythbase/mythlogging.h>
#include <libmythbase/mythsystemlegacy.h>
#include <libmythbase/programinfo.h>
#include <libmythui/mythdialogbox.h>
#include <libmythui/mythmainwindow.h>
#include "archiveutil.h"
Go to the source code of this file.
Functions | |
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 | |
std::vector< ArchiveDestination > | ArchiveDestinations |
QString getTempDirectory | ( | bool | showError | ) |
Definition at line 46 of file archiveutil.cpp.
Referenced by burnISOImage(), checkTempDirectory(), createISOImage(), ThumbFinder::createThumbDir(), BurnMenu::doBurn(), NativeArchive::doNativeArchive(), ThumbFinder::initAVCodec(), MythBurn::MythBurn(), NativeArchive::NativeArchive(), runCreateArchive(), runCreateDVD(), runImportVideo(), ExportNative::runScript(), MythBurn::runScript(), runTestDVD(), showLogViewer(), and NativeArchive::~NativeArchive().
void checkTempDirectory | ( | ) |
Definition at line 70 of file archiveutil.cpp.
Referenced by runCreateArchive(), runCreateDVD(), and runImportVideo().
QString getBaseName | ( | const QString & | filename | ) |
Definition at line 123 of file archiveutil.cpp.
Referenced by NativeArchive::exportRecording(), extractDetailsFromFilename(), and MythBurn::isArchiveItemValid().
bool extractDetailsFromFilename | ( | const QString & | inFile, |
QString & | chanID, | ||
QString & | startTime | ||
) |
Definition at line 133 of file archiveutil.cpp.
Referenced by NativeArchive::exportRecording(), and getProgramInfoForFile().
ProgramInfo* getProgramInfoForFile | ( | const QString & | inFile | ) |
Definition at line 163 of file archiveutil.cpp.
Referenced by getCutFrames(), getFrameCount(), and ThumbFinder::loadCutList().
bool getFileDetails | ( | ArchiveItem * | a | ) |
Definition at line 201 of file archiveutil.cpp.
Referenced by ThumbFinder::getThumbImages(), and MythBurn::updateArchiveList().
void showWarningDialog | ( | const QString & | msg | ) |
Definition at line 274 of file archiveutil.cpp.
Referenced by checkLockFile(), BurnMenu::doBurn(), runTestDVD(), showLogViewer(), and BurnMenu::start().
void recalcItemSize | ( | ArchiveItem * | item | ) |
Definition at line 283 of file archiveutil.cpp.
Referenced by ProfileDialog::profileChanged(), MythBurn::toggleUseCutlist(), and MythBurn::updateArchiveList().
std::vector<ArchiveDestination> ArchiveDestinations |
Definition at line 27 of file archiveutil.cpp.
Referenced by SelectDestination::Create(), and SelectDestination::setDestination().