libkleo
#include <keylistview.h>
Classes | |
class | ColumnStrategy |
class | DisplayStrategy |
Public Slots | |
virtual void | slotAddKey (const GpgME::Key &key) |
virtual void | slotRefreshKey (const GpgME::Key &key) |
Signals | |
void | contextMenu (Kleo::KeyListViewItem *, const QPoint &) |
void | doubleClicked (Kleo::KeyListViewItem *, int) |
void | returnPressed (Kleo::KeyListViewItem *) |
void | selectionChanged (Kleo::KeyListViewItem *) |
Public Member Functions | |
KeyListView (const ColumnStrategy *strategy, const DisplayStrategy *display=0, QWidget *parent=0, Qt::WindowFlags f=0) | |
~KeyListView () | |
void | clear () |
const ColumnStrategy * | columnStrategy () const |
const DisplayStrategy * | displayStrategy () const |
KeyListViewItem * | firstChild () const |
void | flushKeys () |
bool | hierarchical () const |
bool | isMultiSelection () const |
KeyListViewItem * | itemByFingerprint (const QByteArray &) const |
KeyListViewItem * | selectedItem () const |
QList< KeyListViewItem * > | selectedItems () const |
virtual void | setHierarchical (bool hier) |
void | takeItem (QTreeWidgetItem *) |
Protected Member Functions | |
void | keyPressEvent (QKeyEvent *event) |
Detailed Description
Definition at line 101 of file keylistview.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 82 of file keylistview.cpp.
Kleo::KeyListView::~KeyListView | ( | ) |
Definition at line 116 of file keylistview.cpp.
Member Function Documentation
void Kleo::KeyListView::clear | ( | ) |
- Reimplemented from superclass.
Definition at line 179 of file keylistview.cpp.
|
inline |
Definition at line 136 of file keylistview.h.
|
signal |
|
inline |
Definition at line 137 of file keylistview.h.
|
signal |
Kleo::KeyListViewItem * Kleo::KeyListView::firstChild | ( | ) | const |
- Reimplemented from superclass. for covariant return
Definition at line 479 of file keylistview.cpp.
|
inline |
Definition at line 142 of file keylistview.h.
|
inline |
Definition at line 139 of file keylistview.h.
bool Kleo::KeyListView::isMultiSelection | ( | ) | const |
Definition at line 501 of file keylistview.cpp.
Kleo::KeyListViewItem * Kleo::KeyListView::itemByFingerprint | ( | const QByteArray & | s | ) | const |
Definition at line 267 of file keylistview.cpp.
|
protected |
Definition at line 506 of file keylistview.cpp.
|
signal |
Kleo::KeyListViewItem * Kleo::KeyListView::selectedItem | ( | ) | const |
- Reimplemented from superclass. for covariant return
Definition at line 483 of file keylistview.cpp.
QList< Kleo::KeyListViewItem * > Kleo::KeyListView::selectedItems | ( | ) | const |
- Reimplemented from superclass.
Definition at line 491 of file keylistview.cpp.
|
signal |
|
virtual |
Definition at line 138 of file keylistview.cpp.
|
virtualslot |
Definition at line 148 of file keylistview.cpp.
|
virtualslot |
Definition at line 277 of file keylistview.cpp.
void Kleo::KeyListView::takeItem | ( | QTreeWidgetItem * | qlvi | ) |
- Reimplemented from superclass.
Definition at line 130 of file keylistview.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.