KContacts::NickName Class

class KContacts::NickName

Class that holds a NickName for a contact. More...

Header: #include <KContacts/NickName>
CMake: find_package(KF6 REQUIRED COMPONENTS Contacts)
target_link_libraries(mytarget PRIVATE KF6::Contacts)
Since: 5.3

Public Types

Public Functions

NickName()
NickName(const QString &nickname)
bool isValid() const
QString nickname() const
void setNickName(const QString &nickname)
QString toString() const
bool operator!=(const KContacts::NickName &other) const
bool operator==(const KContacts::NickName &other) const
QDataStream &operator<<(QDataStream &stream, const KContacts::NickName &object)
QDataStream &operator>>(QDataStream &stream, KContacts::NickName &object)

Detailed Description

Member Type Documentation

NickName::List

Member Function Documentation

NickName::NickName()

See also setNickName().

NickName::NickName(const QString &nickname)

bool NickName::isValid() const

QString NickName::nickname() const

void NickName::setNickName(const QString &nickname)

QString NickName::toString() const

bool NickName::operator!=(const KContacts::NickName &other) const

bool NickName::operator==(const KContacts::NickName &other) const

Related Non-Members

QDataStream &operator<<(QDataStream &stream, const KContacts::NickName &object)

QDataStream &operator>>(QDataStream &stream, KContacts::NickName &object)