MythTV
master
|
#include <iostream>
#include "libmythbase/exitcodes.h"
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/remoteutil.h"
#include "libmythmetadata/videometadata.h"
#include "libmythtv/scheduledrecording.h"
#include "backendutils.h"
Go to the source code of this file.
Functions | |
static int | RawSendEvent (const QStringList &eventStringList) |
static int | ClearSettingsCache (const MythUtilCommandLineParser &) |
static int | SendEvent (const MythUtilCommandLineParser &cmdline) |
static int | SendSystemEvent (const MythUtilCommandLineParser &cmdline) |
static int | Reschedule (const MythUtilCommandLineParser &) |
static int | ScanVideos (const MythUtilCommandLineParser &) |
static int | ParseVideoFilename (const MythUtilCommandLineParser &cmdline) |
void | registerBackendUtils (UtilMap &utilMap) |
|
static |
Definition at line 18 of file backendutils.cpp.
Referenced by SendEvent(), and SendSystemEvent().
|
static |
Definition at line 33 of file backendutils.cpp.
Referenced by MythDB::ActivateSettingsCache(), registerBackendUtils(), MythDB::SaveSettingOnHost(), and MythDB::SetLocalHostname().
|
static |
Definition at line 47 of file backendutils.cpp.
Referenced by registerBackendUtils().
|
static |
Definition at line 52 of file backendutils.cpp.
Referenced by registerBackendUtils().
|
static |
Definition at line 59 of file backendutils.cpp.
Referenced by registerBackendUtils().
|
static |
Definition at line 73 of file backendutils.cpp.
Referenced by registerBackendUtils().
|
static |
Definition at line 86 of file backendutils.cpp.
Referenced by registerBackendUtils().
void registerBackendUtils | ( | UtilMap & | utilMap | ) |
Definition at line 101 of file backendutils.cpp.
Referenced by main().