libkleo
#include <keylistview.h>
|
virtual | ~ColumnStrategy () |
|
virtual int | compare (const GpgME::Key &key1, const GpgME::Key &key2, const int column) const |
|
virtual KIcon | icon (const GpgME::Key &, int) const |
|
virtual QHeaderView::ResizeMode | resizeMode (int) 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 | width (int column, const QFontMetrics &fm) const |
|
Definition at line 106 of file keylistview.h.
Kleo::KeyListView::ColumnStrategy::~ColumnStrategy |
( |
| ) |
|
|
virtual |
int Kleo::KeyListView::ColumnStrategy::compare |
( |
const GpgME::Key & |
key1, |
|
|
const GpgME::Key & |
key2, |
|
|
const int |
column |
|
) |
| const |
|
virtual |
virtual KIcon Kleo::KeyListView::ColumnStrategy::icon |
( |
const GpgME::Key & |
, |
|
|
int |
|
|
) |
| const |
|
inlinevirtual |
virtual QHeaderView::ResizeMode Kleo::KeyListView::ColumnStrategy::resizeMode |
( |
int |
| ) |
const |
|
inlinevirtual |
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 |
int Kleo::KeyListView::ColumnStrategy::width |
( |
int |
column, |
|
|
const QFontMetrics & |
fm |
|
) |
| const |
|
virtual |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:49 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.