Interface for accounts that may have blacklists.
More...
#include "ihaveblacklists.h"
Interface for accounts that may have blacklists.
Definition at line 33 of file ihaveblacklists.h.
◆ ~IHaveBlacklists()
virtual LC::Azoth::IHaveBlacklists::~IHaveBlacklists |
( |
| ) |
|
|
protectedvirtualdefault |
◆ SuggestToBlacklist()
virtual void LC::Azoth::IHaveBlacklists::SuggestToBlacklist |
( |
const QList< ICLEntry * > & |
entries | ) |
|
|
pure virtual |
Suggests adding the given entries to the blacklist.
It's up to the protocol plugin to show any additional UI that is required to handle this suggestion.
- Parameters
-
[in] | entries | The list of entries to add to the blacklist. |
◆ SupportsBlacklists()
virtual bool LC::Azoth::IHaveBlacklists::SupportsBlacklists |
( |
| ) |
const |
|
pure virtual |
Checks whether this exact account supports blacklists.
- Returns
- Whether blacklists are supported by this account.
The documentation for this class was generated from the following file: