KContacts::FieldGroup
KContacts::FieldGroup Class Reference
#include <fieldgroup.h>
Public Types | |
typedef QVector< FieldGroup > | List |
Public Member Functions | |
FieldGroup (const FieldGroup &other) | |
FieldGroup (const QString &fieldGroupName) | |
QString | fieldGroupName () const |
bool | isValid () const |
bool | operator!= (const FieldGroup &other) const |
FieldGroup & | operator= (const FieldGroup &other) |
bool | operator== (const FieldGroup &other) const |
QMap< QString, QStringList > | parameters () const |
void | setFieldGroupName (const QString &fieldGroup) |
void | setParameters (const QMap< QString, QStringList > ¶ms) |
void | setValue (const QString &value) |
QString | toString () const |
QString | value () const |
Friends | |
KCONTACTS_EXPORT QDataStream & | operator<< (QDataStream &, const FieldGroup &) |
KCONTACTS_EXPORT QDataStream & | operator>> (QDataStream &, FieldGroup &) |
Detailed Description
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Mar 2 2021 23:52:47 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Mar 2 2021 23:52:47 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.