KContacts::CalendarUrl
KContacts::CalendarUrl Class Reference
#include <calendarurl.h>
Public Types | |
enum | CalendarType { Unknown = 0, FBUrl, CALUri, CALADRUri, EndCalendarType } |
typedef QVector< CalendarUrl > | List |
Public Member Functions | |
CalendarUrl (CalendarUrl::CalendarType type) | |
CalendarUrl (const CalendarUrl &other) | |
bool | isValid () const |
bool | operator!= (const CalendarUrl &other) const |
CalendarUrl & | operator= (const CalendarUrl &other) |
bool | operator== (const CalendarUrl &other) const |
QMap< QString, QStringList > | parameters () const |
void | setParameters (const QMap< QString, QStringList > ¶ms) |
void | setType (CalendarUrl::CalendarType type) |
void | setUrl (const QUrl &url) |
QString | toString () const |
CalendarUrl::CalendarType | type () const |
QUrl | url () const |
Friends | |
KCONTACTS_EXPORT QDataStream & | operator<< (QDataStream &, const CalendarUrl &) |
KCONTACTS_EXPORT QDataStream & | operator>> (QDataStream &, CalendarUrl &) |
Detailed Description
Class that holds a Calendar Url (FBURL/CALADRURI/CALURI)
- Since
- 4.14.6
Definition at line 21 of file calendarurl.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Mar 4 2021 22:56:03 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Mar 4 2021 22:56:03 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.