KCalCore Library
person.h File Reference
#include "kcalcore_export.h"
#include <QtCore/QString>
#include <QtCore/QHash>
#include <QtCore/QMetaType>
#include <QtCore/QSharedPointer>
Include dependency graph for person.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | KCalCore::Person |
Namespaces | |
KCalCore | |
Functions | |
KCALCORE_EXPORT QDataStream & | KCalCore::operator<< (QDataStream &stream, const KCalCore::Person::Ptr &person) |
KCALCORE_EXPORT QDataStream & | KCalCore::operator>> (QDataStream &stream, KCalCore::Person::Ptr &person) |
KCALCORE_EXPORT uint | qHash (const KCalCore::Person &key) |
Detailed Description
This file is part of the API for handling calendar data and defines the Person class.
Definition in file person.h.
Function Documentation
KCALCORE_EXPORT uint qHash | ( | const KCalCore::Person & | key | ) |
Return a hash value for a Person argument.
- Parameters
-
key is a Person.
Definition at line 171 of file person.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:36:53 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:36:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.