Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
rootqt5.cpp File Reference
#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>
Include dependency graph for rootqt5.cpp:

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
 

Function Documentation

◆ gRootScheme()

QWebEngineUrlScheme gRootScheme ( "rootscheme"  )

◆ TestQt5Cleanup()

void TestQt5Cleanup ( )

Definition at line 48 of file rootqt5.cpp.

Variable Documentation

◆ gDoingShutdown

bool gDoingShutdown = false

Definition at line 46 of file rootqt5.cpp.

◆ gOwnApplication

QApplication* gOwnApplication = nullptr

Definition at line 44 of file rootqt5.cpp.

◆ gProcEvents

bool gProcEvents = false

Definition at line 46 of file rootqt5.cpp.

◆ gQt5HandleCounts

int gQt5HandleCounts = 0

Definition at line 45 of file rootqt5.cpp.