KContacts::Note Class

class KContacts::Note

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

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

Public Types

Public Functions

Note()
Note(const QString &note)
bool isValid() const
QString note() const
void setNote(const QString &note)
QString toString() const
bool operator!=(const KContacts::Note &other) const
bool operator==(const KContacts::Note &other) const
QDataStream &operator<<(QDataStream &stream, const KContacts::Note &object)
QDataStream &operator>>(QDataStream &stream, KContacts::Note &object)

Detailed Description

Member Type Documentation

Note::List

Member Function Documentation

Note::Note()

See also setNote().

Note::Note(const QString &note)

bool Note::isValid() const

QString Note::note() const

See also setNote().

void Note::setNote(const QString &note)

See also note().

QString Note::toString() const

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

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

Related Non-Members

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

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