Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
RootUrlSchemeHandler Class Reference

Definition at line 41 of file rooturlschemehandler.h.

Public Member Functions

QString MakeFullUrl (THttpServer *serv, const QString &url)
 Returns fully qualified URL, required to open in QWindow.
 
void requestStarted (QWebEngineUrlRequestJob *request) override
 Start processing of emulated HTTP request in WebEngine scheme handler Either one reads file or redirect request to THttpServer.
 

Protected Attributes

THttpServerfServer {nullptr}
 server instance which should handle requests
 

#include </home/sftnight/build/workspace/root-makedoc-v628/rootspi/rdoc/src/v6-28-00-patches/gui/qt5webdisplay/rooturlschemehandler.h>

Inheritance diagram for RootUrlSchemeHandler:
[legend]

Member Function Documentation

◆ MakeFullUrl()

QString RootUrlSchemeHandler::MakeFullUrl ( THttpServer serv,
const QString &  url 
)

Returns fully qualified URL, required to open in QWindow.

Definition at line 165 of file rooturlschemehandler.cpp.

◆ requestStarted()

void RootUrlSchemeHandler::requestStarted ( QWebEngineUrlRequestJob *  request)
override

Start processing of emulated HTTP request in WebEngine scheme handler Either one reads file or redirect request to THttpServer.

Definition at line 180 of file rooturlschemehandler.cpp.

Member Data Documentation

◆ fServer

THttpServer* RootUrlSchemeHandler::fServer {nullptr}
protected

server instance which should handle requests

Definition at line 45 of file rooturlschemehandler.h.

  • gui/qt5webdisplay/rooturlschemehandler.h
  • gui/qt5webdisplay/rooturlschemehandler.cpp