KContacts::NickName
KContacts::NickName Class Reference
#include <nickname.h>
Public Types | |
typedef QList< NickName > | List |
Public Member Functions | |
NickName (const NickName &other) | |
NickName (const QString &nickname) | |
bool | isValid () const |
QString | nickname () const |
bool | operator!= (const NickName &other) const |
NickName & | operator= (const NickName &other) |
bool | operator== (const NickName &other) const |
void | setNickName (const QString &nickname) |
QString | toString () const |
Detailed Description
Member Typedef Documentation
◆ List
Definition at line 40 of file nickname.h.
Constructor & Destructor Documentation
◆ NickName() [1/3]
NickName::NickName | ( | ) |
Definition at line 34 of file nickname.cpp.
◆ NickName() [2/3]
NickName::NickName | ( | const NickName & | other | ) |
Definition at line 39 of file nickname.cpp.
◆ NickName() [3/3]
NickName::NickName | ( | const QString & | nickname | ) |
Definition at line 44 of file nickname.cpp.
◆ ~NickName()
NickName::~NickName | ( | ) |
Definition at line 50 of file nickname.cpp.
Member Function Documentation
◆ isValid()
bool NickName::isValid | ( | ) | const |
Definition at line 64 of file nickname.cpp.
◆ nickname()
QString NickName::nickname | ( | ) | const |
Definition at line 59 of file nickname.cpp.
◆ operator!=()
bool NickName::operator!= | ( | const NickName & | other | ) | const |
Definition at line 84 of file nickname.cpp.
◆ operator=()
Definition at line 89 of file nickname.cpp.
◆ operator==()
bool NickName::operator== | ( | const NickName & | other | ) | const |
Definition at line 79 of file nickname.cpp.
◆ setNickName()
void NickName::setNickName | ( | const QString & | nickname | ) |
Definition at line 54 of file nickname.cpp.
◆ toString()
QString NickName::toString | ( | ) | const |
Definition at line 98 of file nickname.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 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.