|
| FetchJobCalendar (QObject *parent=nullptr) |
|
| ~FetchJobCalendar () override |
|
| CalendarBase (QObject *parent=nullptr) |
|
| ~CalendarBase () override |
|
bool | addEvent (const KCalendarCore::Event::Ptr &event) override |
|
bool | addIncidence (const KCalendarCore::Incidence::Ptr &incidence) override |
|
bool | addJournal (const KCalendarCore::Journal::Ptr &journal) override |
|
bool | addTodo (const KCalendarCore::Todo::Ptr &todo) override |
|
KCalendarCore::Incidence::List | childIncidences (const QString &parentUid) const |
|
KCalendarCore::Incidence::List | childIncidences (Item::Id parentId) const |
|
Akonadi::Item::List | childItems (const QString &parentUid) const |
|
Akonadi::Item::List | childItems (Item::Id parentId) const |
|
bool | deleteEvent (const KCalendarCore::Event::Ptr &event) override |
|
bool | deleteIncidence (const KCalendarCore::Incidence::Ptr &incidence) override |
|
bool | deleteJournal (const KCalendarCore::Journal::Ptr &journal) override |
|
bool | deleteTodo (const KCalendarCore::Todo::Ptr &todo) override |
|
void | endBatchAdding () override |
|
Akonadi::IncidenceChanger * | incidenceChanger () const |
|
Akonadi::Item | item (Akonadi::Item::Id) const |
|
Akonadi::Item | item (const KCalendarCore::Incidence::Ptr &incidence) const |
|
Akonadi::Item | item (const QString &uid) const |
|
Akonadi::Item::List | itemList (const KCalendarCore::Incidence::List &incidenceList) const |
|
Akonadi::Item::List | items (Akonadi::Collection::Id=-1) const |
|
bool | modifyIncidence (const KCalendarCore::Incidence::Ptr &newIncidence) |
|
void | startBatchAdding () override |
|
| MemoryCalendar (const QByteArray &timeZoneId) |
|
| MemoryCalendar (const QTimeZone &timeZone) |
|
bool | addEvent (const Event::Ptr &event) override |
|
bool | addIncidence (const Incidence::Ptr &incidence) override |
|
bool | addJournal (const Journal::Ptr &journal) override |
|
bool | addTodo (const Todo::Ptr &todo) override |
|
Alarm::List | alarms (const QDateTime &from, const QDateTime &to, bool excludeBlockedAlarms=false) const override |
|
bool | deleteEvent (const Event::Ptr &event) override |
|
bool | deleteEventInstances (const Event::Ptr &event) override |
|
bool | deleteIncidence (const Incidence::Ptr &incidence) override |
|
bool | deleteIncidenceInstances (const Incidence::Ptr &incidence) override |
|
bool | deleteJournal (const Journal::Ptr &journal) override |
|
bool | deleteJournalInstances (const Journal::Ptr &journal) override |
|
bool | deleteTodo (const Todo::Ptr &todo) override |
|
bool | deleteTodoInstances (const Todo::Ptr &todo) override |
|
void | doSetTimeZone (const QTimeZone &timeZone) override |
|
Event::Ptr | event (const QString &uid, const QDateTime &recurrenceId={}) const override |
|
Event::List | eventInstances (const Incidence::Ptr &event, EventSortField sortField=EventSortUnsorted, SortDirection sortDirection=SortDirectionAscending) const override |
|
void | incidenceUpdate (const QString &uid, const QDateTime &recurrenceId) override |
|
void | incidenceUpdated (const QString &uid, const QDateTime &recurrenceId) override |
|
Incidence::Ptr | instance (const QString &identifier) const |
|
Journal::Ptr | journal (const QString &uid, const QDateTime &recurrenceId={}) const override |
|
Journal::List | journalInstances (const Incidence::Ptr &journal, JournalSortField sortField=JournalSortUnsorted, SortDirection sortDirection=SortDirectionAscending) const override |
|
Event::List | rawEvents (const QDate &start, const QDate &end, const QTimeZone &timeZone={}, bool inclusive=false) const override |
|
Event::List | rawEvents (EventSortField sortField=EventSortUnsorted, SortDirection sortDirection=SortDirectionAscending) const override |
|
Event::List | rawEventsForDate (const QDate &date, const QTimeZone &timeZone={}, EventSortField sortField=EventSortUnsorted, SortDirection sortDirection=SortDirectionAscending) const override |
|
Journal::List | rawJournals (JournalSortField sortField=JournalSortUnsorted, SortDirection sortDirection=SortDirectionAscending) const override |
|
Journal::List | rawJournalsForDate (const QDate &date) const override |
|
Todo::List | rawTodos (const QDate &start, const QDate &end, const QTimeZone &timeZone={}, bool inclusive=false) const override |
|
Todo::List | rawTodos (TodoSortField sortField=TodoSortUnsorted, SortDirection sortDirection=SortDirectionAscending) const override |
|
Todo::List | rawTodosForDate (const QDate &date) const override |
|
void | setUpdateLastModifiedOnChange (bool update) |
|
Todo::Ptr | todo (const QString &uid, const QDateTime &recurrenceId={}) const override |
|
Todo::List | todoInstances (const Incidence::Ptr &todo, TodoSortField sortField=TodoSortUnsorted, SortDirection sortDirection=SortDirectionAscending) const override |
|
bool | updateLastModifiedOnChange () const |
|
| Calendar (const QByteArray &timeZoneId) |
|
| Calendar (const QTimeZone &timeZone) |
|
AccessMode | accessMode () const |
|
Alarm::List | alarmsTo (const QDateTime &to) const |
|
bool | batchAdding () const |
|
virtual bool | beginChange (const Incidence::Ptr &incidence) |
|
QStringList | categories () const |
|
virtual bool | endChange (const Incidence::Ptr &incidence) |
|
Event::List | events (const QDate &date, const QTimeZone &timeZone={}, EventSortField sortField=EventSortUnsorted, SortDirection sortDirection=SortDirectionAscending) const |
|
Event::List | events (const QDate &start, const QDate &end, const QTimeZone &timeZone={}, bool inclusive=false) const |
|
Event::List | events (const QDateTime &dt) const |
|
virtual Event::List | events (EventSortField sortField=EventSortUnsorted, SortDirection sortDirection=SortDirectionAscending) const |
|
CalFilter * | filter () const |
|
QIcon | icon () const |
|
QString | id () const |
|
Incidence::Ptr | incidence (const QString &uid, const QDateTime &recurrenceId={}) const |
|
virtual Incidence::Ptr | incidenceFromSchedulingID (const QString &sid) const |
|
virtual Incidence::List | incidences () const |
|
virtual Incidence::List | incidences (const QDate &date) const |
|
virtual Incidence::List | incidencesFromSchedulingID (const QString &sid) const |
|
virtual Incidence::List | instances (const Incidence::Ptr &incidence) const |
|
bool | isLoading () const |
|
bool | isModified () const |
|
virtual Journal::List | journals (const QDate &date) const |
|
virtual Journal::List | journals (JournalSortField sortField=JournalSortUnsorted, SortDirection sortDirection=SortDirectionAscending) const |
|
QString | name () const |
|
Person | owner () const |
|
QString | productId () const |
|
virtual Incidence::List | rawIncidences () const |
|
void | registerObserver (CalendarObserver *observer) |
|
void | setAccessMode (const AccessMode mode) |
|
void | setFilter (CalFilter *filter) |
|
void | setIcon (const QIcon &icon) |
|
void | setId (const QString &id) |
|
void | setModified (bool modified) |
|
void | setName (const QString &name) |
|
void | setOwner (const Person &owner) |
|
void | setProductId (const QString &id) |
|
void | setTimeZone (const QTimeZone &timeZone) |
|
void | setTimeZoneId (const QByteArray &timeZoneId) |
|
void | shiftTimes (const QTimeZone &oldZone, const QTimeZone &newZone) |
|
QTimeZone | timeZone () const |
|
QByteArray | timeZoneId () const |
|
virtual Todo::List | todos (const QDate &date) const |
|
virtual Todo::List | todos (const QDate &start, const QDate &end, const QTimeZone &timeZone={}, bool inclusive=false) const |
|
virtual Todo::List | todos (TodoSortField sortField=TodoSortUnsorted, SortDirection sortDirection=SortDirectionAscending) const |
|
void | unregisterObserver (CalendarObserver *observer) |
|
| QObject (QObject *parent) |
|
QBindable< QString > | bindableObjectName () |
|
bool | blockSignals (bool block) |
|
const QObjectList & | children () const const |
|
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const |
|
void | deleteLater () |
|
void | destroyed (QObject *obj) |
|
bool | disconnect (const char *signal, const QObject *receiver, const char *method) const const |
|
bool | disconnect (const QObject *receiver, const char *method) const const |
|
void | dumpObjectInfo () const const |
|
void | dumpObjectTree () const const |
|
QList< QByteArray > | dynamicPropertyNames () const const |
|
virtual bool | event (QEvent *e) |
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
|
T | findChild (const QString &name, Qt::FindChildOptions options) const const |
|
QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const const |
|
QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const const |
|
QList< T > | findChildren (Qt::FindChildOptions options) const const |
|
bool | inherits (const char *className) const const |
|
void | installEventFilter (QObject *filterObj) |
|
bool | isQuickItemType () const const |
|
bool | isWidgetType () const const |
|
bool | isWindowType () const const |
|
void | killTimer (int id) |
|
virtual const QMetaObject * | metaObject () const const |
|
void | moveToThread (QThread *targetThread) |
|
QString | objectName () const const |
|
void | objectNameChanged (const QString &objectName) |
|
QObject * | parent () const const |
|
QVariant | property (const char *name) const const |
|
| Q_CLASSINFO (Name, Value) |
|
| Q_EMIT Q_EMIT |
|
| Q_ENUM (...) |
|
| Q_ENUM_NS (...) |
|
| Q_ENUMS (...) |
|
| Q_FLAG (...) |
|
| Q_FLAG_NS (...) |
|
| Q_FLAGS (...) |
|
| Q_GADGET Q_GADGET |
|
| Q_GADGET_EXPORT (EXPORT_MACRO) |
|
| Q_INTERFACES (...) |
|
| Q_INVOKABLE Q_INVOKABLE |
|
| Q_MOC_INCLUDE Q_MOC_INCLUDE |
|
| Q_NAMESPACE Q_NAMESPACE |
|
| Q_NAMESPACE_EXPORT (EXPORT_MACRO) |
|
| Q_OBJECT Q_OBJECT |
|
| Q_PROPERTY (...) |
|
| Q_REVISION Q_REVISION |
|
| Q_SET_OBJECT_NAME (Object) |
|
| Q_SIGNAL Q_SIGNAL |
|
| Q_SIGNALS Q_SIGNALS |
|
| Q_SLOT Q_SLOT |
|
| Q_SLOTS Q_SLOTS |
|
T | qobject_cast (const QObject *object) |
|
T | qobject_cast (QObject *object) |
|
| QT_NO_NARROWING_CONVERSIONS_IN_CONNECT QT_NO_NARROWING_CONVERSIONS_IN_CONNECT |
|
void | removeEventFilter (QObject *obj) |
|
void | setObjectName (const QString &name) |
|
void | setObjectName (QAnyStringView name) |
|
void | setParent (QObject *parent) |
|
bool | setProperty (const char *name, const QVariant &value) |
|
bool | setProperty (const char *name, QVariant &&value) |
|
bool | signalsBlocked () const const |
|
int | startTimer (int interval, Qt::TimerType timerType) |
|
int | startTimer (std::chrono::milliseconds interval, Qt::TimerType timerType) |
|
QThread * | thread () const const |
|
| CustomProperties (const CustomProperties &other) |
|
QMap< QByteArray, QString > | customProperties () const |
|
QString | customProperty (const QByteArray &app, const QByteArray &key) const |
|
QString | nonKDECustomProperty (const QByteArray &name) const |
|
QString | nonKDECustomPropertyParameters (const QByteArray &name) const |
|
CustomProperties & | operator= (const CustomProperties &other) |
|
bool | operator== (const CustomProperties &properties) const |
|
void | removeCustomProperty (const QByteArray &app, const QByteArray &key) |
|
void | removeNonKDECustomProperty (const QByteArray &name) |
|
void | setCustomProperties (const QMap< QByteArray, QString > &properties) |
|
void | setCustomProperty (const QByteArray &app, const QByteArray &key, const QString &value) |
|
void | setNonKDECustomProperty (const QByteArray &name, const QString &value, const QString ¶meters=QString()) |
|
|
| objectName |
|
static Incidence::Ptr | createException (const Incidence::Ptr &incidence, const QDateTime &recurrenceId, bool thisAndFuture=false) |
|
static Incidence::List | mergeIncidenceList (const Event::List &events, const Todo::List &todos, const Journal::List &journals) |
|
static Event::List | sortEvents (Event::List &&eventList, EventSortField sortField, SortDirection sortDirection) |
|
static Journal::List | sortJournals (Journal::List &&journalList, JournalSortField sortField, SortDirection sortDirection) |
|
static Todo::List | sortTodos (Todo::List &&todoList, TodoSortField sortField, SortDirection sortDirection) |
|
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, Functor functor) |
|
bool | disconnect (const QMetaObject::Connection &connection) |
|
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
|
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
|
bool | disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) |
|
QString | tr (const char *sourceText, const char *disambiguation, int n) |
|
static QByteArray | customPropertyName (const QByteArray &app, const QByteArray &key) |
|
| CalendarBase (CalendarBasePrivate *const d, QObject *parent) |
|
void | virtual_hook (int id, void *data) override |
|
void | appendAlarms (Alarm::List &alarms, const Incidence::Ptr &incidence, const QDateTime &from, const QDateTime &to) const |
|
void | appendRecurringAlarms (Alarm::List &alarms, const Incidence::Ptr &incidence, const QDateTime &from, const QDateTime &to) const |
|
void | customPropertyUpdated () override |
|
void | notifyIncidenceAboutToBeDeleted (const Incidence::Ptr &incidence) |
|
void | notifyIncidenceAdded (const Incidence::Ptr &incidence) |
|
void | notifyIncidenceAdditionCanceled (const Incidence::Ptr &incidence) |
|
void | notifyIncidenceChanged (const Incidence::Ptr &incidence) |
|
void | notifyIncidenceDeleted (const Incidence::Ptr &incidence) |
|
void | setIsLoading (bool isLoading) |
|
void | setObserversEnabled (bool enabled) |
|
virtual void | childEvent (QChildEvent *event) |
|
virtual void | connectNotify (const QMetaMethod &signal) |
|
virtual void | customEvent (QEvent *event) |
|
virtual void | disconnectNotify (const QMetaMethod &signal) |
|
bool | isSignalConnected (const QMetaMethod &signal) const const |
|
int | receivers (const char *signal) const const |
|
QObject * | sender () const const |
|
int | senderSignalIndex () const const |
|
virtual void | timerEvent (QTimerEvent *event) |
|
virtual void | customPropertyUpdate () |
|
std::unique_ptr< CalendarBasePrivate > const | d_ptr |
|
A KCalendarCore::Calendar that uses a one time IncidenceFetchJob to populate itself.
If you want a persistent calendar ( which monitors Akonadi for changes ) use an ETMCalendar.
- See also
- ETMCalendar
-
CalendarBase
- Author
- Sérgio Martins sergi.nosp@m.o.ma.nosp@m.rtins.nosp@m.@kda.nosp@m.b.com
- Since
- 4.11
Definition at line 30 of file fetchjobcalendar.h.