Incidenceeditor
combinedincidenceeditor.h
void save(const KCalendarCore::Incidence::Ptr &incidence) override
Store the current values of the editor into.
Definition combinedincidenceeditor.cpp:127
void load(const KCalendarCore::Incidence::Ptr &incidence) override
Loads all data from.
Definition combinedincidenceeditor.cpp:76
~CombinedIncidenceEditor() override
Deletes this editor as well as all editors which are combined into this one.
Definition combinedincidenceeditor.cpp:21
bool isDirty() const override
Returns whether or not the current values in the editor differ from the initial values or if one of t...
Definition combinedincidenceeditor.cpp:33
CombinedIncidenceEditor(QWidget *parent=nullptr)
public methods
Definition combinedincidenceeditor.cpp:16
bool isValid() const override
Returns whether or not the content of this editor is valid.
Definition combinedincidenceeditor.cpp:38
IncidenceEditor(QObject *parent=nullptr)
Only subclasses can instantiate IncidenceEditors.
Definition incidenceeditor.cpp:14
QSharedPointer< IncidenceT > incidence() const
Convenience method to get a pointer for a specific const Incidence Type.
Definition incidenceeditor-ng.h:73
QSharedPointer< Incidence > Ptr
MessageType
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:54:48 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:54:48 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.