KContacts::Related

Search for usage in LXR

KContacts::Related Class Reference

#include <related.h>

Public Types

typedef QList< RelatedList
 

Public Member Functions

 Related (const QString &related)
 
 Related (const Related &other)
 
bool isValid () const
 
bool operator!= (const Related &other) const
 
Relatedoperator= (const Related &other)
 
bool operator== (const Related &other) const
 
QString related () const
 
void setRelated (const QString &relatedTo)
 
QString toString () const
 

Detailed Description

Describes a relationship of an Addressee.

Definition at line 24 of file related.h.

Member Typedef Documentation

◆ List

Definition at line 38 of file related.h.

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=()

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

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 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.