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 |
Detailed Description
Class that holds a Calendar Url (FBURL/CALADRURI/CALURI)
- Since
- 4.14.6
Definition at line 26 of file calendarurl.h.
Member Function Documentation
◆ parameters()
QMap< QString, QStringList > CalendarUrl::parameters | ( | ) | const |
- Deprecated:
- Since 5.88 for lack of usage
Definition at line 118 of file calendarurl.cpp.
◆ setParameters()
void CalendarUrl::setParameters | ( | const QMap< QString, QStringList > & | params | ) |
- Deprecated:
- Since 5.88 for lack of usage
Definition at line 111 of file calendarurl.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Dec 1 2023 03:51:56 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Dec 1 2023 03:51:56 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.