KContacts::Note Class
class KContacts::NoteClass 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 ¬e) | |
bool | isValid() const |
QString | note() const |
void | setNote(const QString ¬e) |
QString | toString() const |
bool | operator!=(const KContacts::Note &other) const |
bool | operator==(const KContacts::Note &other) const |
Related Non-Members
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 ¬e)
bool Note::isValid() const
QString Note::note() const
See also setNote().
void Note::setNote(const QString ¬e)
See also note().