KCal Library
person.cpp
Go to the documentation of this file.
int indexOf(QChar ch, int from, Qt::CaseSensitivity cs) const
QString & append(QChar ch)
QString & prepend(QChar ch)
static Person fromFullName(const QString &fullName)
Constructs a person with name and email address taken from fullName.
Definition: person.cpp:68
This file is part of the API for handling calendar data and defines the Person class.
bool isEmpty() const
Returns true if the person name and email address are empty.
Definition: person.cpp:149
void setEmail(const QString &email)
Sets the email address for this person to email.
Definition: person.cpp:159
bool operator==(const Person &person)
Compares this with person for equality.
Definition: person.cpp:95
bool startsWith(const QString &s, Qt::CaseSensitivity cs) const
Person & operator=(const Person &person)
Sets this person equal to person.
Definition: person.cpp:103
QString mid(int position, int n) const
int length() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:30 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:30 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.