MythTV
master
|
Adds a JavaScript object. More...
#include <mythuiwebbrowser.h>
Public Slots | |
static void | Play (void) |
static void | Stop (void) |
static void | Pause (void) |
static void | SetVolume (int volumn) |
int | GetVolume (void) |
static void | PlayFile (const QString &filename) |
static void | PlayTrack (int trackID) |
static void | PlayURL (const QString &url) |
QString | GetMetadata (void) |
Public Member Functions | |
BrowserApi (QObject *parent) | |
~BrowserApi (void) override | |
void | setWebView (QWebView *view) |
Private Slots | |
void | attachObject () |
Private Member Functions | |
void | customEvent (QEvent *e) override |
Private Attributes | |
QWebFrame * | m_frame |
bool | m_gotAnswer |
QString | m_answer |
Adds a JavaScript object.
Definition at line 23 of file mythuiwebbrowser.h.
|
explicit |
Definition at line 121 of file mythuiwebbrowser.cpp.
|
override |
Definition at line 128 of file mythuiwebbrowser.cpp.
void BrowserApi::setWebView | ( | QWebView * | view | ) |
Definition at line 133 of file mythuiwebbrowser.cpp.
Referenced by MythWebView::MythWebView().
|
staticslot |
Definition at line 148 of file mythuiwebbrowser.cpp.
|
staticslot |
Definition at line 154 of file mythuiwebbrowser.cpp.
|
staticslot |
Definition at line 160 of file mythuiwebbrowser.cpp.
|
staticslot |
Definition at line 166 of file mythuiwebbrowser.cpp.
|
slot |
Definition at line 173 of file mythuiwebbrowser.cpp.
|
staticslot |
Definition at line 196 of file mythuiwebbrowser.cpp.
|
staticslot |
Definition at line 203 of file mythuiwebbrowser.cpp.
|
staticslot |
Definition at line 210 of file mythuiwebbrowser.cpp.
|
slot |
Definition at line 217 of file mythuiwebbrowser.cpp.
|
privateslot |
Definition at line 143 of file mythuiwebbrowser.cpp.
Referenced by setWebView().
|
overrideprivate |
Definition at line 240 of file mythuiwebbrowser.cpp.
|
private |
Definition at line 52 of file mythuiwebbrowser.h.
Referenced by attachObject(), and setWebView().
|
private |
Definition at line 54 of file mythuiwebbrowser.h.
Referenced by customEvent(), GetMetadata(), and GetVolume().
|
private |
Definition at line 55 of file mythuiwebbrowser.h.
Referenced by customEvent(), GetMetadata(), and GetVolume().