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 | |
| THttpServer * | fServer {nullptr} | 
| server instance which should handle requests   | |
#include </github/home/ROOT-CI/src/gui/qt5webdisplay/rooturlschemehandler.h>
| QString RootUrlSchemeHandler::MakeFullUrl | ( | THttpServer * | serv, | 
| const QString & | url ) | 
Returns fully qualified URL, required to open in QWindow.
Definition at line 157 of file rooturlschemehandler.cpp.
      
  | 
  override | 
Start processing of emulated HTTP request in WebEngine scheme handler Either one reads file or redirect request to THttpServer.
Definition at line 172 of file rooturlschemehandler.cpp.
      
  | 
  protected | 
server instance which should handle requests
Definition at line 45 of file rooturlschemehandler.h.