messageviewer
MessageViewer::AdBlockManager Class Reference
#include <adblockmanager.h>
Inheritance diagram for MessageViewer::AdBlockManager:
Signals | |
void | reloadCurrentPage () |
Public Member Functions | |
~AdBlockManager () | |
void | addCustomRule (const QString &, bool reloadPage=true) |
bool | blockRequest (const QNetworkRequest &request) |
bool | isAdblockEnabledForHost (const QString &host) |
bool | isEnabled () |
bool | isHidingElements () |
void | reloadConfig () |
Static Public Member Functions | |
static AdBlockManager * | self () |
Detailed Description
Definition at line 148 of file adblockmanager.h.
Constructor & Destructor Documentation
AdBlockManager::~AdBlockManager | ( | ) |
Definition at line 76 of file adblockmanager.cpp.
Member Function Documentation
void AdBlockManager::addCustomRule | ( | const QString & | stringRule, |
bool | reloadPage = true |
||
) |
Definition at line 319 of file adblockmanager.cpp.
bool AdBlockManager::blockRequest | ( | const QNetworkRequest & | request | ) |
Definition at line 210 of file adblockmanager.cpp.
bool AdBlockManager::isAdblockEnabledForHost | ( | const QString & | host | ) |
Definition at line 361 of file adblockmanager.cpp.
bool AdBlockManager::isEnabled | ( | ) |
Definition at line 83 of file adblockmanager.cpp.
bool AdBlockManager::isHidingElements | ( | ) |
Definition at line 89 of file adblockmanager.cpp.
void AdBlockManager::reloadConfig | ( | ) |
Definition at line 94 of file adblockmanager.cpp.
|
signal |
|
static |
Entry point.
Access to AdBlockManager class by using AdBlockManager::self()->thePublicMethodYouNeed()
Definition at line 55 of file adblockmanager.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.