KContacts::Related
KContacts::Related Class Reference
#include <related.h>
Public Types | |
typedef QList< Related > | List |
Public Member Functions | |
Related (const QString &related) | |
Related (const Related &other) | |
bool | isValid () const |
bool | operator!= (const Related &other) const |
Related & | operator= (const Related &other) |
bool | operator== (const Related &other) const |
QString | related () const |
void | setRelated (const QString &relatedTo) |
QString | toString () const |
Detailed Description
Member Typedef Documentation
◆ List
Constructor & Destructor Documentation
◆ Related() [1/3]
Related::Related | ( | ) |
Definition at line 34 of file related.cpp.
◆ Related() [2/3]
Related::Related | ( | const Related & | other | ) |
Definition at line 39 of file related.cpp.
◆ Related() [3/3]
Related::Related | ( | const QString & | related | ) |
Definition at line 44 of file related.cpp.
◆ ~Related()
Related::~Related | ( | ) |
Definition at line 50 of file related.cpp.
Member Function Documentation
◆ isValid()
bool Related::isValid | ( | ) | const |
Definition at line 64 of file related.cpp.
◆ operator!=()
bool Related::operator!= | ( | const Related & | other | ) | const |
Definition at line 84 of file related.cpp.
◆ operator=()
Definition at line 89 of file related.cpp.
◆ operator==()
bool Related::operator== | ( | const Related & | other | ) | const |
Definition at line 79 of file related.cpp.
◆ related()
QString Related::related | ( | ) | const |
Definition at line 59 of file related.cpp.
◆ setRelated()
void Related::setRelated | ( | const QString & | relatedTo | ) |
Definition at line 54 of file related.cpp.
◆ toString()
QString Related::toString | ( | ) | const |
Definition at line 98 of file related.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 Mon Nov 18 2024 12:09:10 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:10 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.