kgpg
KeyListView Class Reference
#include <keylistview.h>

Detailed Description
Definition at line 90 of file keylistview.h.
Public Slots | |
| void | slotAddColumn (const int &c) |
| void | slotRemoveColumn (const int &c) |
| virtual KeyListViewItem * | firstChild () |
| QString | statusCountMessage (void) |
Signals | |
| void | statusMessage (QString, int, bool keep=false) |
Public Member Functions | |
| KeyListView (QWidget *parent=0) | |
| void | setPreviewSize (const int &size) |
| int | previewSize () const |
| void | setDisplayPhoto (const bool &display) |
| bool | displayPhoto () const |
Public Attributes | |
| QPixmap | trustbad |
Protected Member Functions | |
| virtual void | contentsDragMoveEvent (QDragMoveEvent *e) |
| virtual void | contentsDropEvent (QDropEvent *e) |
| virtual void | startDrag () |
| virtual KeyListViewItem * | currentItem () const |
| virtual KeyListViewItem * | findItem (const QString &text, int column, ComparisonFlags compare=ExactMatch|Qt::CaseSensitive) const |
| virtual QList< KeyListViewItem * > | selectedItems (void) |
| virtual KeyListViewItem * | lastChild () const |
| virtual KeyListViewItem * | itemAtIndex (int index) |
| virtual KeyListViewItem * | findItemByKeyId (const QString &id) |
Friends | |
| class | KeysManager |
Constructor & Destructor Documentation
| KeyListView::KeyListView | ( | QWidget * | parent = 0 |
) |
Definition at line 231 of file keylistview.cpp.
Member Function Documentation
| void KeyListView::setPreviewSize | ( | const int & | size | ) |
Definition at line 285 of file keylistview.cpp.
| int KeyListView::previewSize | ( | ) | const |
Definition at line 290 of file keylistview.cpp.
| void KeyListView::setDisplayPhoto | ( | const bool & | display | ) |
Definition at line 295 of file keylistview.cpp.
| bool KeyListView::displayPhoto | ( | ) | const |
Definition at line 300 of file keylistview.cpp.
| void KeyListView::statusMessage | ( | QString | , | |
| int | , | |||
| bool | keep = false | |||
| ) | [signal] |
| void KeyListView::slotAddColumn | ( | const int & | c | ) | [slot] |
Definition at line 305 of file keylistview.cpp.
| void KeyListView::slotRemoveColumn | ( | const int & | c | ) | [slot] |
Definition at line 311 of file keylistview.cpp.
| virtual KeyListViewItem* KeyListView::firstChild | ( | ) | [inline, virtual, slot] |
Definition at line 116 of file keylistview.h.
| QString KeyListView::statusCountMessage | ( | void | ) | [slot] |
Definition at line 846 of file keylistview.cpp.
| void KeyListView::contentsDragMoveEvent | ( | QDragMoveEvent * | e | ) | [protected, virtual] |
Definition at line 318 of file keylistview.cpp.
| void KeyListView::contentsDropEvent | ( | QDropEvent * | e | ) | [protected, virtual] |
Definition at line 323 of file keylistview.cpp.
| void KeyListView::startDrag | ( | ) | [protected, virtual] |
Definition at line 330 of file keylistview.cpp.
| virtual KeyListViewItem* KeyListView::currentItem | ( | ) | const [inline, protected, virtual] |
Definition at line 123 of file keylistview.h.
| virtual KeyListViewItem* KeyListView::findItem | ( | const QString & | text, | |
| int | column, | |||
| ComparisonFlags | compare = ExactMatch | Qt::CaseSensitive | |||
| ) | const [inline, protected, virtual] |
Definition at line 124 of file keylistview.h.
| QList< KeyListViewItem * > KeyListView::selectedItems | ( | void | ) | [protected, virtual] |
Definition at line 798 of file keylistview.cpp.
| virtual KeyListViewItem* KeyListView::lastChild | ( | ) | const [inline, protected, virtual] |
Definition at line 127 of file keylistview.h.
| virtual KeyListViewItem* KeyListView::itemAtIndex | ( | int | index | ) | [inline, protected, virtual] |
Definition at line 128 of file keylistview.h.
| KeyListViewItem * KeyListView::findItemByKeyId | ( | const QString & | id | ) | [protected, virtual] |
Find the item that is a primary key with the given id.
Match will be by full id if possible, else by short id. Passing a fingerprint is explicitly allowed (forward compatibility) but currently matching is only done by full id.
Definition at line 820 of file keylistview.cpp.
Friends And Related Function Documentation
friend class KeysManager [friend] |
Definition at line 93 of file keylistview.h.
Member Data Documentation
Definition at line 104 of file keylistview.h.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference