#include <QApplication>
#include <QWebEngineView>
#include <qtwebengineglobal.h>
#include <QWebEngineDownloadItem>
#include <QThread>
#include <QWebEngineSettings>
#include <QWebEngineProfile>
#include <QtGlobal>
#include <QWebEngineUrlScheme>
#include "TROOT.h"
#include "TApplication.h"
#include "TTimer.h"
#include "TEnv.h"
#include "TThread.h"
#include "THttpServer.h"
#include "TSystem.h"
#include "TDirectory.h"
#include "rootwebview.h"
#include "rootwebpage.h"
#include "rooturlschemehandler.h"
#include <memory>
#include <ROOT/RWebDisplayHandle.hxx>
#include <ROOT/RWebWindowsManager.hxx>
#include <ROOT/RLogger.hxx>
Classes | |
class | DummyObject |
class | ROOT::RQt5WebDisplayHandle::Qt5Creator |
struct | ROOT::RQt5CreatorReg |
class | ROOT::RQt5WebDisplayHandle |
class | TQt5Timer |
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
Functions | |
QWebEngineUrlScheme | gRootScheme ("rootscheme") |
void | TestQt5Cleanup () |
Variables | |
bool | gDoingShutdown = false |
QApplication * | gOwnApplication = nullptr |
bool | gProcEvents = false |
int | gQt5HandleCounts = 0 |
struct ROOT::RQt5CreatorReg | ROOT::newRQt5CreatorReg |
QWebEngineUrlScheme gRootScheme | ( | "rootscheme" | ) |
void TestQt5Cleanup | ( | ) |
Definition at line 48 of file rootqt5.cpp.
bool gDoingShutdown = false |
Definition at line 46 of file rootqt5.cpp.
QApplication* gOwnApplication = nullptr |
Definition at line 44 of file rootqt5.cpp.
bool gProcEvents = false |
Definition at line 46 of file rootqt5.cpp.
int gQt5HandleCounts = 0 |
Definition at line 45 of file rootqt5.cpp.