IncidenceEditorNG::EditorConfig
#include <editorconfig.h>
Public Member Functions | |
virtual QStringList | allEmails () const |
virtual QList< Organizer > | allOrganizers () 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 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 32 of file editorconfig.h.
Constructor & Destructor Documentation
◆ EditorConfig()
EditorConfig::EditorConfig | ( | ) |
Definition at line 29 of file editorconfig.cpp.
Member Function Documentation
◆ allEmails()
|
nodiscardvirtual |
Returns all email addresses for the user.
Reimplemented in IncidenceEditorNG::KOrganizerEditorConfig.
Definition at line 77 of file editorconfig.cpp.
◆ allOrganizers()
|
nodiscardvirtual |
Returns all email addresses together with the full username for the user.
Reimplemented in IncidenceEditorNG::KOrganizerEditorConfig.
Definition at line 91 of file editorconfig.cpp.
◆ audioFilePath()
|
inlinenodiscardvirtual |
Definition at line 83 of file editorconfig.h.
◆ defaultAudioFileReminders()
|
inlinenodiscardvirtual |
Definition at line 78 of file editorconfig.h.
◆ defaultDuration()
|
inlinenodiscardvirtual |
Definition at line 68 of file editorconfig.h.
◆ defaultEventReminders()
|
inlinenodiscardvirtual |
Definition at line 103 of file editorconfig.h.
◆ defaultTodoReminders()
|
inlinenodiscardvirtual |
Definition at line 98 of file editorconfig.h.
◆ email()
|
nodiscardvirtual |
Return the own mail address.
Reimplemented in IncidenceEditorNG::KOrganizerEditorConfig.
Definition at line 61 of file editorconfig.cpp.
◆ fullName()
|
nodiscardvirtual |
Return the own full name.
Reimplemented in IncidenceEditorNG::KOrganizerEditorConfig.
Definition at line 53 of file editorconfig.cpp.
◆ instance()
|
static |
Definition at line 36 of file editorconfig.cpp.
◆ reminderTime()
|
inlinenodiscardvirtual |
Definition at line 88 of file editorconfig.h.
◆ reminderTimeUnits()
|
inlinenodiscardvirtual |
Definition at line 93 of file editorconfig.h.
◆ setEditorConfig()
|
static |
Definition at line 46 of file editorconfig.cpp.
◆ showTimeZoneSelectorInIncidenceEditor()
|
nodiscardvirtual |
Show timezone selectors in the event and todo editor dialog.
Reimplemented in IncidenceEditorNG::KOrganizerEditorConfig.
Definition at line 99 of file editorconfig.cpp.
◆ startTime()
|
inlinenodiscardvirtual |
Definition at line 73 of file editorconfig.h.
◆ templates()
|
nodiscardvirtual |
Definition at line 107 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-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.