certmanager/lib
Kleo::SubkeyKeyListViewItem Class Reference
Inheritance diagram for Kleo::SubkeyKeyListViewItem:

Detailed Description
Definition at line 104 of file keylistview.h.
Public Types | |
| enum | { RTTI = KeyListViewItem::RTTI + 1 } |
Public Member Functions | |
| SubkeyKeyListViewItem (KeyListView *parent, const GpgME::Subkey &subkey) | |
| SubkeyKeyListViewItem (KeyListView *parent, KeyListViewItem *after, const GpgME::Subkey &subkey) | |
| SubkeyKeyListViewItem (KeyListViewItem *parent, const GpgME::Subkey &subkey) | |
| SubkeyKeyListViewItem (KeyListViewItem *parent, KeyListViewItem *after, const GpgME::Subkey &subkey) | |
| void | setSubkey (const GpgME::Subkey &subkey) |
| const GpgME::Subkey & | subkey () const |
| QString | toolTip (int col) const |
| QString | text (int col) const |
| const QPixmap * | pixmap (int col) const |
| int | compare (QListViewItem *other, int col, bool ascending) const |
| int | rtti () const |
| void | paintCell (QPainter *p, const QColorGroup &cg, int column, int width, int alignment) |
Member Function Documentation
| QString Kleo::SubkeyKeyListViewItem::toolTip | ( | int | col | ) | const [virtual] |
- Reimplemented from superclass.
Reimplemented from Kleo::KeyListViewItem.
Definition at line 521 of file keylistview.cpp.
| QString Kleo::SubkeyKeyListViewItem::text | ( | int | col | ) | const |
| const QPixmap * Kleo::SubkeyKeyListViewItem::pixmap | ( | int | col | ) | const |
| int Kleo::SubkeyKeyListViewItem::compare | ( | QListViewItem * | other, | |
| int | col, | |||
| bool | ascending | |||
| ) | const |
- Reimplemented from superclass.
Reimplemented from Kleo::KeyListViewItem.
Definition at line 532 of file keylistview.cpp.
| int Kleo::SubkeyKeyListViewItem::rtti | ( | ) | const [inline] |
- Reimplemented from superclass.
Reimplemented from Kleo::KeyListViewItem.
Definition at line 128 of file keylistview.h.
| void Kleo::SubkeyKeyListViewItem::paintCell | ( | QPainter * | p, | |
| const QColorGroup & | cg, | |||
| int | column, | |||
| int | width, | |||
| int | alignment | |||
| ) |
- Reimplemented from superclass.
Reimplemented from Kleo::KeyListViewItem.
Definition at line 539 of file keylistview.cpp.
The documentation for this class was generated from the following files:

