kleopatra
#include <config-kleopatra.h>
#include "keylistcontroller.h"
#include "tabwidget.h"
#include <models/keycache.h>
#include <models/keylistmodel.h>
#include <smartcard/readerstatus.h>
#include <utils/formatting.h>
#include <utils/action_data.h>
#include "tooltippreferences.h"
#include "commands/exportcertificatecommand.h"
#include "commands/exportopenpgpcertstoservercommand.h"
#include "commands/exportsecretkeycommand.h"
#include "commands/importcertificatefromfilecommand.h"
#include "commands/changepassphrasecommand.h"
#include "commands/lookupcertificatescommand.h"
#include "commands/reloadkeyscommand.h"
#include "commands/refreshx509certscommand.h"
#include "commands/refreshopenpgpcertscommand.h"
#include "commands/detailscommand.h"
#include "commands/deletecertificatescommand.h"
#include "commands/decryptverifyfilescommand.h"
#include "commands/signencryptfilescommand.h"
#include "commands/clearcrlcachecommand.h"
#include "commands/dumpcrlcachecommand.h"
#include "commands/dumpcertificatecommand.h"
#include "commands/importcrlcommand.h"
#include "commands/changeexpirycommand.h"
#include "commands/changeownertrustcommand.h"
#include "commands/changeroottrustcommand.h"
#include "commands/certifycertificatecommand.h"
#include "commands/adduseridcommand.h"
#include "commands/newcertificatecommand.h"
#include "commands/checksumverifyfilescommand.h"
#include "commands/checksumcreatefilescommand.h"
#include <kleo/stl_util.h>
#include <gpgme++/key.h>
#include <KActionCollection>
#include <KLocalizedString>
#include <QAbstractItemView>
#include <QTreeView>
#include <QTableView>
#include <QPointer>
#include <QItemSelectionModel>
#include <QAction>
#include <boost/bind.hpp>
#include <algorithm>
#include <cassert>
#include "moc_keylistcontroller.cpp"
Include dependency graph for keylistcontroller.cpp:
Go to the source code of this file.
Functions | |
static bool | all_secret_are_not_owner_trust_ultimate (const std::vector< Key > &keys) |
Command::Restrictions | find_root_restrictions (const std::vector< Key > &keys) |
Variables | |
static const unsigned int | numTabs2Controller = sizeof tabs2controller / sizeof *tabs2controller |
static const struct { ... } | tabs2controller [] |
Function Documentation
|
static |
Definition at line 569 of file keylistcontroller.cpp.
Command::Restrictions find_root_restrictions | ( | const std::vector< Key > & | keys | ) |
Definition at line 576 of file keylistcontroller.cpp.
Variable Documentation
|
static |
Definition at line 296 of file keylistcontroller.cpp.
const { ... } tabs2controller[] |
Initial value:
= {
{ SIGNAL(viewAdded(QAbstractItemView*)), SLOT(addView(QAbstractItemView*)) },
{ SIGNAL(viewAboutToBeRemoved(QAbstractItemView*)), SLOT(removeView(QAbstractItemView*)) },
{ SIGNAL(currentViewChanged(QAbstractItemView*)), SLOT(slotCurrentViewChanged(QAbstractItemView*)) },
}
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:42 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:56:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.