kgpg
KgpgCore::Convert Class Reference
#include <convert.h>
Detailed Description
Definition at line 32 of file convert.h.
Static Public Member Functions | |
| static QString | toString (const KgpgKeyAlgo &algorithm) |
| static QString | toString (const KgpgKeyOwnerTrust &ownertrust) |
| static QString | toString (const KgpgKeyTrust &trust) |
| static QString | toString (const QDate &date) |
| static QColor | toColor (const KgpgKeyTrust &trust) |
| static KgpgKeyAlgo | toAlgo (const uint &v) |
| static KgpgKeyAlgo | toAlgo (const QString &s) |
| static KgpgKeyTrust | toTrust (const QChar &c) |
| static KgpgKeyTrust | toTrust (const QString &s) |
| static KgpgKeyOwnerTrust | toOwnerTrust (const QChar &c) |
| static KgpgKeyOwnerTrust | toOwnerTrust (const QString &s) |
Member Function Documentation
| QString KgpgCore::Convert::toString | ( | const KgpgKeyAlgo & | algorithm | ) | [static] |
Definition at line 31 of file convert.cpp.
| QString KgpgCore::Convert::toString | ( | const KgpgKeyOwnerTrust & | ownertrust | ) | [static] |
Definition at line 44 of file convert.cpp.
| QString KgpgCore::Convert::toString | ( | const KgpgKeyTrust & | trust | ) | [static] |
Definition at line 58 of file convert.cpp.
Definition at line 94 of file convert.cpp.
| QColor KgpgCore::Convert::toColor | ( | const KgpgKeyTrust & | trust | ) | [static] |
Definition at line 76 of file convert.cpp.
| KgpgKeyAlgo KgpgCore::Convert::toAlgo | ( | const uint & | v | ) | [static] |
Definition at line 99 of file convert.cpp.
| KgpgKeyAlgo KgpgCore::Convert::toAlgo | ( | const QString & | s | ) | [static] |
Definition at line 111 of file convert.cpp.
| KgpgKeyTrust KgpgCore::Convert::toTrust | ( | const QChar & | c | ) | [static] |
Definition at line 118 of file convert.cpp.
| KgpgKeyTrust KgpgCore::Convert::toTrust | ( | const QString & | s | ) | [static] |
Definition at line 136 of file convert.cpp.
| KgpgKeyOwnerTrust KgpgCore::Convert::toOwnerTrust | ( | const QChar & | c | ) | [static] |
Definition at line 141 of file convert.cpp.
| KgpgKeyOwnerTrust KgpgCore::Convert::toOwnerTrust | ( | const QString & | s | ) | [static] |
Definition at line 153 of file convert.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference