MythTV  master
Functions
backendutils.cpp File Reference
#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"
Include dependency graph for backendutils.cpp:

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)
 

Function Documentation

◆ RawSendEvent()

static int RawSendEvent ( const QStringList &  eventStringList)
static

Definition at line 18 of file backendutils.cpp.

Referenced by SendEvent(), and SendSystemEvent().

◆ ClearSettingsCache()

static int ClearSettingsCache ( const MythUtilCommandLineParser )
static

◆ SendEvent()

static int SendEvent ( const MythUtilCommandLineParser cmdline)
static

Definition at line 47 of file backendutils.cpp.

Referenced by registerBackendUtils().

◆ SendSystemEvent()

static int SendSystemEvent ( const MythUtilCommandLineParser cmdline)
static

Definition at line 52 of file backendutils.cpp.

Referenced by registerBackendUtils().

◆ Reschedule()

static int Reschedule ( const MythUtilCommandLineParser )
static

Definition at line 59 of file backendutils.cpp.

Referenced by registerBackendUtils().

◆ ScanVideos()

static int ScanVideos ( const MythUtilCommandLineParser )
static

Definition at line 73 of file backendutils.cpp.

Referenced by registerBackendUtils().

◆ ParseVideoFilename()

static int ParseVideoFilename ( const MythUtilCommandLineParser cmdline)
static

Definition at line 86 of file backendutils.cpp.

Referenced by registerBackendUtils().

◆ registerBackendUtils()

void registerBackendUtils ( UtilMap utilMap)

Definition at line 101 of file backendutils.cpp.

Referenced by main().