![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <networkurlinterceptor.h>
Public Member Functions | |
NetworkUrlInterceptor (QObject *parent=nullptr) | |
void | interceptRequest (QWebEngineUrlRequestInfo &info) Q_DECL_OVERRIDE |
void | installUrlInterceptor (UrlInterceptor *interceptor) |
void | removeUrlInterceptor (UrlInterceptor *interceptor) |
void | loadSettings () |
Definition at line 29 of file networkurlinterceptor.h.
|
explicit |
Definition at line 26 of file networkurlinterceptor.cpp.
void NetworkUrlInterceptor::installUrlInterceptor | ( | UrlInterceptor * | interceptor | ) |
Definition at line 66 of file networkurlinterceptor.cpp.
void NetworkUrlInterceptor::interceptRequest | ( | QWebEngineUrlRequestInfo & | info | ) |
Definition at line 32 of file networkurlinterceptor.cpp.
void NetworkUrlInterceptor::loadSettings | ( | ) |
Definition at line 82 of file networkurlinterceptor.cpp.
void NetworkUrlInterceptor::removeUrlInterceptor | ( | UrlInterceptor * | interceptor | ) |
Definition at line 75 of file networkurlinterceptor.cpp.