KCalendarCore

calendar.cpp File Reference
#include "calendar.h"
#include "calendar_p.h"
#include "calfilter.h"
#include "icaltimezones_p.h"
#include "sorting.h"
#include "visitor.h"
#include "kcalendarcore_debug.h"
#include <libical/icaltimezone.h>
#include <algorithm>
#include <set>
#include "moc_calendar.cpp"
Include dependency graph for calendar.cpp:

Go to the source code of this file.

Functions

template<typename K , typename V >
QVector< V > values (const QMultiHash< K, V > &c)
 
template<typename K , typename V >
QVector< V > values (const QMultiHash< K, V > &c, const K &x)
 

Detailed Description

Represents the main calendar class.

This file is part of the API for handling calendar data and defines the Calendar class.

Author
Preston Brown <pbrow.nosp@m.n@kd.nosp@m.e.org>
Cornelius Schumacher <schum.nosp@m.ache.nosp@m.r@kde.nosp@m..org>
Reinhold Kainhofer <reinh.nosp@m.old@.nosp@m.kainh.nosp@m.ofer.nosp@m..com>
David Jarvie <djarv.nosp@m.ie@k.nosp@m.de.or.nosp@m.g>

Definition in file calendar.cpp.

Function Documentation

◆ values()

template<typename K , typename V >
QVector<V> values ( const QMultiHash< K, V > &  c)

Make a QHash::value that returns a QVector.

Definition at line 48 of file calendar.cpp.

This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 03:53:18 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.