KContacts::FieldGroup
KContacts::FieldGroup Class Reference
#include <fieldgroup.h>
Public Types | |
typedef QList< 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 |
void | setFieldGroupName (const QString &fieldGroup) |
void | setValue (const QString &value) |
QString | toString () const |
QString | value () const |
Detailed Description
Member Typedef Documentation
◆ List
Definition at line 40 of file fieldgroup.h.
Constructor & Destructor Documentation
◆ FieldGroup() [1/3]
FieldGroup::FieldGroup | ( | ) |
Definition at line 36 of file fieldgroup.cpp.
◆ FieldGroup() [2/3]
FieldGroup::FieldGroup | ( | const FieldGroup & | other | ) |
Definition at line 41 of file fieldgroup.cpp.
◆ FieldGroup() [3/3]
FieldGroup::FieldGroup | ( | const QString & | fieldGroupName | ) |
Definition at line 46 of file fieldgroup.cpp.
◆ ~FieldGroup()
FieldGroup::~FieldGroup | ( | ) |
Definition at line 52 of file fieldgroup.cpp.
Member Function Documentation
◆ fieldGroupName()
QString FieldGroup::fieldGroupName | ( | ) | const |
Definition at line 61 of file fieldgroup.cpp.
◆ isValid()
bool FieldGroup::isValid | ( | ) | const |
Definition at line 66 of file fieldgroup.cpp.
◆ operator!=()
bool FieldGroup::operator!= | ( | const FieldGroup & | other | ) | const |
Definition at line 96 of file fieldgroup.cpp.
◆ operator=()
FieldGroup & FieldGroup::operator= | ( | const FieldGroup & | other | ) |
Definition at line 101 of file fieldgroup.cpp.
◆ operator==()
bool FieldGroup::operator== | ( | const FieldGroup & | other | ) | const |
Definition at line 91 of file fieldgroup.cpp.
◆ setFieldGroupName()
void FieldGroup::setFieldGroupName | ( | const QString & | fieldGroup | ) |
Definition at line 56 of file fieldgroup.cpp.
◆ setValue()
void FieldGroup::setValue | ( | const QString & | value | ) |
Definition at line 71 of file fieldgroup.cpp.
◆ toString()
QString FieldGroup::toString | ( | ) | const |
Definition at line 110 of file fieldgroup.cpp.
◆ value()
QString FieldGroup::value | ( | ) | const |
Definition at line 76 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-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:06:34 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:06:34 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.