KContacts
11#include "kcontacts_export.h"
15#include <QSharedDataPointer>
31class KCONTACTS_EXPORT Impp
34 Q_PROPERTY(
bool isValid READ isValid)
35 Q_PROPERTY(
QUrl address READ address WRITE setAddress)
36 Q_PROPERTY(
bool isPreferred READ isPreferred WRITE
setPreferred)
37 Q_PROPERTY(
QString serviceType READ serviceType)
38 Q_PROPERTY(
QString serviceLabel READ serviceLabel)
39 Q_PROPERTY(
QString serviceIcon READ serviceIcon)
43 friend class VCardTool;
44 friend class ::ImppTest;
48 Impp(
const Impp &other);
49 Impp(
const QUrl &address);
54 Q_REQUIRED_RESULT
bool isValid()
const;
56 void setAddress(
const QUrl &address);
57 Q_REQUIRED_RESULT
QUrl address()
const;
80 bool isPreferred()
const;
87 Q_REQUIRED_RESULT
bool operator==(
const Impp &other)
const;
88 Q_REQUIRED_RESULT
bool operator!=(
const Impp &other)
const;
90 Impp &operator=(
const Impp &other);
92 Q_REQUIRED_RESULT
QString toString()
const;
113 void setParams(
const ParameterMap ¶ms);
114 Q_REQUIRED_RESULT ParameterMap params()
const;
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:55:38 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.