libkleo
#include <keyfiltermanager.h>
Public Member Functions | |
QColor | bgColor (const GpgME::Key &key) const |
QColor | fgColor (const GpgME::Key &key) const |
const boost::shared_ptr < KeyFilter > & | filterMatching (const GpgME::Key &key, KeyFilter::MatchContexts contexts) const |
std::vector< boost::shared_ptr < KeyFilter > > | filtersMatching (const GpgME::Key &key, KeyFilter::MatchContexts contexts) const |
QFont | font (const GpgME::Key &key, const QFont &baseFont) const |
const boost::shared_ptr < KeyFilter > & | fromModelIndex (const QModelIndex &mi) const |
QIcon | icon (const GpgME::Key &key) const |
const boost::shared_ptr < KeyFilter > & | keyFilterByID (const QString &id) const |
QAbstractItemModel * | model () const |
void | reload () |
QModelIndex | toModelIndex (const boost::shared_ptr< KeyFilter > &kf) const |
Static Public Member Functions | |
static KeyFilterManager * | instance () |
Protected Member Functions | |
KeyFilterManager (QObject *parent=0) | |
~KeyFilterManager () | |
Detailed Description
Definition at line 57 of file keyfiltermanager.h.
Constructor & Destructor Documentation
|
explicitprotected |
Definition at line 161 of file keyfiltermanager.cpp.
|
protected |
Definition at line 171 of file keyfiltermanager.cpp.
Member Function Documentation
QColor KeyFilterManager::bgColor | ( | const GpgME::Key & | key | ) | const |
Definition at line 319 of file keyfiltermanager.cpp.
QColor KeyFilterManager::fgColor | ( | const GpgME::Key & | key | ) | const |
Definition at line 323 of file keyfiltermanager.cpp.
const shared_ptr< KeyFilter > & KeyFilterManager::filterMatching | ( | const GpgME::Key & | key, |
KeyFilter::MatchContexts | contexts | ||
) | const |
Definition at line 184 of file keyfiltermanager.cpp.
std::vector< shared_ptr< KeyFilter > > KeyFilterManager::filtersMatching | ( | const GpgME::Key & | key, |
KeyFilter::MatchContexts | contexts | ||
) | const |
Definition at line 194 of file keyfiltermanager.cpp.
QFont KeyFilterManager::font | ( | const GpgME::Key & | key, |
const QFont & | baseFont | ||
) | const |
Definition at line 290 of file keyfiltermanager.cpp.
const shared_ptr< KeyFilter > & KeyFilterManager::fromModelIndex | ( | const QModelIndex & | mi | ) | const |
Definition at line 241 of file keyfiltermanager.cpp.
QIcon KeyFilterManager::icon | ( | const GpgME::Key & | key | ) | const |
Definition at line 327 of file keyfiltermanager.cpp.
|
static |
Definition at line 178 of file keyfiltermanager.cpp.
const shared_ptr< KeyFilter > & KeyFilterManager::keyFilterByID | ( | const QString & | id | ) | const |
Definition at line 231 of file keyfiltermanager.cpp.
QAbstractItemModel * KeyFilterManager::model | ( | ) | const |
Definition at line 227 of file keyfiltermanager.cpp.
void KeyFilterManager::reload | ( | ) |
Definition at line 211 of file keyfiltermanager.cpp.
QModelIndex KeyFilterManager::toModelIndex | ( | const boost::shared_ptr< KeyFilter > & | kf | ) | const |
Definition at line 250 of file keyfiltermanager.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.