KContacts::Key
KContacts::Key Class Reference
#include <key.h>
Public Types | |
typedef QList< Key > | List |
enum | Type { X509 , PGP , Custom } |
typedef QList< Type > | TypeList |
Public Member Functions | |
Key (const Key &other) | |
Key (const QString &text=QString(), Type type=PGP) | |
~Key () | |
QByteArray | binaryData () const |
QString | customTypeString () const |
QString | id () const |
bool | isBinary () const |
bool | operator!= (const Key &other) const |
Key & | operator= (const Key &other) |
bool | operator== (const Key &other) const |
void | setBinaryData (const QByteArray &data) |
void | setCustomTypeString (const QString &type) |
void | setId (const QString &identifier) |
void | setTextData (const QString &data) |
void | setType (Type type) |
QString | textData () const |
QString | toString () const |
Type | type () const |
Static Public Member Functions | |
static QString | typeLabel (Type type) |
static TypeList | typeList () |
Detailed Description
Member Typedef Documentation
◆ List
◆ TypeList
Member Enumeration Documentation
◆ Type
enum KContacts::Key::Type |
Constructor & Destructor Documentation
◆ Key() [1/2]
◆ Key() [2/2]
◆ ~Key()
Member Function Documentation
◆ binaryData()
QByteArray Key::binaryData | ( | ) | const |
◆ customTypeString()
QString Key::customTypeString | ( | ) | const |
◆ id()
◆ isBinary()
bool Key::isBinary | ( | ) | const |
◆ operator!=()
bool Key::operator!= | ( | const Key & | other | ) | const |
◆ operator=()
◆ operator==()
bool Key::operator== | ( | const Key & | other | ) | const |
◆ setBinaryData()
void Key::setBinaryData | ( | const QByteArray & | data | ) |
◆ setCustomTypeString()
void Key::setCustomTypeString | ( | const QString & | type | ) |
◆ setId()
void Key::setId | ( | const QString & | identifier | ) |
◆ setTextData()
void Key::setTextData | ( | const QString & | data | ) |
◆ setType()
void Key::setType | ( | Type | type | ) |
◆ textData()
◆ toString()
QString Key::toString | ( | ) | const |
◆ type()
◆ typeLabel()
◆ typeList()
|
static |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:06:34 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:06:34 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.