libkleo
#include <keylistview.h>
Public Types | |
enum | { RTTI = QTreeWidgetItem::UserType + 1 } |
Public Member Functions | |
KeyListViewItem (KeyListView *parent, const GpgME::Key &key) | |
KeyListViewItem (KeyListView *parent, KeyListViewItem *after, const GpgME::Key &key) | |
KeyListViewItem (KeyListViewItem *parent, const GpgME::Key &key) | |
KeyListViewItem (KeyListViewItem *parent, KeyListViewItem *after, const GpgME::Key &key) | |
~KeyListViewItem () | |
const GpgME::Key & | key () const |
KeyListView * | listView () const |
KeyListViewItem * | nextSibling () const |
bool | operator< (const QTreeWidgetItem &other) const |
void | setKey (const GpgME::Key &key) |
void | takeItem (QTreeWidgetItem *item) |
virtual QString | toolTip (int column) const |
Detailed Description
Definition at line 69 of file keylistview.h.
Member Enumeration Documentation
anonymous enum |
Enumerator | |
---|---|
RTTI |
Definition at line 80 of file keylistview.h.
Constructor & Destructor Documentation
Kleo::KeyListViewItem::KeyListViewItem | ( | KeyListView * | parent, |
const GpgME::Key & | key | ||
) |
Definition at line 317 of file keylistview.cpp.
Kleo::KeyListViewItem::KeyListViewItem | ( | KeyListView * | parent, |
KeyListViewItem * | after, | ||
const GpgME::Key & | key | ||
) |
Definition at line 324 of file keylistview.cpp.
Kleo::KeyListViewItem::KeyListViewItem | ( | KeyListViewItem * | parent, |
const GpgME::Key & | key | ||
) |
Definition at line 331 of file keylistview.cpp.
Kleo::KeyListViewItem::KeyListViewItem | ( | KeyListViewItem * | parent, |
KeyListViewItem * | after, | ||
const GpgME::Key & | key | ||
) |
Definition at line 338 of file keylistview.cpp.
Kleo::KeyListViewItem::~KeyListViewItem | ( | ) |
Definition at line 345 of file keylistview.cpp.
Member Function Documentation
|
inline |
Definition at line 78 of file keylistview.h.
Kleo::KeyListView * Kleo::KeyListViewItem::listView | ( | ) | const |
- Reimplemented from superclass. for covariant return
Definition at line 465 of file keylistview.cpp.
Kleo::KeyListViewItem * Kleo::KeyListViewItem::nextSibling | ( | ) | const |
- Reimplemented from superclass. for covariant return
Definition at line 469 of file keylistview.cpp.
bool Kleo::KeyListViewItem::operator< | ( | const QTreeWidgetItem & | other | ) | const |
- Reimplemented from superclass.
Definition at line 395 of file keylistview.cpp.
void Kleo::KeyListViewItem::setKey | ( | const GpgME::Key & | key | ) |
Definition at line 360 of file keylistview.cpp.
void Kleo::KeyListViewItem::takeItem | ( | QTreeWidgetItem * | item | ) |
- Reimplemented from superclass.
Definition at line 404 of file keylistview.cpp.
|
virtual |
Definition at line 389 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.