Akonadi Calendar
fetchjobcalendar.cpp
23 connect(this, &CalendarBasePrivate::fetchFinished, this, &FetchJobCalendarPrivate::slotFetchJobFinished);
59 QMetaObject::invokeMethod(q, "loadFinished", Qt::QueuedConnection, Q_ARG(bool, m_success), Q_ARG(QString, m_errorMessage));
A KCalendarCore::Calendar that uses a one time IncidenceFetchJob to populate itself.
Definition fetchjobcalendar.h:31
FetchJobCalendar(QObject *parent=nullptr)
Creates a new FetchJobCalendar.
Definition fetchjobcalendar.cpp:62
~FetchJobCalendar() override
Destroys this FetchJobCalendar.
void setIsLoading(bool isLoading)
void result(KJob *job)
FreeBusyManager::Singleton.
bool invokeMethod(QObject *context, Functor &&function, FunctorReturnType *ret)
QueuedConnection
QFuture< ArgsType< Signal > > connect(Sender *sender, Signal signal)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:41 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:41 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.