KContacts::FieldGroup

Search for usage in LXR

KContacts::FieldGroup Class Reference

#include <fieldgroup.h>

Public Types

typedef QVector< FieldGroupList
 

Public Member Functions

 FieldGroup (const FieldGroup &other)
 
 FieldGroup (const QString &fieldGroupName)
 
QString fieldGroupName () const
 
bool isValid () const
 
bool operator!= (const FieldGroup &other) const
 
FieldGroupoperator= (const FieldGroup &other)
 
bool operator== (const FieldGroup &other) const
 
QMap< QString, QStringListparameters () const
 
void setFieldGroupName (const QString &fieldGroup)
 
void setParameters (const QMap< QString, QStringList > &params)
 
void setValue (const QString &value)
 
QString toString () const
 
QString value () const
 

Detailed Description

Class that holds a FieldGroup for a contact.

Since
5.3

Definition at line 26 of file fieldgroup.h.

Member Function Documentation

◆ parameters()

QMap< QString, QStringList > FieldGroup::parameters ( ) const
Deprecated:
Since 5.88 for lack of usage

Definition at line 89 of file fieldgroup.cpp.

◆ setParameters()

void FieldGroup::setParameters ( const QMap< QString, QStringList > &  params)
Deprecated:
Since 5.88 for lack of usage

Definition at line 82 of file fieldgroup.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Dec 1 2023 03:51:56 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.