MythTV
master
|
Provide a web browser widget. More...
#include "mythuiwebbrowser.h"
#include "mythpainter.h"
#include "mythimage.h"
#include "mythmainwindow.h"
#include "mythfontproperties.h"
#include "mythlogging.h"
#include "mythdb.h"
#include "mythdirs.h"
#include "mythuihelper.h"
#include "mythcorecontext.h"
#include "mythdownloadmanager.h"
#include "mythdialogbox.h"
#include "mythprogressdialog.h"
#include "mythuiscrollbar.h"
#include <QApplication>
#include <QWebFrame>
#include <QWebHistory>
#include <QPainter>
#include <QDir>
#include <QBuffer>
#include <QStyle>
#include <QKeyEvent>
#include <QDomDocument>
#include <QNetworkCookieJar>
#include <QNetworkConfiguration>
#include <chrono>
#include <thread>
Go to the source code of this file.
Classes | |
struct | MimeType |
Functions | |
static void | DestroyNetworkAccessManager (void) |
static QNetworkAccessManager * | GetNetworkAccessManager (void) |
Variables | |
static const std::vector< MimeType > | SupportedMimeTypes |
static MythNetworkAccessManager * | networkManager = nullptr |
const QString | kgetType |
Key event handler. More... | |
Provide a web browser widget.
Definition in file mythuiwebbrowser.cpp.
|
static |
Definition at line 88 of file mythuiwebbrowser.cpp.
Referenced by GetNetworkAccessManager().
|
static |
Definition at line 97 of file mythuiwebbrowser.cpp.
Referenced by MythWebPage::MythWebPage().
|
static |
Definition at line 48 of file mythuiwebbrowser.cpp.
Referenced by MythWebView::getExtensionForMimetype(), MythWebView::isMusicFile(), and MythWebView::isVideoFile().
|
static |
Definition at line 86 of file mythuiwebbrowser.cpp.
Referenced by DestroyNetworkAccessManager(), GetNetworkAccessManager(), and MythWebPage::~MythWebPage().
const QString kgetType |
Key event handler.
event | Keypress event |
Definition at line 383 of file mythuiwebbrowser.cpp.
Referenced by MythWebView::keyPressEvent().