korganizer
#include <kocore.h>
Public Member Functions | |
~KOCore () | |
void | addXMLGUIClient (QWidget *, KXMLGUIClient *guiclient) |
KService::List | availableCalendarDecorations () |
KService::List | availableParts () |
KService::List | availablePlugins () |
KPIMIdentities::IdentityManager * | identityManager () |
EventViews::CalendarDecoration::Decoration * | loadCalendarDecoration (KService::Ptr service) |
EventViews::CalendarDecoration::Decoration * | loadCalendarDecoration (const QString &) |
EventViews::CalendarDecoration::Decoration::List | loadCalendarDecorations () |
KOrg::Part * | loadPart (KService::Ptr, KOrg::MainWindow *parent) |
KOrg::Part * | loadPart (const QString &, KOrg::MainWindow *parent) |
KOrg::Part::List | loadParts (KOrg::MainWindow *parent) |
CalendarSupport::Plugin * | loadPlugin (KService::Ptr service) |
CalendarSupport::Plugin * | loadPlugin (const QString &) |
KOrg::Part::List | reloadParts (KOrg::MainWindow *parent, KOrg::Part::List &parts) |
void | reloadPlugins () |
void | removeXMLGUIClient (QWidget *) |
void | unloadParts (KOrg::MainWindow *parent, KOrg::Part::List &parts) |
void | unloadPlugins () |
KXMLGUIClient * | xmlguiClient (QWidget *) const |
Static Public Member Functions | |
static KOCore * | self () |
Protected Member Functions | |
KOCore () | |
KService::List | availablePlugins (const QString &type, int pluginInterfaceVersion=-1) |
Detailed Description
Constructor & Destructor Documentation
KOCore::~KOCore | ( | ) |
Definition at line 51 of file kocore.cpp.
|
protected |
Definition at line 46 of file kocore.cpp.
Member Function Documentation
void KOCore::addXMLGUIClient | ( | QWidget * | wdg, |
KXMLGUIClient * | guiclient | ||
) |
Definition at line 183 of file kocore.cpp.
KService::List KOCore::availableCalendarDecorations | ( | ) |
Definition at line 73 of file kocore.cpp.
KService::List KOCore::availableParts | ( | ) |
Definition at line 79 of file kocore.cpp.
KService::List KOCore::availablePlugins | ( | ) |
Definition at line 67 of file kocore.cpp.
|
protected |
Definition at line 56 of file kocore.cpp.
KPIMIdentities::IdentityManager * KOCore::identityManager | ( | ) |
Definition at line 304 of file kocore.cpp.
EventViews::CalendarDecoration::Decoration * KOCore::loadCalendarDecoration | ( | KService::Ptr | service | ) |
Definition at line 123 of file kocore.cpp.
EventViews::CalendarDecoration::Decoration * KOCore::loadCalendarDecoration | ( | const QString & | name | ) |
Definition at line 144 of file kocore.cpp.
EventViews::CalendarDecoration::Decoration::List KOCore::loadCalendarDecorations | ( | ) |
Definition at line 220 of file kocore.cpp.
KOrg::Part * KOCore::loadPart | ( | KService::Ptr | service, |
KOrg::MainWindow * | parent | ||
) |
Definition at line 156 of file kocore.cpp.
KOrg::Part * KOCore::loadPart | ( | const QString & | name, |
KOrg::MainWindow * | parent | ||
) |
Definition at line 208 of file kocore.cpp.
KOrg::Part::List KOCore::loadParts | ( | KOrg::MainWindow * | parent | ) |
Definition at line 243 of file kocore.cpp.
CalendarSupport::Plugin * KOCore::loadPlugin | ( | KService::Ptr | service | ) |
Definition at line 84 of file kocore.cpp.
CalendarSupport::Plugin * KOCore::loadPlugin | ( | const QString & | name | ) |
Definition at line 111 of file kocore.cpp.
KOrg::Part::List KOCore::reloadParts | ( | KOrg::MainWindow * | parent, |
KOrg::Part::List & | parts | ||
) |
Unloads the parts from the main window.
Loads the parts that are listed in KOPrefs and returns a list of these parts.
- Parameters
-
parent the parent main window for all parts parts the list of parts to be reloaded
Definition at line 283 of file kocore.cpp.
void KOCore::reloadPlugins | ( | ) |
Definition at line 296 of file kocore.cpp.
void KOCore::removeXMLGUIClient | ( | QWidget * | wdg | ) |
Definition at line 188 of file kocore.cpp.
|
static |
Definition at line 37 of file kocore.cpp.
void KOCore::unloadParts | ( | KOrg::MainWindow * | parent, |
KOrg::Part::List & | parts | ||
) |
Unload the parts in &p parts for this main window.
Clears parts.
- Parameters
-
parent the parent main window for all parts parts the list of parts to be undloaded
Definition at line 274 of file kocore.cpp.
void KOCore::unloadPlugins | ( | ) |
Definition at line 267 of file kocore.cpp.
KXMLGUIClient * KOCore::xmlguiClient | ( | QWidget * | wdg | ) | const |
Definition at line 193 of file kocore.cpp.
The documentation for this class was generated from the following files:
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.