libkleo
Kleo::KeyListView::ColumnStrategy Class Reference
#include <keylistview.h>
Detailed Description
Definition at line 212 of file keylistview.h.
Public Member Functions | |
| virtual int | compare (const GpgME::Key &key1, const GpgME::Key &key2, const int column) const |
| virtual const QPixmap * | pixmap (const GpgME::Key &, int) const |
| virtual int | signatureCompare (const GpgME::UserID::Signature &sig1, const GpgME::UserID::Signature &sig2, const int column) const |
| virtual const QPixmap * | signaturePixmap (const GpgME::UserID::Signature &, int) const |
| virtual QString | signatureText (const GpgME::UserID::Signature &, int) const |
| virtual QString | signatureToolTip (const GpgME::UserID::Signature &sig, int column) const |
| virtual int | subkeyCompare (const GpgME::Subkey &subkey1, const GpgME::Subkey &subkey2, const int column) const |
| virtual const QPixmap * | subkeyPixmap (const GpgME::Subkey &, int) const |
| virtual QString | subkeyText (const GpgME::Subkey &, int) const |
| virtual QString | subkeyToolTip (const GpgME::Subkey &subkey, int column) const |
| virtual QString | text (const GpgME::Key &key, int column) const =0 |
| virtual QString | title (int column) const =0 |
| virtual QString | toolTip (const GpgME::Key &key, int column) const |
| virtual int | userIDCompare (const GpgME::UserID &userID1, const GpgME::UserID &userID2, const int column) const |
| virtual const QPixmap * | userIDPixmap (const GpgME::UserID &, int) const |
| virtual QString | userIDText (const GpgME::UserID &, int) const |
| virtual QString | userIDToolTip (const GpgME::UserID &userID, int column) const |
| virtual int | width (int column, const QFontMetrics &fm) const |
| virtual Q3ListView::WidthMode | widthMode (int) const |
| virtual | ~ColumnStrategy () |
Constructor & Destructor Documentation
| Kleo::KeyListView::ColumnStrategy::~ColumnStrategy | ( | ) | [virtual] |
Definition at line 714 of file keylistview.cpp.
Member Function Documentation
| int Kleo::KeyListView::ColumnStrategy::compare | ( | const GpgME::Key & | key1, | |
| const GpgME::Key & | key2, | |||
| const int | column | |||
| ) | const [virtual] |
Definition at line 716 of file keylistview.cpp.
| virtual const QPixmap* Kleo::KeyListView::ColumnStrategy::pixmap | ( | const GpgME::Key & | , | |
| int | ||||
| ) | const [inline, virtual] |
Definition at line 221 of file keylistview.h.
| int Kleo::KeyListView::ColumnStrategy::signatureCompare | ( | const GpgME::UserID::Signature & | sig1, | |
| const GpgME::UserID::Signature & | sig2, | |||
| const int | column | |||
| ) | const [virtual] |
Definition at line 732 of file keylistview.cpp.
| virtual const QPixmap* Kleo::KeyListView::ColumnStrategy::signaturePixmap | ( | const GpgME::UserID::Signature & | , | |
| int | ||||
| ) | const [inline, virtual] |
Definition at line 236 of file keylistview.h.
| virtual QString Kleo::KeyListView::ColumnStrategy::signatureText | ( | const GpgME::UserID::Signature & | , | |
| int | ||||
| ) | const [inline, virtual] |
Definition at line 234 of file keylistview.h.
| QString Kleo::KeyListView::ColumnStrategy::signatureToolTip | ( | const GpgME::UserID::Signature & | sig, | |
| int | column | |||
| ) | const [virtual] |
Definition at line 748 of file keylistview.cpp.
| int Kleo::KeyListView::ColumnStrategy::subkeyCompare | ( | const GpgME::Subkey & | subkey1, | |
| const GpgME::Subkey & | subkey2, | |||
| const int | column | |||
| ) | const [virtual] |
Definition at line 724 of file keylistview.cpp.
| virtual const QPixmap* Kleo::KeyListView::ColumnStrategy::subkeyPixmap | ( | const GpgME::Subkey & | , | |
| int | ||||
| ) | const [inline, virtual] |
Definition at line 226 of file keylistview.h.
| virtual QString Kleo::KeyListView::ColumnStrategy::subkeyText | ( | const GpgME::Subkey & | , | |
| int | ||||
| ) | const [inline, virtual] |
Definition at line 224 of file keylistview.h.
| QString Kleo::KeyListView::ColumnStrategy::subkeyToolTip | ( | const GpgME::Subkey & | subkey, | |
| int | column | |||
| ) | const [virtual] |
Definition at line 740 of file keylistview.cpp.
| virtual QString Kleo::KeyListView::ColumnStrategy::text | ( | const GpgME::Key & | key, | |
| int | column | |||
| ) | const [pure virtual] |
| virtual QString Kleo::KeyListView::ColumnStrategy::title | ( | int | column | ) | const [pure virtual] |
| QString Kleo::KeyListView::ColumnStrategy::toolTip | ( | const GpgME::Key & | key, | |
| int | column | |||
| ) | const [virtual] |
Definition at line 736 of file keylistview.cpp.
| int Kleo::KeyListView::ColumnStrategy::userIDCompare | ( | const GpgME::UserID & | userID1, | |
| const GpgME::UserID & | userID2, | |||
| const int | column | |||
| ) | const [virtual] |
Definition at line 728 of file keylistview.cpp.
| virtual const QPixmap* Kleo::KeyListView::ColumnStrategy::userIDPixmap | ( | const GpgME::UserID & | , | |
| int | ||||
| ) | const [inline, virtual] |
Definition at line 231 of file keylistview.h.
| virtual QString Kleo::KeyListView::ColumnStrategy::userIDText | ( | const GpgME::UserID & | , | |
| int | ||||
| ) | const [inline, virtual] |
Definition at line 229 of file keylistview.h.
| QString Kleo::KeyListView::ColumnStrategy::userIDToolTip | ( | const GpgME::UserID & | userID, | |
| int | column | |||
| ) | const [virtual] |
Definition at line 744 of file keylistview.cpp.
| int Kleo::KeyListView::ColumnStrategy::width | ( | int | column, | |
| const QFontMetrics & | fm | |||
| ) | const [virtual] |
Definition at line 720 of file keylistview.cpp.
| virtual Q3ListView::WidthMode Kleo::KeyListView::ColumnStrategy::widthMode | ( | int | ) | const [inline, virtual] |
Definition at line 217 of file keylistview.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference