KContacts::Email
KContacts::Email Class Reference
#include <email.h>
Public Types | |
typedef QList< Email > | List |
typedef QFlags< TypeFlag > | Type |
enum | TypeFlag { Unknown = 0 , Home = 1 , Work = 2 , Other = 4 } |
Properties | |
QString | |
bool | isPreferred |
bool | isValid |
Type | type |
Public Member Functions | |
Email () | |
Email (const Email &other) | |
Q_INVOKABLE | Email (const QString &mail) |
bool | isPreferred () const |
bool | isValid () const |
QString | mail () const |
bool | operator!= (const Email &other) const |
Email & | operator= (const Email &other) |
bool | operator== (const Email &other) const |
void | setEmail (const QString &mail) |
void | setPreferred (bool preferred) |
void | setType (Type type) |
QString | toString () const |
Type | type () const |
Detailed Description
Member Typedef Documentation
◆ List
◆ Type
Member Enumeration Documentation
◆ TypeFlag
Property Documentation
◆ isPreferred
◆ isValid
◆ type
Constructor & Destructor Documentation
◆ Email() [1/3]
◆ Email() [2/3]
◆ Email() [3/3]
◆ ~Email()
Member Function Documentation
◆ isPreferred()
bool Email::isPreferred | ( | ) | const |
◆ isValid()
◆ mail()
◆ operator!=()
◆ operator=()
◆ operator==()
◆ setEmail()
◆ setPreferred()
void Email::setPreferred | ( | bool | preferred | ) |
◆ setType()
void Email::setType | ( | Type | type | ) |
◆ toString()
◆ type()
Email::Type KContacts::Email::type | ( | ) | const |
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 Mon Nov 18 2024 12:09:10 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:10 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.