KContacts::NickName Class
class KContacts::NickNameClass 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) |
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 |
Related Non-Members
| 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().