KContacts::Gender
KContacts::Gender Class Reference
#include <gender.h>
Public Member Functions | |
Gender () | |
Gender (const Gender &other) | |
Gender (const QString &gender) | |
QString | comment () const |
QString | gender () const |
bool | isValid () const |
bool | operator!= (const Gender &other) const |
Gender & | operator= (const Gender &other) |
bool | operator== (const Gender &other) const |
void | setComment (const QString &comment) |
void | setGender (const QString &gender) |
QString | toString () const |
Detailed Description
Constructor & Destructor Documentation
◆ Gender()
Gender::Gender | ( | ) |
Creates an empty Gender object.
Definition at line 31 of file gender.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
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.