KCal Library
person.cpp
Go to the documentation of this file.
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.
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
Person & operator=(const Person &person)
Sets this person equal to person.
Definition: person.cpp:103
Definition: alarm.h:52
bool isEmpty() const
Returns true if the person name and email address are empty.
Definition: person.cpp:149
This file is part of the KDE documentation.
Documentation copyright © 1996-2018 The KDE developers.
Generated on Thu Feb 8 2018 02:53:26 by doxygen 1.8.14 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2018 The KDE developers.
Generated on Thu Feb 8 2018 02:53:26 by doxygen 1.8.14 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.