KContacts::Org

Search for usage in LXR

KContacts::Org Class Reference

#include <org.h>

Public Types

typedef QList< OrgList
 

Public Member Functions

 Org (const Org &other)
 
 Org (const QString &org)
 
bool isValid () const
 
bool operator!= (const Org &other) const
 
Orgoperator= (const Org &other)
 
bool operator== (const Org &other) const
 
QString organization () const
 
void setOrganization (const QString &org)
 
QString toString () const
 

Detailed Description

Class that holds a Organization for a contact.

Since
5.3

Definition at line 26 of file org.h.

Member Typedef Documentation

◆ List

Definition at line 40 of file org.h.

Constructor & Destructor Documentation

◆ Org() [1/3]

Org::Org ( )

Definition at line 34 of file org.cpp.

◆ Org() [2/3]

Org::Org ( const Org & other)

Definition at line 39 of file org.cpp.

◆ Org() [3/3]

Org::Org ( const QString & org)

Definition at line 44 of file org.cpp.

◆ ~Org()

Org::~Org ( )

Definition at line 50 of file org.cpp.

Member Function Documentation

◆ isValid()

bool Org::isValid ( ) const

Definition at line 64 of file org.cpp.

◆ operator!=()

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

Definition at line 84 of file org.cpp.

◆ operator=()

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

Definition at line 89 of file org.cpp.

◆ operator==()

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

Definition at line 79 of file org.cpp.

◆ organization()

QString Org::organization ( ) const

Definition at line 59 of file org.cpp.

◆ setOrganization()

void Org::setOrganization ( const QString & org)

Definition at line 54 of file org.cpp.

◆ toString()

QString Org::toString ( ) const

Definition at line 98 of file org.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.