MythTV
master
|
#include <algorithm>
#include <iostream>
#include <sys/stat.h>
#include <QFileInfo>
#include <QScopedPointer>
#include "exitcodes.h"
#include "mythlogging.h"
#include "remoteutil.h"
#include "remotefile.h"
#include "mythsystem.h"
#include "mythdirs.h"
#include "recordingutils.h"
Go to the source code of this file.
Functions | |
static QString | formatSize (int64_t sizeKB, int prec) |
static QString | CreateProgramInfoString (const ProgramInfo &pginfo) |
static int | CheckRecordings (const MythUtilCommandLineParser &cmdline) |
void | registerRecordingUtils (UtilMap &utilMap) |
|
static |
Definition at line 23 of file recordingutils.cpp.
Referenced by CheckRecordings(), ProfileDialog::Create(), SelectDestination::filenameEditLostFocus(), ProfileDialog::profileChanged(), MythBurn::profileChanged(), SelectDestination::setDestination(), RecordingSelector::titleChanged(), ExportNative::titleChanged(), VideoSelector::titleChanged(), MythBurn::updateArchiveList(), FileSelector::updateFileList(), and RecordingSelector::updateRecordingList().
|
static |
Definition at line 44 of file recordingutils.cpp.
Referenced by CheckRecordings().
|
static |
Definition at line 69 of file recordingutils.cpp.
Referenced by registerRecordingUtils().
void registerRecordingUtils | ( | UtilMap & | utilMap | ) |
Definition at line 233 of file recordingutils.cpp.
Referenced by main().