KContacts::Impp
Public Types |
Properties |
Public Member Functions |
Static Public Member Functions |
List of all members
KContacts::Impp Class Reference
#include <impp.h>
Public Types | |
typedef QList< Impp > | List |
Properties | |
QUrl | address |
bool | isPreferred |
bool | isValid |
QString | serviceIcon |
QString | serviceLabel |
QString | serviceType |
Public Member Functions | |
Impp (const Impp &other) | |
Impp (const QUrl &address) | |
QUrl | address () const |
bool | isPreferred () const |
bool | isValid () const |
bool | operator!= (const Impp &other) const |
Impp & | operator= (const Impp &other) |
bool | operator== (const Impp &other) const |
QString | serviceIcon () const |
QString | serviceLabel () const |
QString | serviceType () const |
void | setAddress (const QUrl &address) |
void | setPreferred (bool preferred) |
QString | toString () const |
Static Public Member Functions | |
static QString | serviceIcon (const QString &serviceType) |
static QString | serviceLabel (const QString &serviceType) |
static QList< QString > | serviceTypes () |
Detailed Description
Class that holds a IMPP for a contact.
IMPP stands for "Instant Messaging and Presence Protocol". This field is defined in the vCard 3.0 extension RFC 4770 and is part of vCard 4.0 (RFC 6350).
- Since
- 4.14.5
Member Typedef Documentation
◆ List
Property Documentation
◆ address
◆ isPreferred
◆ isValid
◆ serviceIcon
◆ serviceLabel
◆ serviceType
Constructor & Destructor Documentation
◆ Impp() [1/3]
◆ Impp() [2/3]
◆ Impp() [3/3]
◆ ~Impp()
Member Function Documentation
◆ address()
◆ isPreferred()
bool Impp::isPreferred | ( | ) | const |
◆ isValid()
◆ operator!=()
◆ operator=()
◆ operator==()
◆ serviceIcon() [1/2]
QString Impp::serviceIcon | ( | ) | const |
◆ serviceIcon() [2/2]
◆ serviceLabel() [1/2]
QString Impp::serviceLabel | ( | ) | const |
◆ serviceLabel() [2/2]
◆ serviceType()
QString Impp::serviceType | ( | ) | const |
◆ serviceTypes()
◆ setAddress()
◆ setPreferred()
void Impp::setPreferred | ( | bool | preferred | ) |
◆ toString()
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 Mon Nov 18 2024 12:09:10 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:10 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.