Falkon Develop
Cross-platform Qt-based web browser
ProtocolHandlerManager Class Reference

#include <protocolhandlermanager.h>

Inheritance diagram for ProtocolHandlerManager:

Public Member Functions

 ProtocolHandlerManager (QObject *parent=nullptr)
 
QHash< QString, QUrl > protocolHandlers () const
 
void addProtocolHandler (const QString &scheme, const QUrl &url)
 
void removeProtocolHandler (const QString &scheme)
 

Detailed Description

Definition at line 26 of file protocolhandlermanager.h.

Constructor & Destructor Documentation

◆ ProtocolHandlerManager()

ProtocolHandlerManager::ProtocolHandlerManager ( QObject *  parent = nullptr)
explicit

Definition at line 26 of file protocolhandlermanager.cpp.

Member Function Documentation

◆ addProtocolHandler()

void ProtocolHandlerManager::addProtocolHandler ( const QString &  scheme,
const QUrl &  url 
)

Definition at line 37 of file protocolhandlermanager.cpp.

◆ protocolHandlers()

QHash< QString, QUrl > ProtocolHandlerManager::protocolHandlers ( ) const

Definition at line 32 of file protocolhandlermanager.cpp.

◆ removeProtocolHandler()

void ProtocolHandlerManager::removeProtocolHandler ( const QString &  scheme)

Definition at line 47 of file protocolhandlermanager.cpp.


The documentation for this class was generated from the following files: