|
LunaSysMgr
|
#include <blacklist.h>
Public Member Functions | |
| Blacklist () | |
| Blacklist (const QStringList &ids) | |
| virtual | ~Blacklist () |
| virtual bool | allow (const QString &id) |
| virtual bool | deny (const QString &id) |
| virtual bool | loadDefault () |
Public Member Functions inherited from DimensionsSystemInterface::StaticMatchList | |
| StaticMatchList (StaticMatchListType::Enum type) | |
| public: More... | |
| StaticMatchList (StaticMatchListType::Enum type, const QStringList &ids) | |
| virtual | ~StaticMatchList () |
| virtual void | add (const QString &id) |
| virtual void | remove (const QString &id) |
| virtual void | clear () |
| virtual bool | save (const QString &filepath) |
| virtual bool | load (const QString &filepath) |
Additional Inherited Members | |
Static Public Attributes inherited from DimensionsSystemInterface::StaticMatchList | |
| static QString | SaveTagKey_Type = QString("type") |
| static QString | SaveTagKey_Id = QString("id") |
Protected Member Functions inherited from DimensionsSystemInterface::StaticMatchList | |
| virtual bool | match (const QString &id) |
| protected: More... | |
Protected Attributes inherited from DimensionsSystemInterface::StaticMatchList | |
| StaticMatchListType::Enum | m_type |
| QSet< QString > | m_ids |
| DimensionsSystemInterface::Blacklist::Blacklist | ( | ) |
| DimensionsSystemInterface::Blacklist::Blacklist | ( | const QStringList & | ids | ) |
|
virtual |
|
virtual |
Implements DimensionsSystemInterface::StaticMatchList.
|
virtual |
Implements DimensionsSystemInterface::StaticMatchList.
|
virtual |