IncidenceEditorNG::EditorConfig
#include <editorconfig.h>

Public Member Functions | |
virtual QStringList | activeDesignerFields () const |
virtual QStringList | allEmails () const |
virtual QUrl | audioFilePath () const |
virtual KConfigSkeleton * | config () const =0 |
virtual bool | defaultAudioFileReminders () const |
virtual QDateTime | defaultDuration () const |
virtual bool | defaultEventReminders () const |
virtual bool | defaultTodoReminders () const |
virtual QString | email () const |
virtual QStringList | fullEmails () const |
virtual QString | fullName () const |
virtual int | reminderTime () const |
virtual int | reminderTimeUnits () const |
virtual bool | showTimeZoneSelectorInIncidenceEditor () const |
virtual QDateTime | startTime () const |
virtual QStringList & | templates (KCalendarCore::IncidenceBase::IncidenceType type) |
virtual bool | thatIsMe (const QString &email) const |
Static Public Member Functions | |
static EditorConfig * | instance () |
static void | setEditorConfig (EditorConfig *) |
Detailed Description
Configuration details.
An application can inherit from this class to provide application specific configurations to the editor.
Definition at line 31 of file editorconfig.h.
Member Function Documentation
◆ allEmails()
|
virtual |
Returns all email addresses for the user.
Reimplemented in IncidenceEditorNG::KOrganizerEditorConfig.
Definition at line 77 of file editorconfig.cpp.
◆ email()
|
virtual |
Return the own mail address.
Reimplemented in IncidenceEditorNG::KOrganizerEditorConfig.
Definition at line 61 of file editorconfig.cpp.
◆ fullEmails()
|
virtual |
Returns all email addresses together with the full username for the user.
Reimplemented in IncidenceEditorNG::KOrganizerEditorConfig.
Definition at line 91 of file editorconfig.cpp.
◆ fullName()
|
virtual |
Return the own full name.
Reimplemented in IncidenceEditorNG::KOrganizerEditorConfig.
Definition at line 53 of file editorconfig.cpp.
◆ showTimeZoneSelectorInIncidenceEditor()
|
virtual |
Show timezone selectors in the event and todo editor dialog.
Reimplemented in IncidenceEditorNG::KOrganizerEditorConfig.
Definition at line 99 of file editorconfig.cpp.
◆ thatIsMe()
|
virtual |
Return true if the given email belongs to the user.
Reimplemented in IncidenceEditorNG::KOrganizerEditorConfig.
Definition at line 69 of file editorconfig.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2022 The KDE developers.
Generated on Wed Aug 10 2022 04:06:58 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.