KContacts::Note
KContacts::Note Class Reference
#include <note.h>
Public Types | |
typedef QVector< Note > | List |
Public Member Functions | |
Note (const Note &other) | |
Note (const QString ¬e) | |
bool | isValid () const |
QString | note () const |
bool | operator!= (const Note &other) const |
Note & | operator= (const Note &other) |
bool | operator== (const Note &other) const |
QMap< QString, QStringList > | parameters () const |
void | setNote (const QString ¬e) |
void | setParameters (const QMap< QString, QStringList > ¶ms) |
QString | toString () const |
Detailed Description
Member Function Documentation
◆ parameters()
QMap< QString, QStringList > Note::parameters | ( | ) | const |
- Deprecated:
- Since 5.88 for lack of usage
◆ setParameters()
void Note::setParameters | ( | const QMap< QString, QStringList > & | params | ) |
- Deprecated:
- Since 5.88 for lack of usage
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
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.