Incidenceeditor
incidencewhatwhere.cpp
23 connect(mUi->mSummaryEdit, &QLineEdit::textChanged, this, &IncidenceWhatWhere::checkDirtyStatus);
24 connect(mUi->mLocationEdit, &QLineEdit::textChanged, this, &IncidenceWhatWhere::checkDirtyStatus);
KCal Incidences are complicated objects.
Definition incidenceeditor-ng.h:23
KCalendarCore::IncidenceBase::IncidenceType type() const
Returns the type of the Incidence that is currently loaded.
Definition incidenceeditor.cpp:54
QSharedPointer< IncidenceT > incidence() const
Convenience method to get a pointer for a specific const Incidence Type.
Definition incidenceeditor-ng.h:73
void save(const KCalendarCore::Incidence::Ptr &incidence) override
Store the current values of the editor into.
Definition incidencewhatwhere.cpp:45
bool isDirty() const override
Returns whether or not the current values in the editor differ from the initial values.
Definition incidencewhatwhere.cpp:52
bool isValid() const override
Returns whether or not the content of this editor is valid.
Definition incidencewhatwhere.cpp:68
void load(const KCalendarCore::Incidence::Ptr &incidence) override
Load the values of.
Definition incidencewhatwhere.cpp:27
void focusInvalidField() override
Sets focus on the invalid field.
Definition incidencewhatwhere.cpp:61
TypeJournal
QString i18nc(const char *context, const char *text, const TYPE &arg...)
void textChanged(const QString &text)
void clear()
QFuture< ArgsType< Signal > > connect(Sender *sender, Signal signal)
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.