KContacts::Note

Search for usage in LXR

KContacts::Note Class Reference

#include <note.h>

Public Types

typedef QList< NoteList
 

Public Member Functions

 Note (const Note &other)
 
 Note (const QString &note)
 
bool isValid () const
 
QString note () const
 
bool operator!= (const Note &other) const
 
Noteoperator= (const Note &other)
 
bool operator== (const Note &other) const
 
void setNote (const QString &note)
 
QString toString () const
 

Detailed Description

Class that holds a Note for a contact.

Since
5.3

Definition at line 24 of file note.h.

Member Typedef Documentation

◆ List

Definition at line 37 of file note.h.

Constructor & Destructor Documentation

◆ Note() [1/3]

Note::Note ( )

Definition at line 34 of file note.cpp.

◆ Note() [2/3]

Note::Note ( const Note & other)

Definition at line 39 of file note.cpp.

◆ Note() [3/3]

Note::Note ( const QString & note)

Definition at line 44 of file note.cpp.

◆ ~Note()

Note::~Note ( )

Definition at line 50 of file note.cpp.

Member Function Documentation

◆ isValid()

bool Note::isValid ( ) const

Definition at line 64 of file note.cpp.

◆ note()

QString Note::note ( ) const

Definition at line 59 of file note.cpp.

◆ operator!=()

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

Definition at line 84 of file note.cpp.

◆ operator=()

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

Definition at line 89 of file note.cpp.

◆ operator==()

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

Definition at line 79 of file note.cpp.

◆ setNote()

void Note::setNote ( const QString & note)

Definition at line 54 of file note.cpp.

◆ toString()

QString Note::toString ( ) const

Definition at line 98 of file note.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 Tue Mar 26 2024 11:14:08 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.