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 { nullptr } |
bool | m_gotAnswer { false } |
QString | m_answer |
Adds a JavaScript object.
Definition at line 23 of file mythuiwebbrowser.h.
|
explicit |
Definition at line 124 of file mythuiwebbrowser.cpp.
|
override |
Definition at line 130 of file mythuiwebbrowser.cpp.
void BrowserApi::setWebView | ( | QWebView * | view | ) |
Definition at line 135 of file mythuiwebbrowser.cpp.
Referenced by MythWebView::MythWebView().
|
staticslot |
Definition at line 150 of file mythuiwebbrowser.cpp.
|
staticslot |
Definition at line 156 of file mythuiwebbrowser.cpp.
|
staticslot |
Definition at line 162 of file mythuiwebbrowser.cpp.
|
staticslot |
Definition at line 168 of file mythuiwebbrowser.cpp.
|
slot |
Definition at line 175 of file mythuiwebbrowser.cpp.
|
staticslot |
Definition at line 198 of file mythuiwebbrowser.cpp.
|
staticslot |
Definition at line 205 of file mythuiwebbrowser.cpp.
|
staticslot |
Definition at line 212 of file mythuiwebbrowser.cpp.
|
slot |
Definition at line 219 of file mythuiwebbrowser.cpp.
|
privateslot |
Definition at line 145 of file mythuiwebbrowser.cpp.
Referenced by setWebView().
|
overrideprivate |
Definition at line 242 of file mythuiwebbrowser.cpp.
|
private |
Definition at line 52 of file mythuiwebbrowser.h.
Referenced by attachObject(), and setWebView().
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().