MythTV
master
|
#include <csignal>
#include <cstdlib>
#include <iostream>
#include <QApplication>
#include <QDir>
#include <QTimer>
#include <libmyth/mythcontext.h>
#include <libmythbase/mythcoreutil.h>
#include <libmythbase/mythplugin.h>
#include <libmythbase/mythpluginapi.h>
#include <libmythbase/mythsystemlegacy.h>
#include <libmythbase/mythversion.h>
#include <libmythui/mythdialogbox.h>
#include <libmythui/mythmainwindow.h>
#include <libmythui/myththemedmenu.h>
#include <libmythui/mythuihelper.h>
#include "archivedbcheck.h"
#include "archivesettings.h"
#include "archiveutil.h"
#include "exportnative.h"
#include "fileselector.h"
#include "importnative.h"
#include "logviewer.h"
#include "mythburn.h"
#include "recordingselector.h"
#include "selectdestination.h"
#include "videoselector.h"
Go to the source code of this file.
Functions | |
static bool | checkProcess (const QString &lockFile) |
static bool | checkLockFile (const QString &lockFile) |
static void | runCreateDVD (void) |
static void | runCreateArchive (void) |
static void | runEncodeVideo (void) |
static void | runImportVideo (void) |
static void | runShowLog (void) |
static void | runTestDVD (void) |
static void | runBurnDVD (void) |
static void | ArchiveCallback (void *data, QString &selection) |
static int | runMenu (const QString &which_menu) |
static void | initKeys (void) |
int | mythplugin_init (const char *libversion) |
int | mythplugin_run (void) |
int | mythplugin_config (void) |
Variables | |
static void(* | m_callback )(void *, QString &) = nullptr |
static void * | m_callbackdata = nullptr |
|
static |
Definition at line 43 of file mytharchive.cpp.
Referenced by checkLockFile().
|
static |
Definition at line 82 of file mytharchive.cpp.
Referenced by runCreateArchive(), runCreateDVD(), and runImportVideo().
|
static |
Definition at line 111 of file mytharchive.cpp.
Referenced by ArchiveCallback(), and initKeys().
|
static |
Definition at line 137 of file mytharchive.cpp.
Referenced by ArchiveCallback(), and initKeys().
|
static |
Definition at line 163 of file mytharchive.cpp.
Referenced by ArchiveCallback().
|
static |
Definition at line 168 of file mytharchive.cpp.
Referenced by ArchiveCallback(), and initKeys().
|
static |
Definition at line 194 of file mytharchive.cpp.
Referenced by ArchiveCallback(), and initKeys().
|
static |
Definition at line 199 of file mytharchive.cpp.
Referenced by ArchiveCallback(), and initKeys().
|
static |
Definition at line 237 of file mytharchive.cpp.
Referenced by ArchiveCallback(), and initKeys().
|
static |
Definition at line 247 of file mytharchive.cpp.
Referenced by runMenu().
|
static |
Definition at line 276 of file mytharchive.cpp.
Referenced by mythplugin_run().
|
static |
Definition at line 321 of file mytharchive.cpp.
Referenced by mythplugin_init().
int mythplugin_init | ( | const char * | libversion | ) |
Definition at line 340 of file mytharchive.cpp.
int mythplugin_run | ( | void | ) |
Definition at line 367 of file mytharchive.cpp.
int mythplugin_config | ( | void | ) |
Definition at line 372 of file mytharchive.cpp.
|
static |
Definition at line 244 of file mytharchive.cpp.
Referenced by ArchiveCallback(), MythFileOpenRegisterCallback(), and runMenu().
|
static |
Definition at line 245 of file mytharchive.cpp.
Referenced by ArchiveCallback(), and runMenu().