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

Detailed Description
Definition at line 65 of file keylistview.h.
Public Types | |
enum | { RTTI_MASK = 0xFFFFFFF0, RTTI = 0x2C1362E0 } |
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 () | |
void | setKey (const GpgME::Key &key) |
const GpgME::Key & | key () const |
virtual QString | toolTip (int column) const |
KeyListView * | listView () const |
KeyListViewItem * | nextSibling () const |
int | compare (QListViewItem *other, int col, bool ascending) const |
QString | key (int col, bool ascending) const |
int | rtti () const |
void | paintCell (QPainter *p, const QColorGroup &cg, int column, int width, int alignment) |
void | insertItem (QListViewItem *item) |
void | takeItem (QListViewItem *item) |
Member Function Documentation
Kleo::KeyListView * Kleo::KeyListViewItem::listView | ( | ) | const |
Kleo::KeyListViewItem * Kleo::KeyListViewItem::nextSibling | ( | ) | const |
int Kleo::KeyListViewItem::compare | ( | QListViewItem * | other, | |
int | col, | |||
bool | ascending | |||
) | const |
- Reimplemented from superclass.
Reimplemented in Kleo::SubkeyKeyListViewItem, Kleo::UserIDKeyListViewItem, and Kleo::SignatureKeyListViewItem.
Definition at line 440 of file keylistview.cpp.
QString Kleo::KeyListViewItem::key | ( | int | col, | |
bool | ascending | |||
) | const [inline] |
- Reimplemented from superclass. to allow for key() overload above
Definition at line 90 of file keylistview.h.
int Kleo::KeyListViewItem::rtti | ( | ) | const [inline] |
- Reimplemented from superclass.
Reimplemented in Kleo::SubkeyKeyListViewItem, Kleo::UserIDKeyListViewItem, and Kleo::SignatureKeyListViewItem.
Definition at line 92 of file keylistview.h.
void Kleo::KeyListViewItem::paintCell | ( | QPainter * | p, | |
const QColorGroup & | cg, | |||
int | column, | |||
int | width, | |||
int | alignment | |||
) |
- Reimplemented from superclass.
Reimplemented in Kleo::SubkeyKeyListViewItem, Kleo::UserIDKeyListViewItem, and Kleo::SignatureKeyListViewItem.
Definition at line 447 of file keylistview.cpp.
void Kleo::KeyListViewItem::insertItem | ( | QListViewItem * | item | ) |
void Kleo::KeyListViewItem::takeItem | ( | QListViewItem * | item | ) |
The documentation for this class was generated from the following files: