kleopatra
#include <config-kleopatra.h>
#include "keytreeview.h"
#include <models/keylistmodel.h>
#include <models/keylistsortfilterproxymodel.h>
#include <models/predicates.h>
#include <utils/headerview.h>
#include <kleo/stl_util.h>
#include <kleo/keyfilter.h>
#include <KDebug>
#include <QTreeView>
#include <QHeaderView>
#include <QItemSelectionModel>
#include <QItemSelection>
#include <QLayout>
#include <cassert>
Include dependency graph for keytreeview.cpp:
Go to the source code of this file.
Functions | |
static QAbstractProxyModel * | find_last_proxy (QAbstractProxyModel *pm) |
static QItemSelection | itemSelectionFromKeys (const std::vector< Key > &keys, const KeyListSortFilterProxyModel &proxy) |
Variables | |
struct { | |
const char * signal | |
const char * slot | |
} | connections [] |
static const unsigned int | numConnections = sizeof connections / sizeof *connections |
Function Documentation
|
static |
Definition at line 198 of file keytreeview.cpp.
|
static |
Definition at line 244 of file keytreeview.cpp.
Variable Documentation
const { ... } connections[] |
Initial value:
= {
{ SIGNAL(stringFilterChanged(QString)),
SLOT(setStringFilter(QString)) },
{ SIGNAL(keyFilterChanged(boost::shared_ptr<Kleo::KeyFilter>)),
SLOT(setKeyFilter(boost::shared_ptr<Kleo::KeyFilter>)) },
}
|
static |
Definition at line 367 of file keytreeview.cpp.
const char* signal |
Definition at line 359 of file keytreeview.cpp.
const char* slot |
Definition at line 360 of file keytreeview.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.