certmanager/lib
Kleo::KeyListView Class Reference
List of all members.Detailed Description
Definition at line 201 of file keylistview.h.
Public Slots | |
| virtual void | slotAddKey (const GpgME::Key &key) |
| virtual void | slotRefreshKey (const GpgME::Key &key) |
Signals | |
| void | doubleClicked (Kleo::KeyListViewItem *, const QPoint &, int) |
| void | returnPressed (Kleo::KeyListViewItem *) |
| void | selectionChanged (Kleo::KeyListViewItem *) |
| void | contextMenu (Kleo::KeyListViewItem *, const QPoint &) |
Public Member Functions | |
| KeyListView (const ColumnStrategy *strategy, const DisplayStrategy *display=0, QWidget *parent=0, const char *name=0, WFlags f=0) | |
| ~KeyListView () | |
| const ColumnStrategy * | columnStrategy () const |
| const DisplayStrategy * | displayStrategy () const |
| bool | hierarchical () const |
| virtual void | setHierarchical (bool hier) |
| void | flushKeys () |
| bool | hasSelection () const |
| KeyListViewItem * | itemByFingerprint (const QCString &) const |
| KeyListViewItem * | selectedItem () const |
| QPtrList< KeyListViewItem > | selectedItems () const |
| KeyListViewItem * | firstChild () const |
| void | clear () |
| void | insertItem (QListViewItem *) |
| void | takeItem (QListViewItem *) |
Friends | |
| class | KeyListViewItem |
Classes | |
| class | ColumnStrategy |
| class | DisplayStrategy |
Member Function Documentation
| Kleo::KeyListViewItem * Kleo::KeyListView::selectedItem | ( | ) | const |
| QPtrList< Kleo::KeyListViewItem > Kleo::KeyListView::selectedItems | ( | ) | const |
| Kleo::KeyListViewItem * Kleo::KeyListView::firstChild | ( | ) | const |
| void Kleo::KeyListView::clear | ( | ) |
| void Kleo::KeyListView::insertItem | ( | QListViewItem * | ) |
| void Kleo::KeyListView::takeItem | ( | QListViewItem * | ) |
The documentation for this class was generated from the following files:

