KContacts
11#include "kcontacts_export.h"
14#include <QSharedDataPointer>
26class KCONTACTS_EXPORT Lang
30 friend class Addressee;
31 friend class VCardTool;
32 friend class ::LangTest;
36 Lang(
const Lang &other);
43 void setLanguage(
const QString &lang);
44 Q_REQUIRED_RESULT
QString language()
const;
46 Q_REQUIRED_RESULT
bool isValid()
const;
48 Q_REQUIRED_RESULT
bool operator==(
const Lang &other)
const;
49 Q_REQUIRED_RESULT
bool operator!=(
const Lang &other)
const;
51 Lang &operator=(
const Lang &other);
53 Q_REQUIRED_RESULT
QString toString()
const;
57 void setParams(
const ParameterMap ¶ms);
58 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.