korganizer
Go to the documentation of this file.
32 #include <calendarviews/agenda/calendardecoration.h>
36 namespace KPIMIdentities {
37 class IdentityManager;
47 KService::List availablePlugins();
48 KService::List availableCalendarDecorations();
49 KService::List availableParts();
51 CalendarSupport::Plugin *loadPlugin( KService::Ptr service );
52 CalendarSupport::Plugin *loadPlugin(
const QString & );
54 EventViews::CalendarDecoration::Decoration *loadCalendarDecoration( KService::Ptr service );
55 EventViews::CalendarDecoration::Decoration *loadCalendarDecoration(
const QString & );
60 EventViews::CalendarDecoration::Decoration::List loadCalendarDecorations();
63 void addXMLGUIClient(
QWidget *, KXMLGUIClient *guiclient );
64 void removeXMLGUIClient(
QWidget * );
65 KXMLGUIClient *xmlguiClient(
QWidget * )
const;
86 KPIMIdentities::IdentityManager *identityManager();
90 KService::List availablePlugins(
const QString &type,
int pluginInterfaceVersion = -1 );
95 EventViews::CalendarDecoration::Decoration::List mCalendarDecorations;
96 bool mCalendarDecorationsLoaded;
100 KPIMIdentities::IdentityManager *mIdentityManager;
interface for korganizer main window
#define KORGANIZER_CORE_EXPORT
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:59 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.