KContacts::Title

Search for usage in LXR

KContacts::Title Class Reference

#include <title.h>

Public Types

typedef QList< TitleList
 

Public Member Functions

 Title (const QString &title)
 
 Title (const Title &other)
 
bool isValid () const
 
bool operator!= (const Title &other) const
 
Titleoperator= (const Title &other)
 
bool operator== (const Title &other) const
 
void setTitle (const QString &title)
 
QString title () const
 
QString toString () const
 

Detailed Description

Class that holds a Title for a contact.

Since
5.3

Definition at line 26 of file title.h.

Member Typedef Documentation

◆ List

Definition at line 40 of file title.h.

Constructor & Destructor Documentation

◆ Title() [1/3]

Title::Title ( )

Definition at line 34 of file title.cpp.

◆ Title() [2/3]

Title::Title ( const Title & other)

Definition at line 39 of file title.cpp.

◆ Title() [3/3]

Title::Title ( const QString & title)

Definition at line 44 of file title.cpp.

◆ ~Title()

Title::~Title ( )

Definition at line 50 of file title.cpp.

Member Function Documentation

◆ isValid()

bool Title::isValid ( ) const

Definition at line 64 of file title.cpp.

◆ operator!=()

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

Definition at line 84 of file title.cpp.

◆ operator=()

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

Definition at line 89 of file title.cpp.

◆ operator==()

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

Definition at line 79 of file title.cpp.

◆ setTitle()

void Title::setTitle ( const QString & title)

Definition at line 54 of file title.cpp.

◆ title()

QString Title::title ( ) const

Definition at line 59 of file title.cpp.

◆ toString()

QString Title::toString ( ) const

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