Incidenceeditor
incidenceeditor.cpp
IncidenceEditor(QObject *parent=nullptr)
Only subclasses can instantiate IncidenceEditors.
Definition incidenceeditor.cpp:14
QString lastErrorString() const
Returns the last error, which is set in isValid() on error, and cleared on success.
Definition incidenceeditor.cpp:45
virtual bool isValid() const
Returns whether or not the content of this editor is valid.
Definition incidenceeditor.cpp:39
void checkDirtyStatus()
Checks if the dirty status has changed until last check and emits the dirtyStatusChanged signal if ne...
Definition incidenceeditor.cpp:21
KCalendarCore::IncidenceBase::IncidenceType type() const
Returns the type of the Incidence that is currently loaded.
Definition incidenceeditor.cpp:54
virtual void printDebugInfo() const
Re-implement this and print important member values and widget enabled/disabled states that could hav...
Definition incidenceeditor.cpp:63
virtual bool isDirty() const =0
Returns whether or not the current values in the editor differ from the initial values.
void dirtyStatusChanged(bool isDirty)
Signals whether the dirty status of this editor has changed.
virtual void load(const KCalendarCore::Incidence::Ptr &incidence)=0
Load the values of.
virtual void save(const KCalendarCore::Incidence::Ptr &incidence)=0
Store the current values of the editor into.
IncidenceType
TypeUnknown
Q_EMITQ_EMIT
void clear()
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:23 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:23 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.