MythTV
master
|
#include <iostream>
#include <unistd.h>
#include <QApplication>
#include <libmyth/mythcontext.h>
#include <libmythbase/mythpluginapi.h>
#include <libmythbase/mythversion.h>
#include <libmythui/mythmainwindow.h>
#include <libmythui/mythscreenstack.h>
#include "bookmarkmanager.h"
#include "browserdbutil.h"
#include "mythbrowser.h"
#include "mythflashplayer.h"
Go to the source code of this file.
Functions | |
static int | handleMedia (const QString &url, const QString &directory, const QString &filename, const QString &, const QString &, int, int, const QString &, std::chrono::minutes, const QString &, const QString &, bool) |
static void | runBookmarkManager () |
static void | runHomepage () |
Loads the specified homepage from the database (the name starts with an underscore) and calls handleMedia() if it exists. More... | |
static void | setupKeys (void) |
int | mythplugin_init (const char *libversion) |
int | mythplugin_run (void) |
int | mythplugin_config (void) |
|
static |
Definition at line 21 of file libmythbrowser.cpp.
Referenced by runHomepage(), and setupKeys().
|
static |
Definition at line 67 of file libmythbrowser.cpp.
Referenced by setupKeys().
|
static |
Loads the specified homepage from the database (the name starts with an underscore) and calls handleMedia() if it exists.
Definition at line 77 of file libmythbrowser.cpp.
Referenced by setupKeys().
|
static |
Definition at line 107 of file libmythbrowser.cpp.
Referenced by mythplugin_init().
int mythplugin_init | ( | const char * | libversion | ) |
Definition at line 123 of file libmythbrowser.cpp.
int mythplugin_run | ( | void | ) |
Definition at line 146 of file libmythbrowser.cpp.
Referenced by runBookmarkManager().
int mythplugin_config | ( | void | ) |
Definition at line 161 of file libmythbrowser.cpp.