KContacts::Note

Search for usage in LXR

KContacts::Note Class Reference

#include <note.h>

Public Types

typedef QVector< 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
 
QMap< QString, QStringListparameters () const
 
void setNote (const QString &note)
 
void setParameters (const QMap< QString, QStringList > &params)
 
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 Function Documentation

◆ parameters()

QMap< QString, QStringList > Note::parameters ( ) const
Deprecated:
Since 5.88 for lack of usage

Definition at line 77 of file note.cpp.

◆ setParameters()

void Note::setParameters ( const QMap< QString, QStringList > &  params)
Deprecated:
Since 5.88 for lack of usage

Definition at line 70 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-2023 The KDE developers.
Generated on Mon Dec 11 2023 03:48:48 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.