KContacts::CalendarUrl
#include <calendarurl.h>
Public Types | |
enum | CalendarType { Unknown = 0 , FBUrl , CALUri , CALADRUri , EndCalendarType } |
typedef QList< 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 |
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)
- See also
- RFC 6350 Section 6.9 (https://datatracker.ietf.org/doc/html/rfc6350#section-6.9)
- Since
- 4.14.6
Definition at line 29 of file calendarurl.h.
Member Typedef Documentation
◆ List
Definition at line 51 of file calendarurl.h.
Member Enumeration Documentation
◆ CalendarType
Definition at line 37 of file calendarurl.h.
Constructor & Destructor Documentation
◆ CalendarUrl() [1/3]
CalendarUrl::CalendarUrl | ( | ) |
Definition at line 60 of file calendarurl.cpp.
◆ CalendarUrl() [2/3]
CalendarUrl::CalendarUrl | ( | CalendarUrl::CalendarType | type | ) |
Definition at line 66 of file calendarurl.cpp.
◆ CalendarUrl() [3/3]
CalendarUrl::CalendarUrl | ( | const CalendarUrl & | other | ) |
Definition at line 72 of file calendarurl.cpp.
◆ ~CalendarUrl()
CalendarUrl::~CalendarUrl | ( | ) |
Definition at line 77 of file calendarurl.cpp.
Member Function Documentation
◆ isValid()
bool CalendarUrl::isValid | ( | ) | const |
Definition at line 120 of file calendarurl.cpp.
◆ operator!=()
bool CalendarUrl::operator!= | ( | const CalendarUrl & | other | ) | const |
Definition at line 86 of file calendarurl.cpp.
◆ operator=()
CalendarUrl & CalendarUrl::operator= | ( | const CalendarUrl & | other | ) |
Definition at line 91 of file calendarurl.cpp.
◆ operator==()
bool CalendarUrl::operator== | ( | const CalendarUrl & | other | ) | const |
Definition at line 81 of file calendarurl.cpp.
◆ setType()
void CalendarUrl::setType | ( | CalendarUrl::CalendarType | type | ) |
Definition at line 125 of file calendarurl.cpp.
◆ setUrl()
void CalendarUrl::setUrl | ( | const QUrl & | url | ) |
Definition at line 135 of file calendarurl.cpp.
◆ toString()
QString CalendarUrl::toString | ( | ) | const |
Definition at line 100 of file calendarurl.cpp.
◆ type()
CalendarUrl::CalendarType CalendarUrl::type | ( | ) | const |
Definition at line 130 of file calendarurl.cpp.
◆ url()
QUrl CalendarUrl::url | ( | ) | const |
Definition at line 140 of file calendarurl.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:10 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.