KCalendarCore
Deprecated List
- Member KCalendarCore::Calendar::addNotebook (const QString ¬ebook, bool isVisible)
- since 5.106
- Member KCalendarCore::Calendar::clearNotebookAssociations ()
- since 5.106
- Member KCalendarCore::Calendar::defaultNotebook () const
- since 5.106
- Member KCalendarCore::Calendar::deleteNotebook (const QString ¬ebook)
- since 5.106
- Member KCalendarCore::Calendar::duplicates (const Incidence::Ptr &incidence)
- since 5.106
- Member KCalendarCore::Calendar::hasValidNotebook (const QString ¬ebook) const
- since 5.106
- Member KCalendarCore::Calendar::incidences (const QString ¬ebook) const
- since 5.106
- Member KCalendarCore::Calendar::isAncestorOf (const Incidence::Ptr &ancestor, const Incidence::Ptr &incidence) const
- since 5.106
- Member KCalendarCore::Calendar::isSaving () const
- since 5.106, non-functional and unused
- Member KCalendarCore::Calendar::isVisible (const QString ¬ebook) const
- since 5.106
- Member KCalendarCore::Calendar::isVisible (const Incidence::Ptr &incidence) const
- since 5.106
- Member KCalendarCore::Calendar::notebook (const Incidence::Ptr &incidence) const
- since 5.106
- Member KCalendarCore::Calendar::notebook (const QString &uid) const
- since 5.106
- Member KCalendarCore::Calendar::notebooks () const
- since 5.106
- Member KCalendarCore::Calendar::rawEventsForDate (const QDateTime &dt) const =0
- since 5.95 use rawEventsForDate(dt.date(), dt.timeZone()) overload instead.
- Member KCalendarCore::Calendar::relations (const QString &uid) const
- since 5.106
- Member KCalendarCore::Calendar::reload ()
- since 5.106, non-functional and unused
- Member KCalendarCore::Calendar::removeRelations (const Incidence::Ptr &incidence)
- since 5.106
- Member KCalendarCore::Calendar::save ()
- since 5.106, non-functional and unused
- Member KCalendarCore::Calendar::setDefaultNotebook (const QString ¬ebook)
- since 5.106
- Member KCalendarCore::Calendar::setNotebook (const Incidence::Ptr &incidence, const QString ¬ebook)
- since 5.106
- Member KCalendarCore::Calendar::setupRelations (const Incidence::Ptr &incidence)
- since 5.106
- Member KCalendarCore::Calendar::sortEvents (const Event::List &eventList, EventSortField sortField, SortDirection sortDirection)
- since 5.95 Use the sortEvents(Event::List &&eventList, EventSortField sortField, SortDirection sortDirection) overload instead. In the common case that you are sorting a list in-place, wrapping the
eventList
argument with std::move will be all that's needed. In the less common case you actually want a copy, create that explicitly first. - Member KCalendarCore::Calendar::sortJournals (const Journal::List &journalList, JournalSortField sortField, SortDirection sortDirection)
- since 5.95 Use the sortJournals(Journal::List &&journalList, JournalSortField sortField, SortDirection sortDirection) overload instead. In the common case that you are sorting a list in-place, wrapping the
journalList
argument with std::move will be all that's needed. In the less common case you actually want a copy, create that explicitly first. - Member KCalendarCore::Calendar::sortTodos (const Todo::List &todoList, TodoSortField sortField, SortDirection sortDirection)
- since 5.95 Use the sortTodos(Todo::List &&todoList, TodoSortField sortField, SortDirection sortDirection) overload instead. In the common case that you are sorting a list in-place, wrapping the
todoList
argument with std::move will be all that's needed. In the less common case you actually want a copy, create that explicitly first. - Member KCalendarCore::Calendar::updateNotebook (const QString ¬ebook, bool isVisible)
- since 5.106
- Member KCalendarCore::CalFormat::CalFormat ()
- since 5.96, unused with the move to hierarchical dptrs.
- Member KCalendarCore::CalFormat::fromString (const Calendar::Ptr &calendar, const QString &string, bool deleted, const QString ¬ebook={})=0
- since 5.97, use fromString(const Calendar::Ptr &calendar, const QString &string, const QString ¬ebook) instead.
- Member KCalendarCore::CalFormat::virtual_hook (int id, void *data)
- since 5.96 unused, hierarchical dptrs provide the same ABI compatible extension vector as this class is not intended to be inherited externally.
- Member KCalendarCore::Incidence::Incidence ()
- Use Incidence(IncidencePrivate *p).
- Member KCalendarCore::Incidence::Incidence (const Incidence &other)
- Use Incidence(const Incidence &other, IncidencePrivate *p).
- Member KCalendarCore::Incidence::setHasGeo (bool hasGeo)
- since 5.89. Use setGeoLatitude() and setGeoLongitude().
- Member KCalendarCore::IncidenceBase::IncidenceBase (const IncidenceBase &ib)
- Use IncidenceBase(const IncidenceBase &ib, IncidenceBasePrivate *p).
- Member KCalendarCore::IncidenceBase::IncidenceBase ()
- Use IncidenceBase(IncidenceBasePrivate *p).
- Member KCalendarCore::Recurrence::operator= (const Recurrence &r)
- Do not use, will be removed in KF6
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Dec 5 2023 03:55:46 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Dec 5 2023 03:55:46 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.