Incidenceeditor
incidencedescription.h
The IncidenceDescriptionEditor keeps track of the following Incidence parts:
Definition incidencedescription.h:28
bool isDirty() const override
Returns whether or not the current values in the editor differ from the initial values.
Definition incidencedescription.cpp:79
void save(const KCalendarCore::Incidence::Ptr &incidence) override
Store the current values of the editor into.
Definition incidencedescription.cpp:70
void load(const KCalendarCore::Incidence::Ptr &incidence) override
Load the values of.
Definition incidencedescription.cpp:47
void printDebugInfo() const override
Re-implement this and print important member values and widget enabled/disabled states that could hav...
Definition incidencedescription.cpp:171
KCal Incidences are complicated objects.
Definition incidenceeditor-ng.h:23
virtual void load(const KCalendarCore::Incidence::Ptr &incidence)=0
Load the values of.
QSharedPointer< IncidenceT > incidence() const
Convenience method to get a pointer for a specific const Incidence Type.
Definition incidenceeditor-ng.h:73
virtual void save(const KCalendarCore::Incidence::Ptr &incidence)=0
Store the current values of the editor into.
Q_OBJECTQ_OBJECT
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:03:25 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:03:25 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.