KContacts
11#include "kcontacts_export.h"
14#include <QSharedDataPointer>
24class KCONTACTS_EXPORT Note
28 friend class VCardTool;
32 Note(
const Note &other);
39 void setNote(
const QString ¬e);
40 Q_REQUIRED_RESULT
QString note()
const;
42 Q_REQUIRED_RESULT
bool isValid()
const;
44 Q_REQUIRED_RESULT
bool operator==(
const Note &other)
const;
45 Q_REQUIRED_RESULT
bool operator!=(
const Note &other)
const;
47 Note &operator=(
const Note &other);
49 Q_REQUIRED_RESULT
QString toString()
const;
52 KCONTACTS_NO_EXPORT
void setParams(
const ParameterMap ¶ms);
53 Q_REQUIRED_RESULT KCONTACTS_NO_EXPORT ParameterMap params()
const;
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:06:29 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.