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 <QTimeZone>
#include <icaltimezone.h>
#include <algorithm>
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
This file is part of the API for handling calendar data and defines the Calendar class.
Represents the main calendar class.
Definition in file calendar.cpp.
Function Documentation
template<typename K , typename V >
QVector<V> values | ( | const QMultiHash< K, V > & | c | ) |
Make a QHash::value that returns a QVector.
Definition at line 47 of file calendar.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 19 2021 22:53:13 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 19 2021 22:53:13 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.