Incidenceeditor
combinedincidenceeditor.cpp
30 connect(other, &IncidenceEditor::dirtyStatusChanged, this, &CombinedIncidenceEditor::handleDirtyStatusChange);
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
KCal Incidences are complicated objects.
Definition incidenceeditor-ng.h:23
void dirtyStatusChanged(bool isDirty)
Signals whether the dirty status of this editor has changed.
QSharedPointer< IncidenceT > incidence() const
Convenience method to get a pointer for a specific const Incidence Type.
Definition incidenceeditor-ng.h:73
Warning
Q_EMITQ_EMIT
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
bool isEmpty() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:22 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:22 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.